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.
 

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

Similar Threads

Two devices with BT by serial port profile 2
Telnet Server Problem 1
Telnet 2
Star Wars via Telnet. 1
Printer IrDa comunication and PCL language 9
VBA code for for telnet 1
help on telnet 2
WM% and Bluetooth 3

Back
Top