summaryrefslogtreecommitdiff
path: root/serial/tools
Commit message (Expand)AuthorAgeFilesLines
* list_ports_windows: support devices with only VID. fixes #145Chris Liechti2016-08-062-6/+7
* list_ports_windows: update fix for #144 for Python 3Chris Liechti2016-08-051-6/+2
* list_ports_windows: use unicode APIs, fixes #144Chris Liechti2016-08-051-35/+22
* miniterm: Python 3 fix for cancel, fixes #137Chris Liechti2016-06-191-1/+1
* style: use .format() in various places instead of "%" formattingChris Liechti2016-06-087-21/+20
* 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
* list_ports: Compatibility issue between Windows/Linux list_ports.comports(), ...Chris Liechti2016-04-101-1/+6
* list_ports_osx: add missing import, fixes #77Chris Liechti2016-03-211-0/+1
* hexlify: update codec for Python 2, fixes #87Chris Liechti2016-03-081-8/+15
* doc: add doc commentsChris Liechti2016-02-191-17/+35
* 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-114-140/+155
* style: some of the suggestions from flake8Chris Liechti2016-02-093-10/+7
* style: some of the suggestions from flake8Chris Liechti2016-02-062-34/+31
* style: some of the suggestions from flake8Chris Liechti2016-01-311-3/+3
* style: some of the suggestions from flake8Chris Liechti2016-01-261-1/+0
* prepare release 3.0.1v3.0.1Chris Liechti2016-01-111-1/+1
* list_ports: special case for FTDI on win32Chris Liechti2016-01-111-1/+9
* list_ports: return name if product is None, fix for #54Chris Liechti2015-12-301-1/+3
* miniterm: new option --ask to repeat port question on errorsChris Liechti2015-12-241-36/+47
* fix: --quiet not quiet enough when filter function is usedChris Liechti2015-12-211-1/+2
* update file headersChris Liechti2015-12-168-18/+18
* list_ports: grep function should also yield info objects, not tuplesChris Liechti2015-11-131-2/+3
* list_ports: alternate fix for #23Chris Liechti2015-10-261-1/+1
* list_ports: fix for #19 (string properties may be None)Chris Liechti2015-10-081-1/+3
* remove relative import, replace with absoluteChris Liechti2015-09-301-4/+4
* OSX list_ports: fixed serial number parsingMartin Fischer2015-09-271-1/+1
* list_ports: store vid/pid as integers on all platformsChris Liechti2015-09-274-7/+10
* list_ports: calculate description for USB devicesChris Liechti2015-09-263-6/+13
* OSX: list_ports - add interface string if presentMartin Fischer2015-09-261-7/+41
* list_ports: new common module providing info object: ListPortInfoChris Liechti2015-09-265-250/+177
* Merge pull request #12 from hoihu/masterzsquareplusc2015-09-251-70/+58
|\
| * OSX: comport() support locationID, fixed CFProperty releaseMartin Fischer2015-09-241-70/+58
* | list_ports: add ttyAMA* devices on Linux (e.g. Raspberry Pi)Chris Liechti2015-09-241-0/+7
|/
* fix EOL issuesChris Liechti2015-09-223-606/+606
* list_ports: calculate USB location on win32 tooChris Liechti2015-09-211-1/+29
* list_ports: add USB location string, shorter descriptions, CDC/ACM fixChris Liechti2015-09-201-4/+26
* list_ports: fix sorting on win32Chris Liechti2015-09-161-2/+2
* 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
* list_ports: support a natural sorting of numbers in port namesChris Liechti2015-09-052-3/+35
* list_ports: add minimal set of methods to info objects to enable sorting againChris Liechti2015-09-042-0/+12
* [Bug pyserial:187] improve support for FreeBSD (list_ports_posix)Chris Liechti2015-09-021-1/+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