Platforms to show: All Mac Windows Linux Cross-Platform
FAQ.How to access a USB device directly?
Feedback.
Answer: First, you can't. You need to write a driver to handle the calls from your application to the device.
Notes:
For some devices you can use plugins to access them like:
* Audio and Video sources using the QTGrabberClassMBS
* Mass storage devices using the folderitem class.
* Serial devices using the System.SerialPort function.
Feedback.
Answer: First, you can't. You need to write a driver to handle the calls from your application to the device.
Notes:
For some devices you can use plugins to access them like:
* Audio and Video sources using the QTGrabberClassMBS
* Mass storage devices using the folderitem class.
* Serial devices using the System.SerialPort function.