Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I write/read to/from a usb thumb drive in LabVIEW

Solved!
Go to solution

I have read through a number of tutorials and help information, but I cannot seem to figure out how to do this.

I have created a driver for LabVIEW to recognize the usb drive, and I can find it using the "VISA Interactive Control", but that's as far as I can get.

 

How can I simply write a small file to the USB drive and read the same file back? I am just trying to do some verification testing.

 

(using LV2009) 

Thanks

 

0 Kudos
Message 1 of 3
(3,690 Views)
Solution
Accepted by topic author jmax007
I don't understand why you are messing around with VISA. When a thumb drive is attached to a pc, the normal windows driver will make it appear as an additional drive and you can write and read to it with the regular file I/O functions. There are been several posts on detecting the new drive designator.
Message 2 of 3
(3,686 Views)

Of course..........

I knew that I was looking at this in a far too complicated way.

 

 

0 Kudos
Message 3 of 3
(3,665 Views)