summaryrefslogtreecommitdiff
path: root/serial/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #587 from Finwood/masterzsquareplusc2021-10-011-1/+2
|\
| * Redirect Minicom's Port Prompt to stderrLasse Fröhner2021-06-101-1/+2
* | Fix duplicate comports listed with list_ports(include_links=True)Madis Martin Lutter2021-09-032-24/+25
|/
* miniterm: make integration easier, add serial_instance argumentChris Liechti2021-05-141-3/+3
* miniterm: fix escapes, F'keys on win32Chris Liechti2021-05-141-10/+10
* Merge pull request #546 from chairman888/545-osx-use-iousbhostdevice-insteadzsquareplusc2020-11-191-1/+5
|\
| * implement patch from oskayByron Han2020-11-171-1/+5
* | fix issue 509 - kIOMasterPortDefault no longer exported on Big Sur, but can h...Byron Han2020-11-131-1/+2
|/
* Fix exception for composite serial number search on WindowsJeff Rowberg2020-09-301-7/+16
* Merge pull request #495 from johannesacco/masterzsquareplusc2020-09-211-1/+1
|\
| * Correct "interface" property on Linux hostsJohannes Carlsson2020-03-301-1/+1
* | list_ports_linux: change debug code in mainChris Liechti2020-09-211-2/+2
* | docs: update copyright, notes, changelogChris Liechti2020-09-211-1/+1
* | miniterm: add CTRL+T Q as alternative to exitChris Liechti2020-09-161-2/+4
* | list_ports: use hardcoded path to library on osxChris Liechti2020-09-161-3/+2
* | miniterm: fix double use of CTRL-T + sChris Liechti2020-09-141-1/+1
* | Merge pull request #351 from cefn/masterzsquareplusc2020-09-141-2/+54
|\ \ | |/ |/|
| * Manually wrap comment. Add note of Windows 10 compatibility.Cefn Hoile2018-06-081-1/+2
| * Remove spurious newlineCefn Hoile2018-06-081-1/+0
| * Added extra codes from miniterm_mpy.py and finalised setconsolemode shenanigans.Cefn Hoile2018-06-081-14/+40
| * First proven version with minimal nav keysCefn Hoile2018-06-081-1/+27
* | Merge pull request #364 from torque/macos-usb-product-descriptor-fixzsquareplusc2019-08-131-22/+55
|\ \
| * | macOS: rework list_ports to support unicode product descriptors.torque2018-07-121-22/+55
* | | Merge pull request #433 from keith-packard/masterzsquareplusc2019-08-131-6/+17
|\ \ \
| * | | tools/list_ports_windows: Scan both 'Ports' and 'Modem' device classesKeith Packard2019-05-191-6/+17
| |/ /
* | | Removing dependency on winerrorRyan Summers2019-02-131-3/+2
* | | Delinting changesRyan Summers2019-02-121-5/+5
* | | Updated parent traversal to check for root deviceRyan Summers2019-02-121-8/+21
* | | Added recursive search for device USB serial number to support composite devicesRyan Summers2019-02-121-2/+90
|/ /
* | Make ListPortInfo hashableVitali Lovich2018-06-131-0/+3
|/
* fix: compare only of the same type in list_ports_common.ListPortInfoChris Liechti2018-05-081-1/+5
* Merge pull request #335 from dhoomakethu/masterzsquareplusc2018-05-071-0/+1
|\
| * Add support exar usb-serial ports dhoomakethu2018-04-181-0/+1
* | Merge branch 'master' into 326-miniterm.py-exclusive-accesszsquareplusc2018-05-078-63/+82
|\ \
| * \ Merge pull request #324 from carlosperate/fix_miniterm_menu_exitzsquareplusc2018-05-071-2/+2
| |\ \
| | * | Fix miniterm constructor exit_character and menu_characterCarlos2018-03-161-2/+2
| | |/
| * | Merge pull request #315 from kurtmckee/use-absolute-importszsquareplusc2018-05-078-0/+17
| |\ \
| | * | Use absolute import everywhereKurt McKee2018-02-078-0/+17
| | |/
| * | win32: do not check for links in serial.tools.list_portsChris Liechti2018-05-072-4/+6
| * | style: quotesChris Liechti2018-05-071-53/+53
| * | fix: remove default parameter now that os.path.basename is calledChris Liechti2018-05-071-1/+1
| |/
* | miniterm.py: use exclusive access for native serial ports by defaultSascha Silbe2018-03-191-0/+10
|/
* Merge pull request #263 from BrendanSimon/list_port_namezsquareplusc2017-08-282-2/+2
|\
| * list_ports: set default `name` attributeBrendan Simon2017-08-202-2/+2
* | miniterm: use !r format instead of repr()Chris Liechti2017-08-271-4/+4
|/
* miniterm: workaround for non ASCII port descriptionsChris Liechti2017-07-191-1/+1
* miniterm: refactor key handler and extend suspend functionChris Liechti2017-07-171-104/+138
* miniterm: reconnect in a loop handling errors, exit keyChris Liechti2017-07-141-4/+12
* miniterm: add suspend function (quickly close/reopen ports)Chris Liechti2017-07-131-0/+11
* feat(list_ports): add interface num to location on win32Chris Liechti2017-05-252-2/+6