Function getSerialPortList

  • Gets a list of information about the currently connected serial ports.

    Returns Promise<PortInfo[]>

    Example

    getSerialPortList().then(console.log);
    

Generated using TypeDoc