Component: USB 
---------------

Query USB devices.

| Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|
| [2.4](newinversion24.md "First functions introduced with version 2.4.") | ✅ Yes | ✅ Yes | ❌ No | ✅ Yes, on macOS and Windows | ❌ No |

  
| Item | Details |
|:--|:--|
| [USB.Count](USBCount.md)   Queries all USB Devices and returns the number of found devices. | Mac/Win   2.4 |
| [USB.FindDevice](USBFindDevice.md)   Finds USB devices. | Mac/Win   2.4 |
| [USB.FindSerialNumber](USBFindSerialNumber.md)   Searches the USB device list for a device with the given serial number. | Mac/Win   2.4 |
| [USB.GetProductID](USBGetProductID.md)   Queries the product ID of an USB device. | Mac/Win   2.4 |
| [USB.GetProductName](USBGetProductName.md)   Queries the product name of an USB device. | Mac/Win   2.4 |
| [USB.GetSerialNumber](USBGetSerialNumber.md)   Queries the serial number of an USB device. | Mac/Win   2.4 |
| [USB.GetVendorID](USBGetVendorID.md)   Queries the vendor ID of an USB device. | Mac/Win   2.4 |
| [USB.GetVendorName](USBGetVendorName.md)   Queries the vendor name of an USB device. | Mac/Win   2.4 |

8 functions shown.

These functions require a license (88%).

### Example Databases

- [Utility functions/USB Devices](https://www.mbsplugins.eu/MBS-FileMaker-Plugin-Examples/Utility%20functions/USB%20Devices.shtml#1ScriptAnchor_)

[HTML Version](component_USB.shtml)