summaryrefslogtreecommitdiff
path: root/serial
Commit message (Expand)AuthorAgeFilesLines
* feat(miniterm): handle SIGINT on POSIXChris Liechti2021-10-021-11/+21
* Merge pull request #584 from luzpaz/typoszsquareplusc2021-10-025-6/+6
|\
| * Fix misc. documentation and source comment typosluz paz2021-05-145-6/+6
* | feat(list_ports): add gadget serial ports ttyGS*Chris Liechti2021-10-021-0/+2
* | Merge pull request #496 from ckielstra/masterzsquareplusc2021-10-021-3/+10
|\ \
| * | Add support for setting a custom baudrate on the MIPS platformckielstra2021-02-251-3/+10
* | | 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
|/ / /
* | | spy: option to write to log instead of file/stdoutChris Liechti2021-05-231-0/+47
| |/ |/|
* | 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
* | docs: remove backslash in docsChris Liechti2021-05-141-1/+1
* | docs: fix typosPierre Grimaud2021-04-191-1/+1
|/
* chore: release 3.5v3.5Chris Liechti2020-11-231-1/+1
* spy: ensure bytes in write()Chris Liechti2020-11-231-0/+2
* Merge pull request #540 from henzef/patch-1zsquareplusc2020-11-191-21/+43
|\
| * serialposix: Fix inconstent state after exception in open()Fabian Henze2020-11-041-21/+43
* | 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
* chore: beta release 3.5b0v3.5b0Chris Liechti2020-09-211-1/+1
* setup: change entry points, update classifiersChris Liechti2020-09-211-0/+3
* 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-216-6/+6
* | 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
* | loop: add out_waitingChris Liechti2020-09-141-0/+11
* | win32: extend RS485 error messagesChris Liechti2020-09-141-5/+5
* | 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 #519 from tim-nordell-nimbelink/masterzsquareplusc2020-09-141-2/+9
|\ \ \
| * | | linux: Fix custom baud rate to not temporarily set 38400 baud ratesTim Nordell2020-08-211-2/+9
| | |/ | |/|
* | | Merge pull request #494 from kalvdans/dont-catch-our-own-exceptionzsquareplusc2020-09-141-10/+12
|\ \ \
| * | | Don't catch the SerialException we just raisedChristian Häggström2020-03-301-10/+12
| |/ /
* | | refactor: raise new instances for PortNotOpenError and SerialTimeoutExceptionChris Liechti2020-09-149-100/+102
|/ /
* | Merge pull request #411 from Flameeyes/masterzsquareplusc2019-08-131-0/+258
|\ \
| * | Add a backend for Silicon Labs CP2110/4 HID-to-UART bridge.Diego Elio Pettenò2019-02-081-0/+258
* | | Merge pull request #371 from keelung-yang/masterzsquareplusc2019-08-131-1/+1
|\ \ \
| * | | Use self._port to determine port instancezsquareplusc2019-02-111-1/+1
| * | | Don't open port if self.port is not set while entering context managerKeelung Yang2018-07-261-1/+1
| |/ /
* | | Merge pull request #367 from klanmiko/mac_break_ioctlzsquareplusc2019-08-132-10/+35
|\ \ \
| * | | move _update_break_state to platform specific baseKaelan Mikowicz2018-07-161-9/+9