Application to Comunicate with a telnet server

  • Thread starter Thread starter Stefano
  • Start date Start date
S

Stefano

Hi,
I've a Pocket PC connected through a serial cable to a device. I can
establish a serial direct PPP connection to it (the PPC will get the ip
address 192.168.0.2 and the device will be 192.168.0.1) and then I can open
a TCP connection to it (using port 23). With a telnet client I can then
issue commands to the device: I would like to do it "programmatically" so
that I can open the connection to the device, send some commands to it and
see the results. How can I do it with Comapct Framework? Any example also
with eVC?

Thanks!
Stefano
 
As far as C, you can use *any* WinSock-based Telnet client sample code.
Search the Web...

Paul T.
 
Back
Top