[PythonCE] serial port access

Benjamin McBride benjamin.mcbride at gmail.com
Fri Sep 22 19:18:23 CEST 2006


I did get things mostly working.  I've attached what I have done.  I
had problems with losing data at higher baud rates, so I buffered data
in read().  If this is not the desired behavior it is easy to change
(just look in the source).
You also need ctypes installed.

Good Luck,

Ben
-------------- next part --------------
A non-text attachment was scrubbed...
Name: winbase.py
Type: text/x-python
Size: 7335 bytes
Desc: not available
Url : http://mail.python.org/pipermail/pythonce/attachments/20060922/5af92a01/attachment-0002.py 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ceserial.py
Type: text/x-python
Size: 17044 bytes
Desc: not available
Url : http://mail.python.org/pipermail/pythonce/attachments/20060922/5af92a01/attachment-0003.py 


More information about the PythonCE mailing list