RS485-Arduino-Library icon indicating copy to clipboard operation
RS485-Arduino-Library copied to clipboard

Update RS485.cpp

Open juanfc opened this issue 12 years ago • 0 comments

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;

juanfc avatar Dec 02 '13 15:12 juanfc