interface SerialPortData {
    usbProductId?: number;
    usbVendorId?: number;
}

Properties

usbProductId?: number
usbVendorId?: number