view README @ 1:cfc9524cca2c

Add 430600 and 921600 baud rates to serial shim Add 430600 and 921600 baud rates to the serial shim. Also guard references to B230400, B460800, and B921600 with #ifdef in case they happen not to be supported by a given system. B115200 is not guarded because it is a required rate for the bitbanger implementations on the coco3.
author William Astle <lost@l-w.ca>
date Sun, 08 May 2016 13:45:40 -0600
parents bef2801ac83e
children
line wrap: on
line source

The docs/ folder contains protocol documentation for lwwire.

The src/ folder contains a reference protocol implementation. This is NOT
intended for casual users. It is meant to serve as an illustration of how
the protocol can be implemented and serves as a means to test features. The
reference implementation does not contain a fancy GUI, configuration file
handler, or even serial or TCP port handling. It simply operates the
protocol on stdin and stdout and prints diagnostics to stderr. A tool like
socat can be used to link it to a TCP port. Similar tools might be used to
link it to a serial port.