[PythonCE] serial port access

Gonzalo Monzón gmc at serveisw3.net
Tue Jun 20 18:09:28 CEST 2006


Hi Benjamin,

You can use ctypes for direct access to serial ports via windows apis 
(openfile, readfile, writefile...)

Note that manufacturers can have specific implementations, even they 
must agree to PPC implementation, but you can found small differences.

http://www.codeproject.com/system/simpleserialcomm.asp

Regards,
Gonzalo


Benjamin McBride escribió:

>     Hi All,
>
>     I need to access the serial port for my PPC application.  I have been
>     unable to locate information on this.  I'm using Python 2.4.3 and PPC
>     2003.  Previously I've used pyserial, but it appears that pyserial does
>     not work on Windows CE.
>
>     Thanks for any suggestions,
>
>     Ben McBride
>     bdm7935 at ksu.edu
>_______________________________________________
>PythonCE mailing list
>PythonCE at python.org
>http://mail.python.org/mailman/listinfo/pythonce
>
>  
>



More information about the PythonCE mailing list