Here, my code sends in turn 0 et 1 every seconds. I use Serial.write() rather than Serial.println() so I send the values as bytes. I get all the values in the Serial monitor of the Arduino IDE. We ...
The serial-monitor tool is a command line program that interacts via stdio. It accepts commands as plain ASCII strings terminated with LF \n and sends response as JSON. Install a recent go environment ...