03-24-2011 03:12 PM
Is there any way to communicate to serial port without VISA?
The thing is that VISA is required to be installed on deployed machine. It is not appropriate for my customer.
Thank you for any help.
Solved! Go to Solution.
03-24-2011 05:18 PM
03-25-2011 09:32 AM
Ludmilla,
You can use just the NI-Serial driver. As long as you only want to do serial communication, this will work. The advantage of VISA is that you can communicate with it using a number of different protocols, resulting in minimal code rewrite if your system changes.
Hope this helps,
Jen W
Applications Engineer
National Instruments
ni.com/support
03-25-2011 12:37 PM
I would return to the old serial port methods. They are a bit hard to find though. Is someone able to find them (National Instruments/LabVIEW
6/vi.lib/utility/sersup.llb) ?
Good luck
03-25-2011 12:39 PM
AFAIK, NI-Serial driver has to be installed somehow on deployed computer?
03-25-2011 12:53 PM
It's polite to indicate that you've already asked this question on the LabVIEW forum. It's very annoying to create multiple posts.
03-25-2011 06:17 PM
I posted my question in two threads. Both of them are related to my issue. Replies in two threads suggest different approaches, so, probably, it's not bad practice...
Of course, I'm sorry, I didn't notify about asking in second thread.
Guys, please, I deadly need the solution.
03-25-2011 07:12 PM
03-27-2011 10:42 AM
Here's a vb option but of course you would need to install the ActiveX control and obtain a license for it as well.
04-14-2011 08:12 AM
You can find Non-VISA Serial Driver placed at:
http://www.mhst.de/downloads.htm
Pros:
Cons: