Skip to content

Conversation

@juanfc
Copy link

@juanfc juanfc commented Dec 2, 2013

Added for problems with crc = STX or ETX in Function crc8
before return
Change STX to 245 and ETX to 255

if(crc==STX || crc==ETX) crc=crc-2;
return crc;

Added for problems with crc = STX or ETX in Function crc8
before return

 if(crc==STX || crc==ETX) crc=crc-2;
 return crc;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant