aboutsummaryrefslogtreecommitdiff
path: root/tools/readserial.py
AgeCommit message (Collapse)AuthorFilesLines
2009-12-12Enhance readserial.py to try to account for host time offsets.Kevin O'Connor1-8/+12
Try to account for time related to the host sending blocks of data to the script.
2009-12-05Fix timing in readserial.py - use 10 bits per byte.Kevin O'Connor1-1/+4
There is also a start bit, so 8N1 serial should use 10 bits to a byte.
2009-12-05Enhance readserial.py to note when resetting timer.Kevin O'Connor1-2/+4
2009-04-26Fix auto-restart timeout in tools/readserial.pyKevin O'Connor1-4/+4
The timer should reset after 60 seconds of idle, not after 60 seconds.
2009-04-19Add new tool - tools/readserial.py.Kevin O'Connor1-0/+101
This tool can read from a serial port and provide timing information on each line read. It is useful when analyzing serial output from SeaBIOS.