Skip to content

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.

SuperDroidRobots/Arduino-to-Arduino-Serial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Arduino-to-Arduino-Serial

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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%