summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* doc: upates for new APIChris Liechti2015-08-291-33/+126
* api change: rename more methods and attributes (mostly internal)Chris Liechti2015-08-298-332/+352
* miniterm: fix encoding problems on win32Chris Liechti2015-08-281-12/+16
* miniterm: save and restore console codepage on windowsChris Liechti2015-08-271-2/+8
* api change: provide control lines as properties, rename flush* and other func...Chris Liechti2015-08-277-191/+243
* miniterm: doc updateChris Liechti2015-08-261-50/+55
* miniterm: fix backspace conversion for Python 2.xChris Liechti2015-08-261-51/+50
* miniterm: fix console state problem with Python 2.x after user inputChris Liechti2015-08-251-4/+5
* miniterm: restore EOL and repr toggles, rename transformation->filterChris Liechti2015-08-251-18/+71
* miniterm: add "hexlify" codecChris Liechti2015-08-252-0/+88
* miniterm: fix BS key on posix, change NoTerminal and NoControl transformationsChris Liechti2015-08-251-7/+22
* miniterm: use incremental encoder/decoder, change transformationsChris Liechti2015-08-241-49/+35
* miniterm: switch console mode in context managerChris Liechti2015-08-241-34/+42
* miniterm: save original console settings only onceChris Liechti2015-08-241-4/+2
* rfc2217: cleanupChris Liechti2015-08-231-20/+18
* spy: tweak outputChris Liechti2015-08-231-8/+8
* asyncio: experimental module serial.aio addedChris Liechti2015-08-221-0/+112
* miniterm: tweak read loop (fewer I/O calls)Chris Liechti2015-08-221-1/+2
* spy: bytes/Unicode handling (Python 3 compatibility)Chris Liechti2015-08-221-1/+1
* spy: add "all" parameter (to also show inWaiting and empty read)Chris Liechti2015-08-222-8/+22
* spy: rename parameter dev -> fileChris Liechti2015-08-212-4/+4
* URLs: changed paramter delimiter from / to ? and & as it is usual for URLs, u...Chris Liechti2015-08-216-58/+63
* doc: add spy://protocol to documentationChris Liechti2015-08-201-0/+70
* spy: add offset (easier to see which data belongs to the same call)Chris Liechti2015-08-201-8/+10
* spy: fix hexdump layout and some bugsChris Liechti2015-08-202-10/+15
* spy: doc, label for sendBreak fixedChris Liechti2015-08-201-6/+25
* spy: default format is now a hexdump, also log control line accessChris Liechti2015-08-191-25/+151
* spy: remove debug print, add docsChris Liechti2015-08-181-7/+4
* protocol_spy: a new URL hander that wraps a serial port to log trafficChris Liechti2015-08-181-0/+95
* tcp_serial_redirect: remove spy option, cleanup codeChris Liechti2015-08-181-36/+6
* tcp_serial_redirect: use serial_for_url to allow loop:// hwgrep:// etcChris Liechti2015-08-181-2/+1
* tcp_serial_redirect: transition from optparse to argparse, remove newline set...Chris Liechti2015-08-181-184/+75
* rfc2217_server: use serial_for_url to allow loop:// hwgrep:// etcChris Liechti2015-08-171-2/+1
* socket: fix read timeout check (was not reached most of the time)Chris Liechti2015-08-171-2/+2
* miniterm: fix error message stringChris Liechti2015-08-171-5/+1
* fix iterbytes to not yield an empty byte at the endChris Liechti2015-08-171-4/+6
* rfc2217_server: transition from optparse to argparseChris Liechti2015-08-171-48/+45
* list_ports: replace optparse with argparseChris Liechti2015-08-161-33/+22
* miniterm: change order of applied transformationsChris Liechti2015-08-151-6/+9
* miniterm: cleanup, defaults changed from globals to paramters of mainChris Liechti2015-08-151-28/+21
* miniterm: change command line argsChris Liechti2015-08-152-36/+18
* miniterm: switch to argparse instead of optparseChris Liechti2015-08-151-219/+154
* miniterm: cleanup code, update syntaxChris Liechti2015-08-151-117/+120
* remove empty args (optparse)Chris Liechti2015-08-142-4/+4
* Merge pull request #6 from hardkrash/feature/osx_32bit_num_iokitzsquareplusc2015-08-131-1/+41
|\
| * Add ability to get a 32bit number from iokit.Steven Michalske2015-08-121-1/+32
| * Add class that will pretty print hex numbers.Steven Michalske2015-08-121-0/+9
* | miniterm: try again with Unicode on Windows and add "direct" transformChris Liechti2015-08-131-15/+19
* | add an iterbytes helper functionChris Liechti2015-08-133-9/+13
|/
* miniterm: separate menu code from writer loopChris Liechti2015-08-121-137/+143