VXI and VME

cancel
Showing results for 
Search instead for 
Did you mean: 

Does Labview do a Serial to Ethernt/TCPIP Conversion?

Does Labview do a Serial to Ethernt/TCPIP Conversion?  I am already using Serial ports transmisson and I used Labview to do simulations and collected data with it.  I don't want to redesign the entire program from scratch just yet. 
 
Is there some time of tool inside of Labview will allow a Serial to Ethernet, or Serial to TCPIP conversion before transmitting or receiving? Thanks
 
Master Student
0 Kudos
Message 1 of 2
(7,052 Views)
I'm not aware of a single utility that does serial to TCP conversion, however if you programmed in VISA there's a chance that you could create a TCP resource and just do all of your communication still through VISA without needing to change your code.  In MAX you can right click on Devices and Interfaces and choose to create a VISA TCP Resource.  If you have the IP address and the TCP port, you can create a resource that links to your device and from that point, you should be able to access that resource with your program that is written using VISA.  However, this depends on your original program using VISA.
 
Logan S.
0 Kudos
Message 2 of 2
(7,046 Views)