I'm trying to calculate a crc modbus in an application for PIC, but the crc returned is always incorrect compared to online simulators ..
follow the code
void CRC (unsigned char* msg, unsigned char* out)
{
//char CRC16[2] = {0xFF,0xFF};...
asked by
28.03.2018 / 19:05