Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 9.5   10.0   10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2    Statistic    FMM    Blog  

USB.FindSerialNumber

Searches the USB device list for a device with the given serial number.

Component Version macOS Windows Linux Server iOS SDK
USB 2.4 ✅ Yes ✅ Yes ❌ No ✅ Yes, on macOS and Windows ❌ No
MBS( "USB.FindSerialNumber"; serialNumber )   More

Parameters

Parameter Description Example
serialNumber The serial number to search for. "8JA4A2X4UECLJA12"

Result

The index of the device found.

Description

Searches the USB device list for a device with the given serial number.
Please call USB.Count before you use this function.

See also

Example Databases

Created 18th August 2014, last changed 18th August 2014


USB.FindDevice - USB.GetProductID

Feedback: Report problem or ask question.