Application to Comunicate with a telnet server

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
 
P

Paul G. Tobey [eMVP]

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

Paul T.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top