summaryrefslogtreecommitdiff
path: root/serial
Commit message (Expand)AuthorAgeFilesLines
* 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 #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
|/
* chore: release 3.4v3.4Chris Liechti2017-07-221-1/+1
* miniterm: workaround for non ASCII port descriptionsChris Liechti2017-07-191-1/+1
* miniterm: refactor key handler and extend suspend functionChris Liechti2017-07-171-104/+138
* posix: allow calling cancel functions w/o error if port is closedChris Liechti2017-07-151-2/+4
* miniterm: reconnect in a loop handling errors, exit keyChris Liechti2017-07-141-4/+12
* miniterm: add suspend function (quickly close/reopen ports)Chris Liechti2017-07-131-0/+11
* serial: SerialBase with is idempotentGuillaume Galeazzi2017-06-281-0/+2
* feat(list_ports): add interface num to location on win32Chris Liechti2017-05-252-2/+6
* Merge pull request #141 from eliotb/list_ports_interfaceszsquareplusc2017-05-241-5/+16
|\
| * linux: list_ports use interface path for multi locationEliot Blennerhassett2016-07-271-5/+16
* | Added query also for &MI_xx parameter from HardwareID stringSorin Ciorceri2017-05-182-2/+5
* | socket: sync error handling with posix versionChris Liechti2017-05-061-16/+26
* | posix: fix syntax errrorChris Liechti2017-05-051-2/+2
* | posix: timeout only applies to blocking I/OChris Liechti2017-05-051-1/+1
* | posix: ignore more blocking errors and EINTR in write just as in readChris Liechti2017-05-051-6/+14
* | posix: ignore more blocking errors and EINTR also for python 2.7Chris Liechti2017-05-041-4/+5
* | fix(socket): alternate impl for #225, extend on readChris Liechti2017-05-031-8/+5
* | protocol_socket: Retry if BlockingIOError occurs in reset_input_buffer.mawesi2017-04-241-0/+3
* | Changed modem line status methods to setters and getters.gesorthy2017-03-231-11/+11
* | list_ports: support (at least ignore) include_links parameterChris Liechti2017-03-173-10/+27
* | list_ports: option to include symlinked devicesChris Liechti2017-03-163-5/+38
* | Added Advantech multi-port serial controllers to list_ports_linux glob list.Rob Gaddi2017-03-131-0/+1
* | chore: release 3.3v3.3Chris Liechti2017-03-083-6/+6