summaryrefslogtreecommitdiff
path: root/serial/tools/miniterm.py
Commit message (Expand)AuthorAgeFilesLines
* miniterm: Python 3 fix for cancel, fixes #137Chris Liechti2016-06-191-1/+1
* style: use .format() in various places instead of "%" formattingChris Liechti2016-06-081-2/+1
* miniterm: doc update for win32 cancelChris Liechti2016-05-141-1/+2
* miniterm: use cancel_read instead of timeout for alive flag polling, when ava...Chris Liechti2016-05-131-1/+4
* miniterm: make getkey cancelable on posix too, see #107Chris Liechti2016-05-091-0/+11
* miniterm: use cancel_read when available to speed up port closing/exitChris Liechti2016-05-041-0/+9
* miniterm: add a cancel() function to console wrapper object and a win32 imple...Chris Liechti2016-04-271-3/+11
* fix: error formating messageChris Liechti2016-02-131-1/+1
* style: some of the suggestions from flake8 and pylintChris Liechti2016-02-131-24/+38
* style: some of the suggestions from flake8 and pylintChris Liechti2016-02-111-108/+120
* style: some of the suggestions from flake8Chris Liechti2016-02-091-6/+3
* style: some of the suggestions from flake8Chris Liechti2016-02-061-32/+30
* miniterm: new option --ask to repeat port question on errorsChris Liechti2015-12-241-36/+47
* update file headersChris Liechti2015-12-161-0/+1
* remove relative import, replace with absoluteChris Liechti2015-09-301-4/+4
* miniterm: use unichr instead of u'' literals (support for < python 3.4)Chris Liechti2015-09-131-5/+5
* miniterm:fix error when using input on wrapped stdoutChris Liechti2015-09-101-0/+1
* miniterm: add '-' as value for the port for "ask the user"Chris Liechti2015-09-011-2/+2
* miniterm: improve port list, allow selection by index, fix port switchingChris Liechti2015-09-011-15/+41
* pep-8 and small cleanupsChris Liechti2015-08-301-30/+40
* miniterm: fix encoding problems on win32Chris Liechti2015-08-281-12/+16
* miniterm: save and restore console codepage on windowsChris Liechti2015-08-271-2/+8
* 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-251-0/+6
* 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
* miniterm: tweak read loop (fewer I/O calls)Chris Liechti2015-08-221-1/+2
* miniterm: fix error message stringChris Liechti2015-08-171-5/+1
* 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-151-36/+17
* miniterm: switch to argparse instead of optparseChris Liechti2015-08-151-219/+154
* miniterm: cleanup code, update syntaxChris Liechti2015-08-151-117/+120
* miniterm: try again with Unicode on Windows and add "direct" transformChris Liechti2015-08-131-15/+19
* miniterm: separate menu code from writer loopChris Liechti2015-08-121-137/+143
* miniterm: add option to specify encodingChris Liechti2015-08-121-0/+11
* miniterm: tweak filters (allow BS, TAB)Chris Liechti2015-08-121-3/+3
* miniterm: redo internals, bytes, text-to-text transformations, CR/LF conversionChris Liechti2015-08-111-160/+270
* win32: fixesChris Liechti2015-08-101-2/+2
* miniterm: fix outputChris Liechti2015-08-091-1/+1
* update file headers with license information (SPDX)Chris Liechti2015-08-091-0/+4
* miniterm: use bytes for console and serial portChris Liechti2015-08-081-97/+98
* miniterm: fix console cleanup at exit (python 3)Chris Liechti2015-08-071-15/+10
* miniterm: add --develop to show tracebacksChris Liechti2015-08-051-0/+11
* work on python 3 compatibilityChris Liechti2015-08-031-6/+11
* remove pyparallel and move pyserial files to toplevelChris Liechti2015-08-031-0/+694