aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-05-08Merge pull request #290 from jabdoa2/low_latency_modezsquareplusc
2018-05-07option for low latency mode on linuxJan Kantert
2018-05-07Merge pull request #335 from dhoomakethu/masterzsquareplusc
2018-05-07Merge pull request #333 from cweeks12/patch-1zsquareplusc
2018-05-07Merge pull request #327 from silbe/326-miniterm.py-exclusive-accesszsquareplusc
2018-05-07Merge branch 'master' into 326-miniterm.py-exclusive-accesszsquareplusc
2018-05-07Merge pull request #324 from carlosperate/fix_miniterm_menu_exitzsquareplusc
2018-05-07Merge pull request #320 from pletnes/patch-1zsquareplusc
2018-05-07Merge pull request #315 from kurtmckee/use-absolute-importszsquareplusc
2018-05-07Merge pull request #305 from Mispel/masterzsquareplusc
2018-05-07win32: do not check for links in serial.tools.list_portsChris Liechti
2018-05-07style: quotesChris Liechti
2018-05-07fix: remove default parameter now that os.path.basename is calledChris Liechti
2018-05-07Merge pull request #296 from Renha/patch-1zsquareplusc
2018-04-18Merge pull request #1 from dhoomakethu/dhoomakethu-xr-usb-serialdhoomakethu
2018-04-18Add support exar usb-serial ports dhoomakethu
2018-04-06Fixed 'uppon' typosConnor Weeks
2018-03-19miniterm.py: use exclusive access for native serial ports by defaultSascha Silbe
2018-03-16Fix miniterm constructor exit_character and menu_characterCarlos
2018-03-08Update pyserial.rstPaul Anton Letnes
2018-02-07Use absolute import everywhereKurt McKee
2018-01-16return b'' when connection closes on rfc2217 connectionMANU