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)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parity calculation for 16 bit messages

jeroendoggen opened this issue · comments

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