mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: David Sanders <dsanders11@ucsbalum.com>
641 B
641 B
SerialPort Object
portIdstring - Unique identifier for the port.portNamestring - Name of the port.displayNamestring (optional) - A string suitable for display to the user for describing this device.vendorIdstring (optional) - The USB vendor ID.productIdstring (optional) - The USB product ID.serialNumberstring (optional) - The USB device serial number.usbDriverNamestring (optional) macOS - Represents a single serial port on macOS can be enumerated by multiple drivers.deviceInstanceIdstring (optional) Windows - A stable identifier on Windows that can be used for device permissions.