11-26-2007 08:30 PM
I have programmed a VI for TCP/IP communication between PC (Client) and DSP (Server), which could be downloaded at below link. It just achieves some basic features, like send commands to DSP to set some registers, and receive data or status from DSP. Additionally I programmed a Sever vi in labview to test the client. You know the real Server is in the DSP programmed using C language.
My problems are:
1.
I don’t know how to add some “stop”
in the two
2. I’m not clear to add some error handles, you know when I stop the vi by pushing the round red button to stop the vi, it turns out some error dialog about TCP/IP.
3. It is about the TCP/IP. when the server writes data to connection ID, if the client doesn’t read them, then where the data goes?
11-29-2007 12:29 AM