LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

can VISA be used instead of a driver?

I am to write a driver for a Polhemus Fastrak , which is connected ot the serial port. Does VISA consist of all the tools I need to write the driver, or do I need to use VISA in addition to the driver? Thank-you!
0 Kudos
Message 1 of 4
(2,403 Views)
VISA has all of the tools you need to send and receive data over the serial port. If you know all of the commands and the data format, then yes, you should be able to create your own driver. If the vendor has provided a driver in the form of a DLL or ActiveX control, then you could perhaps use that instead but you would still need some documentation on any provided software. I went to the Polhemus web site and didn't see any information on software but if they did provide some sort of driver, could you explain what you've got in detail?
Message 2 of 4
(2,403 Views)
Thanks Dennis,
Actually Polhemus doesdn't have any software, so I'll just be using VISA.
Have a greta day!
Ivanka
0 Kudos
Message 3 of 4
(2,403 Views)
Please sumbit your VISA based LabVIEW driver to the Instrument Driver Network at:

http://zone.ni.com/idnet97.nsf/instrumentdriversubmit

when you are finished developing it. This will allow your work to be shared with the rest of the LabVIEW community.

Thanks,
Jason Hobbs
Instrument Drivers
0 Kudos
Message 4 of 4
(2,403 Views)