Interface | Description |
---|---|
SerialDataListener |
An event listener for objects that wish to be informed
of data arriving on a serial port.
|
SerialDataParser |
An interface for objects that can parse serial data.
|
Class | Description |
---|---|
RegExParser |
Takes incoming data from a serial parser and splits it into multiple
strings based on a regular expression.
|
SerialDevice |
Serial device driver.
|
SerialReader |
An event listener that receives data from the serial port, buffers the data,
parses the data then calls the listeners for every sentence parsed.
|