hi guys,
wondering if someone could point me in the right direction.
i want to upload a sketch with my own program - in vb6, is there an example of what data needs to be sent to the serial port?
I've made a machine but want to give my customer an easy way to upload a software update with 1 click in a vb6 app.
when the sketch is compiled in the ide where is the binary stored ?
so i just need to send that hex file on the serial port and it uploads the sketch or do you send some type of header for the arduino to understand its a upload?
No. That won't work. You'll have to call AVRDUDE from your VB6 program. Do an upload with verbose output enabled, and study the output. You can ignore the compile/link stages, but you'll need to work out the upload sequence.