aboutsummaryrefslogtreecommitdiff
path: root/serial/urlhandler/protocol_spy.py
AgeCommit message (Expand)Author
2021-05-23spy: option to write to log instead of file/stdoutChris Liechti
2020-11-23spy: ensure bytes in write()Chris Liechti
2018-02-07Use absolute import everywhereKurt McKee
2016-06-08style: use .format() in various places instead of "%" formattingChris Liechti
2016-05-20spy: add support for cancel_read and cancel_writeChris Liechti
2016-02-12style: some of the suggestions from flake8 and pylintChris Liechti
2016-02-10style: add flags for pylintChris Liechti
2016-02-09style: some of the suggestions from flake8Chris Liechti
2015-12-16update file headersChris Liechti
2015-08-30pep-8 and small cleanupsChris Liechti
2015-08-29api change: rename more methods and attributes (mostly internal)Chris Liechti
2015-08-27api change: provide control lines as properties, rename flush* and other func...Chris Liechti
2015-08-23spy: tweak outputChris Liechti
2015-08-22spy: bytes/Unicode handling (Python 3 compatibility)Chris Liechti
2015-08-22spy: add "all" parameter (to also show inWaiting and empty read)Chris Liechti
2015-08-21spy: rename parameter dev -> fileChris Liechti
2015-08-21URLs: changed paramter delimiter from / to ? and & as it is usual for URLs, u...Chris Liechti
2015-08-20spy: add offset (easier to see which data belongs to the same call)Chris Liechti
2015-08-20spy: fix hexdump layout and some bugsChris Liechti
2015-08-20spy: doc, label for sendBreak fixedChris Liechti
2015-08-19spy: default format is now a hexdump, also log control line accessChris Liechti
2015-08-18spy: remove debug print, add docsChris Liechti
2015-08-18protocol_spy: a new URL hander that wraps a serial port to log trafficChris Liechti