Hello, 
I need to create a PDA version of my software and here is the situation: It is a server client application which works over DSTP protocol for communication. But the labVIEW PDA module does not support DSTP protocol so: I must create a PDA client which reads data using TCP protocol.  
So to simplify, the scope here is: To create a TCP client who reads data from DSTP server! 
I suppose that I should start working with winsock in order to implement manually TCP/IP communication with the DSTP server which is broadcasting waveform data on port 3015? 
I have tried with basic TCP vi's but after successful opening of the connection I am receiving error 66 from TCP read data vi.  
Thank you!