summaryrefslogtreecommitdiff
path: root/serial/serialwin32.py
Commit message (Expand)AuthorAgeFilesLines
* docs: update copyright, notes, changelogChris Liechti2020-09-211-1/+1
* win32: extend RS485 error messagesChris Liechti2020-09-141-5/+5
* refactor: raise new instances for PortNotOpenError and SerialTimeoutExceptionChris Liechti2020-09-141-9/+9
* Fixed the docstring for the set_buffer_size function. It should be called aft...Mohammad Ghasemiahmadi2018-05-151-1/+1
* Use absolute import everywhereKurt McKee2018-02-071-0/+2
* win32: improve error for out_waiting, save exclusive changesChris Liechti2017-03-051-1/+3
* win32: raise error if "exclusive" is set to FalseChris Liechti2017-03-041-0/+6
* win32: include error message from system in ClearCommError exceptionChris Liechti2017-02-151-1/+1
* win32: spurious write fails with ERROR_SUCCESS, fixes #194Chris Liechti2017-01-101-1/+1
* win32: fix syntax error, closes #166Chris Liechti2016-09-291-1/+1
* win32: handle additional errors in non-blocking mode, see #162Chris Liechti2016-09-171-7/+15
* win32: fix return value of non-blocking write, fixes #162Chris Liechti2016-09-161-1/+4
* docs: update requirements, typoChris Liechti2016-09-151-1/+1
* win32: improve error messages in read()Chris Liechti2016-06-011-2/+2
* win32: handle errors of GetOverlappedResult in read(), fixes #121Chris Liechti2016-05-311-1/+4
* style: flake8 findingsChris Liechti2016-05-261-2/+1
* win32: fix close and improve cancel (no error when write is canceled)Chris Liechti2016-05-251-1/+4
* win32: fix error code checking in _cancel_overlapped_ioChris Liechti2016-05-121-1/+1
* revert "fixes for RTS/DTR handling on open", bad solutionChris Liechti2016-05-071-5/+0
* win32: add methods to cancel read/write operation, use in close, fixes #51Chris Liechti2016-05-031-3/+26
* refactor: use is_open instead of platform specific attributes, closes #83Chris Liechti2016-03-291-7/+7
* style: replace % with format callsChris Liechti2016-02-161-17/+19
* style: some of the suggestions from flake8 and pylintChris Liechti2016-02-121-19/+19
* style: add flags for pylintChris Liechti2016-02-101-0/+1
* style: some of the suggestions from flake8Chris Liechti2016-02-071-2/+11
* remove inconsistent and unused main of platform modulesChris Liechti2016-01-301-17/+0
* optimized the codes of read methoddenglj2016-01-251-15/+6
* win32: fix bad super call and duplicate old-stlye __init__ callChris Liechti2016-01-221-2/+1
* fixes for RTS/DTR handling on open (#59)Chris Liechti2016-01-211-0/+5
* update file headersChris Liechti2015-12-161-3/+3
* fixed issue with 0 timeout on windows 10David Howlett2015-12-141-1/+1
* win32: change exception type in case SetCommState fails, fix for #49Chris Liechti2015-12-121-1/+1
* win32: fix typoChris Liechti2015-11-061-1/+1
* win32: fix minimal timeout issueChris Liechti2015-11-031-7/+8
* win32: fix race conditionChris Liechti2015-11-021-6/+6
* win32: fix flush()Chris Liechti2015-09-091-1/+1
* pep-8 and small cleanupsChris Liechti2015-08-301-58/+66
* doc: update API docs, rename inter_byte_timeoutChris Liechti2015-08-301-4/+4
* api change: rename more methods and attributes (mostly internal)Chris Liechti2015-08-291-107/+101
* api change: provide control lines as properties, rename flush* and other func...Chris Liechti2015-08-271-51/+26
* win32: fixesChris Liechti2015-08-101-17/+1
* update file headers with license information (SPDX)Chris Liechti2015-08-091-1/+2
* inherit from io.RawIOBase in SerialBase instead of everywhere elseChris Liechti2015-08-061-2/+1
* rs485: redo RS485 support, removed RTS toggle functionChris Liechti2015-08-061-19/+43
* [Bug pyserial:169] missing "import time" in serialwin32.pyChris Liechti2015-08-051-1/+1
* always base on io.RawIOBaseChris Liechti2015-08-031-16/+3
* work on python 3 compatibilityChris Liechti2015-08-031-1/+1
* remove pyparallel and move pyserial files to toplevelChris Liechti2015-08-031-0/+470