dom / latest / serialport / getinfo.html /

SerialPort.getInfo()

Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.

The getInfo() method of the SerialPort interface returns an object whose properties are the vendor ID and product ID of the device.

Syntax

getInfo()

Parameters

None.

Return value

An object containing the following values.

usbVendorId

If the port is part of a USB device, an unsigned short integer that identifies a USB device vendor, otherwise undefined.

usbProductId

If the port is part of a USB device, an unsigned short integer that identifies a USB device, otherwise undefined.

Specifications

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari WebView Android Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet
getInfo
89
89
No
No
75
No
No
No
No
No
No
No

© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/SerialPort/getInfo