MichaelWallace30 / CommProtocol

SImple generic Protocol for communication
2 stars 8 forks source link

Serial needs a pattern. #13

Closed CheezBoiger closed 8 years ago

CheezBoiger commented 8 years ago

As already said to me, serial needs a protocol to go by in order to work efficiently.

MichaelWallace30 commented 8 years ago

Yeah im not 100% but typically its one byte at a time with a checksum.

CheezBoiger commented 8 years ago

Can we use the common CRC pattern for the checksum?

MichaelWallace30 commented 8 years ago

Ill look it up

MichaelWallace30 commented 8 years ago

We can use crc but its more complex than we need.