Hi,
I connected an ssc-32 servomotor controller to the com port of my dear wrt54gl, and set up a wireless connection with my laptop. Then I run a redhat on a vmware and:
ssh root@192.168.1.1
next I run my motor on zero position of the controller:
echo '#0 P1400\n\r' > /dev/tts/0
which runs the motor. Finally, a c program sends this serial command to the ssc 32 (fputc).

What I don't know and need your help for is that, how can I run this program from the laptop (os: windows xp)? What is the simplest option: a visual c++ program, a php program under browser (without installing apache in the router?), or other options? could you please explain me the mechanism for this task?
(I need it to be like clicking on a bottom in windows xp, not using telnet and so on)

thank you!

(Last edited by arash on 15 Feb 2009, 23:39)