LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I use Windows Sockets to communicate with CVI�s TCP function ?

Hello ,
I have registered a TCP server with CVI�s TCP server function . Now some other applications written with VC want to communicate with my application , I�d like to know if it can create such a TCP connection ?
0 Kudos
Message 1 of 2
(2,598 Views)
David,

The CVI TCP libraries perform regualr TCP/IP communication, anything that "speaks" TPC can communicate with a CVI application. A Windows Socket application should be able to communicate with no problem wiht the CVI application; just make sure that you interprete the data in the right format within the VC app.

Hope that helps.

Regards,

Juan Carlos
N.I.
0 Kudos
Message 2 of 2
(2,598 Views)