Arduino-serial-messaging
Arduino-serial-messaging copied to clipboard
Library to exchange short messages (sensordata, commands) between an Arduino and a software application running on a PC. (Linux, embedded Linux, Windows, OS X)
Parity calculation for 16 bit data messages is wrong. Todo: fix Arduino code & fix Python code (& other clients if/when they support 16 bit) @Sennevds
Replace "serialPacket" (and similar stings) with "serialMessage()" (in all .cpp, .h and .ino files)
The 'serialPacket" class is too big... Split up the code with some subclasses, polymorphism,...? (todo: think about a good structure) Class SerialMessage - class Communication -- class Sender --- class...
Add the introductory info to README.md (and move technical stuff to a different page?) http://forum.arduino.cc//index.php?topic=195224.msg1444656#msg1444656