You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple example of an Arduino to Arduino serial communication protocol. The sender packetizes the data with a sync byte, payload, and checksum. The reciever watches for the sync byte, reads in the data, and validates the checksum.