summaryrefslogtreecommitdiff
path: root/serial/tools/list_ports_windows.py
Commit message (Expand)AuthorAgeFilesLines
* code cleanupcliechti2013-10-171-23/+0
* make HW ID strings for USB devices similar to the one on other platformscliechti2013-10-171-8/+35
* doc update, do not include bytes but str in list_ports_windowscliechti2013-10-171-12/+45
* 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
* [Bug pyserial:144] com0com ports ignored due to missing "friendly name"cliechti2013-05-311-2/+3
* fix [Bug 3550043]cliechti2012-08-161-1/+1
* fix for bug 3414327cliechti2011-11-021-1/+1
* 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 hack for Python 2.x/3.x supportcliechti2011-08-221-2/+5
* 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
* 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-051-1/+1
* add code to list available portscliechti2011-03-241-0/+187