02-02-2009 12:58 AM
I have created a server-client application wherein my client sends a text file to the server. Both the server & client applications are configured using the TELNET VI's. When the Server end is connected to the internet through a dial-up connection & client is connected through either dial-up or through any broad-band service(static IP) data exchange takes place.
But if I connect the Server end to the internet through any broad-band connection it shows error 56. Have set time-out as -1, so i think time-out should'nt be a problem.
Is it that listeners created in the Server application are built only to receive data from a dial-up connection & not through any broad-band connection.
Jalpa
02-03-2009 10:13 PM
Is there a reason you are using Telnet. There are example that ship with LV that show communications using a TCP connection. When communicating between two instances of LV you might also want to consider VI Server and a communications mechanism.
Mike...
02-04-2009 10:01 PM
Thanx Mike for replying.
I got the issue solved. A few network settings had to be done in the router section to allow read/write action on port 23.
Jalpa