summaryrefslogtreecommitdiff
path: root/serial/threaded
Commit message (Expand)AuthorAgeFilesLines
* threaded: "write" returns byte countChris Liechti2019-02-081-2/+2
* Use absolute import everywhereKurt McKee2018-02-071-0/+2
* threaded: use repr in exampleChris Liechti2016-10-051-2/+2
* fix: threaded FramedPacket, copy dataChris Liechti2016-09-111-1/+1
* Fix "TypeError: an integer is required" error on Python 3.5.2Yurii Skrynnykov2016-08-121-1/+1
* fix bug in FramedPacketLaurence de Bruxelles2016-05-311-1/+1
* threaded: use cancel_read() in stop(), when availableChris Liechti2016-05-191-3/+9
* changed super() calls to python 2 stylecsboling2016-04-301-2/+2
* raise exceptions in connection_lostcsboling2016-04-291-0/+4
* FramedPacket: add new Packetizer variant that is looking for START and STOPChris Liechti2016-04-241-0/+48
* threaded: bug in serial.threaded.Packetizer, fixes #101Chris Liechti2016-04-061-1/+1
* style: add flags for pylintChris Liechti2016-02-101-0/+1
* update file headersChris Liechti2015-12-161-0/+1
* threaded: rename SerialPortWorker -> ReaderThreadChris Liechti2015-10-131-5/+5
* threaded: handle errors in conenction_made, doc updateChris Liechti2015-10-111-15/+38
* threaded: remove logging (pass exception to connection_lost), tweaksChris Liechti2015-10-091-13/+12
* threaded: add write_line() to LineReader, doc updateChris Liechti2015-10-071-16/+38
* fixes to Packetizer/LineReader add context manager and connect method to Seri...Chris Liechti2015-10-061-8/+34
* protocols: add base classes for packet and line oriented protocolsChris Liechti2015-10-051-1/+42
* doc updateChris Liechti2015-09-111-1/+1
* add a new reader loop implementation (with threads)Chris Liechti2015-09-061-0/+124