Class SerialTNCConnector

All Implemented Interfaces:
jssc.SerialPortEventListener, TransmittingConnector

public class SerialTNCConnector extends TNCConnector implements jssc.SerialPortEventListener, TransmittingConnector
This class implements a port to a TNC connected by a serial port using KISS over asynchronous serial data via RS-232C or USB. Note this can only handle one TNC per serial port; it does not support the multiplexing with port numbers in the high nibble of the KISS command byte, but only expects port#0, although it does support other device numbers in the KISS packets to support the Byonics TinyTrak 4's GPS feed-through multiplexing (which ensures the GPS data doesn't get mixed with the AX.25 packet data).
Author:
Andrew Pavlin, KA2DDO