Interface SerialConnectionParameters

interface SerialConnectionParameters {
    baudRate?: number;
    concurrentLogOutput: boolean;
    port?: SerialPort;
}

Properties

baudRate?: number
concurrentLogOutput: boolean
port?: SerialPort

Connect directly to a Serial port, obtained from getPorts()

Generated using TypeDoc