summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* osx: possible workaround for loading libraries on Mac OS 11518-osx-workaroundChris Liechti2020-09-151-2/+17
* docs: update CHANGESChris Liechti2020-09-151-0/+57
* examples: refactor wx example, use Bind to avoid deprecated warnings, IsCheck...Chris Liechti2020-09-152-22/+17
* 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-142-2/+2
* 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 #510 from SConaway/patch-1zsquareplusc2020-09-141-1/+1
|\ \ \
| * | | Fix tiny typo in docsSteven Conaway2020-06-271-1/+1
| |/ /
* | | 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-1410-113/+115
* | | Merge pull request #500 from WisdomPill/dropping_older_pythonzsquareplusc2020-09-142-2/+2
|\ \ \ | |/ / |/| |
| * | Added .idea to .gitignore and dropped python 3.2 and 3.3Anas2020-04-172-2/+2
|/ /
* | Merge pull request #411 from Flameeyes/masterzsquareplusc2019-08-133-1/+278
|\ \
| * | Add a backend for Silicon Labs CP2110/4 HID-to-UART bridge.Diego Elio Pettenò2019-02-083-1/+278
* | | 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
| * | | change break syscall number for bsd as wellKaelan Mikowicz2018-07-141-4/+18
| * | | redefine TIOCXBRK to the correct syscall numbers for macKaelan Mikowicz2018-07-132-2/+13
| |/ /
* | | 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 #386 from jfleschExtFlowbird/masterzsquareplusc2019-08-131-2/+1
|\ \ \
| * | | rfc2217/close(): fix race-condition: when stopping the read loop, do not set ...Jerome Flesch2018-10-031-2/+1
| |/ /
* | | Merge pull request #389 from lowell80/masterzsquareplusc2019-08-133-3/+3
|\ \ \
| * | | Fixed transposed RFC 2217 (was 2271)Lowell Alleman2018-10-243-3/+3
| |/ /
* | | 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
* | | | Merge pull request #414 from ryan-summers/rsummers/windows-usb-composite-devi...zsquareplusc2019-08-131-2/+102
|\ \ \ \
| * | | | 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
* | | | | Merge pull request #441 from NJDFan/masterzsquareplusc2019-06-211-1/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fixed flush_input_buffer() for situations where the remote end has closedRob Gaddi2019-06-201-1/+2
| * | | | Merge pull request #1 from pyserial/masterNJDFan2019-06-2039-274/+711
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #430 from ARF1/masterzsquareplusc2019-05-141-0/+10
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add WaitCommEvent function to win32ARF12019-05-131-0/+10
|/ / / /
* | | | threaded: "write" returns byte countChris Liechti2019-02-081-2/+2
* | | | docs: mention "seconds" in "send_break" and "__init__" docsChris Liechti2019-02-081-3/+3
* | | | Merge pull request #400 from smeng9/masterzsquareplusc2019-02-081-0/+16
|\ \ \ \ | |_|/ / |/| | |