On 2005-12-01, Kinsley Turner <[EMAIL PROTECTED]> wrote:

>> Am a python newbie. Does python have a native way to communicate with a
>> PC serial port? I found that pyserial needs java.

> You can't just open the serial port like a file?

Yes.

> Perhaps you'd need to set the correct port parameters
> with some other app,

Just use termios.  Or better yet, pyserial.

> but it should be do-able.

-- 
Grant Edwards                   grante             Yow!  Intra-mural sports
                                  at               results are filtering
                               visi.com            through th' plumbing...
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to