Skip to content

ASCII based protocol to communicate reliably over a serial connection without hardware flow control.

License

Notifications You must be signed in to change notification settings

simonlmn/serial-transport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serial-transport: ASCII based protocol to communicate reliably over a serial connection without hardware flow control.

This is a bit crude implementation of a transport protocol to allow two controllers to talk to each other via a serial (UART) interface without having to rely on timing or hardware flow control.

The protocol is purely ASCII based to allow testing and interacting with it using the serial monitor.

Support

If you want to support this project, you can:

  • use it and provide feedback
  • fix bugs
  • develop improvements or new features
  • Donate

About

ASCII based protocol to communicate reliably over a serial connection without hardware flow control.

Resources

License

Stars

Watchers

Forks

Packages