Class SerialSyncConnection

Serial protocol stack - SLP, PADP, CMP.

Hierarchy (view full)

Constructors

Properties

baudRate: number = CMP_INITIAL_BAUD_RATE

Current baud rate.

Initially set to CMP_INITIAL_BAUD_RATE, and updated to negotiated baud rate after handshake.

dlpConnection: DlpConnection

DLP connection for communicating with the device.

dlpTransportStream: PadpStream

Transport stream for reading / writing DLP datagrams, such as a PADP or NetSync stream.

log: Debugger = ...

Logger.

rawStream: Duplex

Raw data stream underlying the DLP stream.

recorder: StreamRecorder = ...

Recorder for the raw stream.

Methods