To Whom It May Concern,
Telnet works fine but, I get the following error when running the following function: telnet03 = InetTelnetOpen ("192.168.0.3", 23, 0);
NON-FATAL RUN-TIME ERROR: "Gateway.c", line 448, col 24, thread id 0x000011AC: Function InetTelnetOpen: (return value == -22 [0xffffffea]). Cannot connect to telnet server.
If I rerun the function it works fine,"telnet03 = InetTelnetOpen ("192.168.0.3", 23, 0);"
Then some times the following function locks up "result = InetTelnetRead (telnet03, telnet_read_buffer, bytes_read, &bytes_read2, 250000);"
Ron