Fix timing in readserial.py - use 10 bits per byte.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 5 Dec 2009 19:23:27 +0000 (14:23 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 5 Dec 2009 19:23:27 +0000 (14:23 -0500)
commit77443200cff4e921edb3e6eae95710bce718844f
tree58036173767dc68dc4d4c0b7c5ee807d0acecd32
parenta53ab0076d93ec5989f71d854d27cb73571b80a2
Fix timing in readserial.py - use 10 bits per byte.

There is also a start bit, so 8N1 serial should use 10 bits to a byte.
tools/readserial.py