On 2008-03-03, blaine <[EMAIL PROTECTED]> wrote:

> As far as PySerial goes - were trying to stick to built-in
> modules since cross compiling to an arm processor is being a
> little bit of a pain for us.

pyserial is pure python, so I don't see how it's going to be
any more painful than something you write yourself.  If you
want something that's more of a transparent object wrapper
aroudn the Posix serial interface, there's PosixSerial.py (upon
which pyserial's posix support is based):

ftp://ftp.visi.com/users/grante/python/PosixSerial.py

-- 
Grant Edwards                   grante             Yow! Everybody gets free
                                  at               BORSCHT!
                               visi.com            
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to