summaryrefslogtreecommitdiff
path: root/serial
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | 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-132-2/+2
|\ \
| * | Fixed transposed RFC 2217 (was 2271)Lowell Alleman2018-10-242-2/+2
| |/
* | 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
* | | | Fixed flush_input_buffer() for situations where the remote end has closedRob Gaddi2019-06-201-1/+2
| |/ / |/| |
* | | Add WaitCommEvent function to win32ARF12019-05-131-0/+10
|/ /
* | threaded: "write" returns byte countChris Liechti2019-02-081-2/+2
|/
* Merge pull request #342 from mghicho/buffer_size_fixedzsquareplusc2018-07-021-1/+1
|\
| * Fixed the docstring for the set_buffer_size function. It should be called aft...Mohammad Ghasemiahmadi2018-05-151-1/+1
* | Documented read_until and updated parameter name to reflect functionality bey...David Patterson2018-06-161-4/+4
* | Make ListPortInfo hashableVitali Lovich2018-06-131-0/+3
|/
* docs: add notes for readline, readlines, writelines, IOBaseChris Liechti2018-05-081-0/+3
* fix: compare only of the same type in list_ports_common.ListPortInfoChris Liechti2018-05-081-1/+5
* Merge pull request #290 from jabdoa2/low_latency_modezsquareplusc2018-05-081-0/+21
|\
| * option for low latency mode on linuxJan Kantert2018-05-071-0/+21
* | 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-0724-64/+120
|\ \
| * \ 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-0724-0/+49
| |\ \
| | * | Use absolute import everywhereKurt McKee2018-02-0724-0/+49
| | |/
| * | Merge pull request #305 from Mispel/masterzsquareplusc2018-05-071-1/+6
| |\ \
| | * | return b'' when connection closes on rfc2217 connectionMANU2018-01-161-1/+6
| | |/
| * | 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
* | posix: fix PosixPollSerial with timeout=None and add cancel supportChris Liechti2017-08-241-3/+10
|/