Re: NEW: py-serial

2009-06-03 Thread Will Maier
Hi folks- On Tue, May 26, 2009 at 08:01:31AM +1000, Daniel Gruber wrote: > This python module provides access to the serial port, with backends for > standard Python running on Windows, Linux, BSD (possibly any POSIX > compilant system), Jython and IronPython. The module named "serial" > automatic

Re: NEW: py-serial

2009-05-26 Thread Mark Peoples
On Tue, May 26, 2009 at 08:01:31AM +1000, Daniel Gruber wrote: > This python module provides access to the serial port, with backends for > standard Python running on Windows, Linux, BSD (possibly any POSIX > compilant system), Jython and IronPython. The module named "serial" > automatically select

NEW: py-serial

2009-05-25 Thread Daniel Gruber
This python module provides access to the serial port, with backends for standard Python running on Windows, Linux, BSD (possibly any POSIX compilant system), Jython and IronPython. The module named "serial" automatically selects the appropriate backend. >>> ser = serial.Serial('/dev/tty0', 19200,