aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-27Fix tiny typo in docsSteven Conaway
2020-04-17Added .idea to .gitignore and dropped python 3.2 and 3.3Anas
2020-03-30Correct "interface" property on Linux hostsJohannes Carlsson
2020-03-30Don't catch the SerialException we just raisedChristian Häggström
2019-08-13Merge pull request #411 from Flameeyes/masterzsquareplusc
2019-08-13Merge pull request #371 from keelung-yang/masterzsquareplusc
2019-08-13Merge pull request #367 from klanmiko/mac_break_ioctlzsquareplusc
2019-08-13Merge pull request #364 from torque/macos-usb-product-descriptor-fixzsquareplusc
2019-08-13Merge pull request #386 from jfleschExtFlowbird/masterzsquareplusc
2019-08-13Merge pull request #389 from lowell80/masterzsquareplusc
2019-08-13Merge pull request #433 from keith-packard/masterzsquareplusc
2019-08-13Merge pull request #414 from ryan-summers/rsummers/windows-usb-composite-devi...zsquareplusc
2019-06-21Merge pull request #441 from NJDFan/masterzsquareplusc
2019-06-20Fixed flush_input_buffer() for situations where the remote end has closedRob Gaddi
2019-06-20Merge pull request #1 from pyserial/masterNJDFan
2019-05-19tools/list_ports_windows: Scan both 'Ports' and 'Modem' device classesKeith Packard
2019-05-14Merge pull request #430 from ARF1/masterzsquareplusc
2019-05-13Add WaitCommEvent function to win32ARF1
2019-02-13Removing dependency on winerrorRyan Summers
2019-02-12Delinting changesRyan Summers
2019-02-12Updated parent traversal to check for root deviceRyan Summers
2019-02-12Added recursive search for device USB serial number to support composite devicesRyan Summers
2019-02-11Use self._port to determine port instancezsquareplusc
2019-02-08Add a backend for Silicon Labs CP2110/4 HID-to-UART bridge.Diego Elio Pettenò
2019-02-08threaded: "write" returns byte countChris Liechti
2019-02-08docs: mention "seconds" in "send_break" and "__init__" docsChris Liechti
2019-02-08Merge pull request #400 from smeng9/masterzsquareplusc
2018-12-28fix stopbits typoShaoyu
2018-12-21add bytesize and stopbits argument to parserShaoyu
2018-10-24Fixed transposed RFC 2217 (was 2271)Lowell Alleman
2018-10-03rfc2217/close(): fix race-condition: when stopping the read loop, do not set ...Jerome Flesch
2018-07-26Don't open port if self.port is not set while entering context managerKeelung Yang
2018-07-16move _update_break_state to platform specific baseKaelan Mikowicz
2018-07-14change break syscall number for bsd as wellKaelan Mikowicz
2018-07-13redefine TIOCXBRK to the correct syscall numbers for macKaelan Mikowicz
2018-07-12macOS: rework list_ports to support unicode product descriptors.torque
2018-07-02Merge pull request #342 from mghicho/buffer_size_fixedzsquareplusc
2018-06-22Merge pull request #358 from jdpatt/documenation-fixzsquareplusc
2018-06-20Properly escape backslash.David Patterson
2018-06-19Merge pull request #356 from jdpatt/masterzsquareplusc
2018-06-16Documented read_until and updated parameter name to reflect functionality bey...David Patterson
2018-06-15Merge pull request #354 from vlovich/patch-3zsquareplusc
2018-06-13Make ListPortInfo hashableVitali Lovich
2018-06-08Manually wrap comment. Add note of Windows 10 compatibility.Cefn Hoile
2018-06-08Remove spurious newlineCefn Hoile
2018-06-08Added extra codes from miniterm_mpy.py and finalised setconsolemode shenanigans.Cefn Hoile
2018-06-08First proven version with minimal nav keysCefn Hoile
2018-05-15Fixed the docstring for the set_buffer_size function. It should be called aft...Mohammad Ghasemiahmadi
2018-05-08docs: add notes for readline, readlines, writelines, IOBaseChris Liechti
2018-05-08fix: compare only of the same type in list_ports_common.ListPortInfoChris Liechti