11-16-2007 06:13 AM
11-16-2007 06:52 AM
Is there a chance you could link in some screenshots of the errors you get, also are you trying to talk to a particular device or another machine over USB, or just write to a USB port with nothing on the other end?
Thanks,
Rob W
National Instruments
Application Engineer
11-16-2007 07:04 AM
Hi Rob
I am trying to communicate with the pen drive(mass storage device.I tried with the pen drive connected to the USB port. Also notice that timeout error is in visa write.(Frequently but not every time. the same is observed in the VISAIC)
Now i am attaching the screenshot only for the timeout error because i am not able to proceed till I/O error in VISa read.
Thanks
Kiran
11-16-2007 08:00 AM
USB RAW mode gives you access to the low level communication mechanisms of the USB specification. Since NI-VISA just exposes the mechanisms already defined in the specification, it is assumed that the user is familiar with the USB specification and programming USB devices. NI-VISA USB RAW mode supports Interrupt, Bulk and Control data transfers. Isochronous transfers are not supported.
Additionally, communicating with a USB device using NI-VISA USB RAW support is very device specific, which requires from the user detailed knowledge of how the device operates. In this sense it is similar to register-level programming using the NI-VISA PXI support. NI-VISA provides the communication channel to the device, but the meaning of the data is device-specific.
11-16-2007 08:14 AM
11-16-2007 08:44 AM
11-16-2007 08:48 AM
11-16-2007 08:55 AM
11-16-2007 08:59 AM
11-16-2007 09:00 AM - edited 11-16-2007 09:01 AM