On 2009-08-15, Hendrik van Rooyen <hend...@microcorp.co.za> wrote:
> On Friday 14 August 2009 16:03:22 Diez B. Roggisch wrote:
>
>> You should *really* just use pyserial. No hassle, instant satisfaction.
>
>:-) I have downloaded and had a quick look, and I see it is
> based on the standard library's serial.Serial class - another
> battery that I have not used before.

There is no "serial" module in the standard library.  The
serial module is provided by pyserial.

> And I see that serial.Serial looks like it uses os. calls,
> which is one of the things Greg mentioned.

Indeed.  You shouldn't try to use normal open/read/write calls
with serial ports.

-- 
Grant

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to