second commit

This commit is contained in:
Alex
2013-06-09 13:30:43 +02:00
parent 06453416ed
commit 8fcfc6c87d

View File

@@ -33,4 +33,16 @@ HOW TO:
2.) Start the Spherebot-UI.exe and connect to your Arduino
Warning for custom Firmwares: The send file function will only work if the arduino answers each sent command with a message
that contains "ok:" so that the next command is sent.
that contains "ok:" so that the next command is sent.
Additional Notes:
The communication is based on the qextserialport library. I tried to make it event-based
but I wasn´t able to get the event that a new line is received firing. So I simply made
the communication not event but polling-based. If someone smarter than me could make it
eventbased, it would be awesome :D. But it works polling based pretty good. I would just
be curious to know it for future projects.
Have fun with it ;)