robot
robot copied to clipboard
Support for serial port communications
Sometimes it might be useful to communicate with devices such as Arduino's or Raspberry Pi's through serial communications over USB. One such scenario is when you want to use an Arduino as a keyboard but control it through a serial bus. This can then be extended to automating any number of things. Some inspiration can be taken from serialport and Qt Serial Port.