Re: Is there a script that would let me do this?
Thomas Heller <[email protected]> Fri, 08 May 2009 12:16:36 +0200
| Newsgroups | gmane.comp.python.windows-ce |
|---|---|
| Message-ID | <[email protected]> |
Thomas Heller schrieb: > Tony Lee schrieb: >> I installed pythonce on my WM6. It works good! >> >> >> I wonder if there is a simple script that can act as a console that >> takes input from the port (telnet) and output the data to the port >> also. >> >> Like a io redirection, so I can just telnet to the WM6 to do script >> development instead of typing on the tiny keyboard. > > I have developed a python 'remote-console' for windows ce. It requires > that the device is connected via ActiveSync. > > http://code.google.com/p/ctypes-stuff/ > > Download the files from > http://ctypes-stuff.googlecode.com/svn/trunk/wince/remote-console/ > and start 'python console.py' on your PC. > Update: I posted a prebuilt binary here (no installation needed, simply run the exe): http://ctypes-stuff.googlecode.com/files/PythonConsole-1.0.exe -- Thanks, Thomas