Class SerialDriverAdapter

All Implemented Interfaces:
PortAdapter, SerialPortAdapter

Implements SerialPortAdapter for the Bachrus speedo.

This connects a bachrus speedo reader interface via a serial com port. Normally controlled by the SerialDriverFrame class.

The current implementation only handles the 9,600 baud rate, and does not use any other options at configuration time. Updated January 2010 for gnu io (RXTX) - Andrew Berridge. Comments tagged with "AJB" indicate changes or observations by me