I made a sketch for Arduino MEGA, where it receives data by Serial2 and displays in the Serial, the communication happens but the byte sent is not the same as received, for example:
Send 0x01, receive 0x7F
Send 0x99, receive 0x33
void s...
asked by
23.10.2018 / 21:54