aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/serialhdl.py
Commit message (Expand)AuthorAgeFilesLines
...
* serialhdl: Retry opening of serial portKevin O'Connor2016-11-291-10/+27
* serialhdl: Fully deallocate serialqueue on disconnectKevin O'Connor2016-11-291-2/+5
* serialhdl: Make SerialReader.send_with_response() blockingKevin O'Connor2016-11-291-10/+17
* serialhdl: Make SerialReader.connect() blockingKevin O'Connor2016-11-291-27/+26
* klippy: Run the MCU connect code within the reactorKevin O'Connor2016-11-291-4/+4
* serialhdl: Calculate baudadjust from MCU's baud instead of host baudKevin O'Connor2016-07-161-8/+8
* serialhdl: Avoid using 1200 baud during serial resetKevin O'Connor2016-06-141-1/+1
* Initial commit of source code.Kevin O'Connor2016-05-251-0/+286