Read and write data over a serial connection. serial.writeLine(""); serial.writeNumber(0); serial.writeValue("x", 0); serial.writeString(""); serial.writeNumbers([0 ...
Clone the repo Open the .ino file in Arduino IDE Upload to your board and follow the instructions in the Serial Monitor ...