summaryrefslogtreecommitdiff
path: root/serial/tools
Commit message (Expand)AuthorAgeFilesLines
* doc updatecliechti2014-08-032-2/+5
* [Bug pyserial:163] serial.tools.list_ports.grep() fails if it encounters None...cliechti2014-08-011-18/+20
* [Patch pyserial:32] Module list_ports for linux should include the product in...cliechti2014-07-311-0/+6
* code cleanupcliechti2013-10-171-23/+0
* make HW ID strings for USB devices similar to the one on other platformscliechti2013-10-171-8/+35
* fix list ports (broken by last commit here)cliechti2013-10-171-1/+1
* doc update, do not include bytes but str in list_ports_windowscliechti2013-10-173-19/+57
* modified enumeration algo so that it picks up CDC devices toocliechti2013-10-141-64/+55
* fix if friendly name is not availablecliechti2013-10-141-7/+9
* 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
* OSX: [Patch pyserial:27] Scan by VendorID/Product ID for USB Serial devicescliechti2013-10-124-126/+375
* [Bug pyserial:125] Undefined 'base' on list_ports_posix.py, function usb_lsusbcliechti2013-10-111-2/+3
* [Bug pyserial:144] com0com ports ignored due to missing "friendly name"cliechti2013-05-311-2/+3
* improve python 3 compatibility [Bug 3518380]cliechti2012-08-161-1/+5
* fix [Bug 3550043]cliechti2012-08-161-1/+1
* - miniterm now asks for the port if none is given (instead of opening '0')cliechti2012-04-121-9/+12
* ignore case in description and hwid toocliechti2012-03-291-1/+1
* 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
* update for BSD: list_ports and device functioncliechti2011-12-291-4/+3
* fix SF 3462364, "base" not definedcliechti2011-12-281-1/+2
* fix for bug 3414327cliechti2011-11-021-1/+1
* add more command line options to list_portscliechti2011-08-251-14/+53
* fix syntax errorcliechti2011-08-251-1/+0
* apply patch from cjgohlke, add is_64bit detection functioncliechti2011-08-251-9/+14
* fix HDEVINFO typecliechti2011-08-221-1/+1
* ensure that a string is returned, also on Py 3.xcliechti2011-08-221-3/+9
* compatibility hacks for Py 2.x/3.x supportcliechti2011-08-221-8/+16
* compatibility hack for Python 2.x/3.x supportcliechti2011-08-221-2/+5
* use absolute imports so that 2to3 workscliechti2011-08-221-2/+2
* make search case insensitivecliechti2011-08-211-1/+1
* fix types that are not yet available in Python older 2.xcliechti2011-08-211-9/+14
* fix CHAR type (bug introduces in last change to this file)cliechti2011-08-201-1/+1
* also redirect stderr when calling lsusbcliechti2011-08-191-2/+2
* extract detailed hardware info on Linuxcliechti2011-08-191-1/+107
* fix usage of types to gain 64 bit Windows compatibilitycliechti2011-08-181-16/+20
* - add serial.tools.list_ports, implement platform detection code and a main r...cliechti2011-08-053-6/+145
* include ttyACM in listcliechti2011-06-161-1/+1
* add code to list available portscliechti2011-03-242-0/+199
* 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-042-0/+584