let port; function setup() { port = createSerial(); port.open(9600); }