02-04-2004 08:29 PM
02-09-2004 01:54 PM
02-09-2004 03:01 PM
08-19-2008 05:05 AM
08-20-2008 11:12 AM
TinoMK,
What you are trying to do is not trivial and rather complex. To accomplish what you want to need to find out how the DSTP works and implement it using TCP/IP calls.
08-22-2008 04:21 AM
Hello Eli S,
I suppose that I should start working with winsock in order to implement manually TCP/IP communication with the DSTP server?
Any other ideas?
I have tried with basic TCP vi's but after succesfull opening of the connection I am receiving error 66 from TCP read data vi.
Thank you,
08-25-2008 11:24 AM
Hi,
I am not sure how a DSTP server would be implemented but you should be able to do it with the TCP/IP VI's in LabVIEW. Error 66 usually means that the connection has been closed due to a timeout. I would check your communication and your code to make sure that you are establishing a proper connection.
09-02-2008 02:35 AM
Hello,
Here are the test vi's with DSTP server on localhost which broadcast waveform and the TCP client. If someone can give me ideas how to read from data from DSTP using TCP...
Thank you,
09-03-2008 01:24 PM
Hi TinoMK,
I did some research but I was not able to find any documentation about how to implement DSTP with TCP/IP. I think this is a proprietary protocol and that's why there is no publish documentation. If you are not able to find how to do this, I would recommend you change your sever to transmit data through a different protocol such a pure TCP/IP or UDP.
09-16-2008 09:01 AM
Hello,
What are the ports that I can use to communicate with TCP vi's on PDA? The client is on PDA and server is desktop labview vi which broadcast data.
How can I see what are the opened ports on Pocket PC emulator?
Thanks,