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
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
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,