RS485-Arduino-Library
RS485-Arduino-Library copied to clipboard
Update RS485.cpp
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;