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 -- http://mail.python.org/mailman/listinfo/python-list