interface SerialPortOption {
    baudRate?: number;
    path?: string;
}

Properties

Properties

baudRate?: number
path?: string