Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | spy: option to write to log instead of file/stdout | Chris Liechti | 2021-05-23 | 1 | -0/+47 |
| | |||||
* | spy: ensure bytes in write() | Chris Liechti | 2020-11-23 | 1 | -0/+2 |
| | |||||
* | Use absolute import everywhere | Kurt McKee | 2018-02-07 | 1 | -0/+2 |
| | | | | | This prevents Python 2.7 from attempting to import system modules like sys and ctypes from the 'serial' directory. | ||||
* | style: use .format() in various places instead of "%" formatting | Chris Liechti | 2016-06-08 | 1 | -3/+3 |
| | |||||
* | spy: add support for cancel_read and cancel_write | Chris Liechti | 2016-05-20 | 1 | -1/+14 |
| | |||||
* | style: some of the suggestions from flake8 and pylint | Chris Liechti | 2016-02-12 | 1 | -3/+9 |
| | |||||
* | style: add flags for pylint | Chris Liechti | 2016-02-10 | 1 | -0/+1 |
| | |||||
* | style: some of the suggestions from flake8 | Chris Liechti | 2016-02-09 | 1 | -5/+8 |
| | |||||
* | update file headers | Chris Liechti | 2015-12-16 | 1 | -3/+1 |
| | |||||
* | pep-8 and small cleanups | Chris Liechti | 2015-08-30 | 1 | -1/+0 |
| | |||||
* | api change: rename more methods and attributes (mostly internal) | Chris Liechti | 2015-08-29 | 1 | -2/+2 |
| | |||||
* | api change: provide control lines as properties, rename flush* and other ↵ | Chris Liechti | 2015-08-27 | 1 | -27/+34 |
| | | | | | | | | | | | | | | | | functions - flushInput() -> reset_input_buffer() - flushOuput() -> reset_output_buffer() - inWaiting -> in_waiting - getCD()/getRI()/getDSR() -> cd/ri/dsr - setRTS()/setDTR() -> rts/dtr - sendBreak() -> send_break() - setBreak() -> break_condition rts and dtr can now be read back and can be set before opening the port (and some platforms are able to apply the contol without a glitch on open) the old functions are still available and going to be deprecated. | ||||
* | spy: tweak output | Chris Liechti | 2015-08-23 | 1 | -8/+8 |
| | |||||
* | spy: bytes/Unicode handling (Python 3 compatibility) | Chris Liechti | 2015-08-22 | 1 | -1/+1 |
| | |||||
* | spy: add "all" parameter (to also show inWaiting and empty read) | Chris Liechti | 2015-08-22 | 1 | -8/+20 |
| | |||||
* | spy: rename parameter dev -> file | Chris Liechti | 2015-08-21 | 1 | -1/+1 |
| | |||||
* | URLs: changed paramter delimiter from / to ? and & as it is usual for URLs, ↵ | Chris Liechti | 2015-08-21 | 1 | -7/+12 |
| | | | | update docs | ||||
* | spy: add offset (easier to see which data belongs to the same call) | Chris Liechti | 2015-08-20 | 1 | -8/+10 |
| | |||||
* | spy: fix hexdump layout and some bugs | Chris Liechti | 2015-08-20 | 1 | -10/+13 |
| | |||||
* | spy: doc, label for sendBreak fixed | Chris Liechti | 2015-08-20 | 1 | -6/+25 |
| | |||||
* | spy: default format is now a hexdump, also log control line access | Chris Liechti | 2015-08-19 | 1 | -25/+151 |
| | |||||
* | spy: remove debug print, add docs | Chris Liechti | 2015-08-18 | 1 | -7/+4 |
| | |||||
* | protocol_spy: a new URL hander that wraps a serial port to log traffic | Chris Liechti | 2015-08-18 | 1 | -0/+95 |