01-29-2006 05:06 AM
01-30-2006
02:06 PM
- last edited on
04-02-2026
11:03 AM
by
Content Cleaner
Hi tanu,
It is possible to use the VISA Driver Development Wizard to create a driver for your USB device, provided you have all the necessary information about the device such as vendor ID, product ID, and communication protocol. Here are a KnowledgeBase entry and a Tutorial that should help you get started:
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000x1qzCAA&l=en-US
http://zone.ni.com/devzone/conceptd.nsf/webmain/6792bab18242082786256dd7006b6416
If all you are wanting to do is write data to the USB drive, then it might be easier to let the OS use it's own driver and just accesses the mounted drive with LabVIEW.