Newbie: Python & Serial Port question

Grant Edwards grante at visi.com
Thu Dec 1 09:39:23 EST 2005


On 2005-12-01, Kinsley Turner <kingsleyturner at westpac.com.au> 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...



More information about the Python-list mailing list