Platforms to show: All Mac Windows Linux Cross-Platform

Back to WinUSBDeviceMBS class.

WinUSBDeviceMBS.Devices as WinUSBDeviceMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method USB MBS USB Plugin 11.2 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Queries a list of all USB Devices.
Example
dim devices() as WinUSBDeviceMBS = WinUSBDeviceMBS.devices
for each d as WinUSBDeviceMBS in devices
msgbox d.vendor+" "+d.product+" "+d.serialnumber
next

Returns an emtpy array on errors.

The items on this page are in the following plugins: MBS USB Plugin.


The biggest plugin in space...