Hi I was just wondering if there is a python library to automatically run arduino sketches.
sorry for the newbie question I just gave up on pyserial bcs of its complications.
Upload or Run? Please be clear on your requirments.
Based on your other post, I'm guessing you just want to communicate with the sketch that is running from your PC?
Or you might want something else? Google is your friend
The protocol that 'avrdude' uses to upload the sketch to an Arduino UNO is STK500v1.
This project has two programs. One, hex2bin.py, reads the Intel Hex format file (.hex) and converts it to a binary (.bin) file. The second, binuploader.py, uploads a binary file to the Arduino.
This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.