summaryrefslogtreecommitdiff
path: root/serial/tools/miniterm.py
Commit message (Expand)AuthorAgeFilesLines
* doc updatecliechti2014-08-031-1/+1
* fixes for python 3 compatibilitycliechti2013-10-131-6/+13
* improve --help message of miniterm. fix console setup on posix, so that the q...cliechti2013-10-131-40/+62
* - miniterm now asks for the port if none is given (instead of opening '0')cliechti2012-04-121-9/+12
* show port list on CTRL+T + Pcliechti2012-02-211-1/+13
* allow to override command line default parameters by putting them into globalscliechti2012-02-201-4/+9
* compatibility hacks for Py 2.x/3.x supportcliechti2011-08-221-8/+16
* changed to miniterm: improve error handling on port change, more compact info...cliechti2011-03-211-50/+63
* cleanup, improve saved state on port changecliechti2011-03-181-7/+11
* - add CTRL-T + P to change connected port in minitermcliechti2011-03-181-13/+49
* - add tools as subpackage so that python -m serial.tools.XXX can be used.cliechti2011-03-041-0/+584