in extension.ts [48:51]
export function writeString(text: string) { if (text) serial.writeString(text) }