Using a Qt GUI to upload a Arduino sketch
Unsolved
Mobile and Embedded
-
Hi and welcome to devnet,
From a quick look, it is done through a serial port so QSerialPort would make sense for that part. However for the protocol part, you will have to check the Arduino documentation.