Skip to content

Home > resol-vbus-core-toolbox > SerialPortConnectionConfig

SerialPortConnectionConfig interface

A connection using the SerialPort.

Signature:

typescript
export interface SerialPortConnectionConfig

Properties

Property

Modifiers

Type

Description

kind

'serialPort'

The kind of connection.

options?

LiveTransceiverConstructorOptions

(Optional) The options to pass to the constructor of LiveTransceiver.

path

string

The path of the serial port to open.