Python + WinCE + serial port

Fuzzyman fuzzyman at gmail.com
Sat Jun 3 14:49:27 EDT 2006


pcm wrote:
> Hi,
>
> Has anyone ever worked on a Python-WinCE-based program that involved serial
> port management ?
>

Because of the size of the runtime and the fragility of the GUI
toolkits, there has been little serious development with PythonCE.
(Little not none - and it's great to have Python available.)

There is no built in support for the serial port in PythonCE (AFAIK).
Your best bet is using ctypes (for which a PythonCE port has been done)
and the microsoft API.

Fuzzyman
http://www.voidspace.org.uk/python/index.shtml

> Regards,
> 
> Philippe




More information about the Python-list mailing list