PySerial rereads its own data

Cliff Wells LogiplexSoftware at earthlink.net
Mon Jun 2 18:17:37 EDT 2003


On Mon, 2003-06-02 at 15:14, Cliff Wells wrote:

> >>> import serial
> >>> s = serial.Serial(0)
> >>> s.write("hello\n")
> >>> s.close()
> >>> s = serial.Serial(0)
> >>> s.write("hello\n")

Please disregard the duplicate stuff here.  I had closed and reopened
the port while tinkering.
-- 
Cliff Wells, Software Engineer
Logiplex Corporation (www.logiplex.net)
(503) 978-6726  (800) 735-0555






More information about the Python-list mailing list