jeroendoggen / Arduino-serial-messaging

Library to exchange short messages (sensordata, commands) between an Arduino and a software application running on a PC. (Linux, embedded Linux, Windows, OS X)
GNU General Public License v2.0
78 stars 27 forks source link

Parity calculation for 16 bit messages #5

Open jeroendoggen opened 11 years ago

jeroendoggen commented 11 years ago

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