summaryrefslogtreecommitdiff
path: root/serial/serialposix.py
Commit message (Expand)AuthorAgeFilesLines
* parity: new PARITY_IGNORE setting (posix/win32)issue-154Chris Liechti2016-08-271-0/+3
* posix: VTIMESerial fixes for blocking and cancel_readChris Liechti2016-08-081-0/+6
* posix: handle different errno for OSX when setting control lines on open, fix...Chris Liechti2016-06-131-1/+1
* posix: PATCH: Check delay_before_tx/rx for None in serialposix.py, fixes #126Chris Liechti2016-06-091-2/+4
* posix: deprecate "nonblocking" methodChris Liechti2016-06-041-6/+5
* posix: make cancel-pipes non-blocking and read more bytes to "clear" pipeChris Liechti2016-06-031-2/+4
* posix: retry if interrupted in Serial.readnexcvon2016-05-241-5/+5
* posix: close pipes to avoid resource leakChris Liechti2016-05-221-0/+6
* posix: implement cancel_writeChris Liechti2016-05-161-2/+12
* posix: implement cancel_readChris Liechti2016-05-151-1/+8
* serialposix: ignore error when setting control lines in openChris Liechti2016-05-071-4/+10
* revert "fixes for RTS/DTR handling on open", bad solutionChris Liechti2016-05-071-10/+8
* refactor: remove "number_to_device" which is not called anymoreChris Liechti2016-04-251-66/+15
* refactor: use is_open instead of platform specific attributes, closes #83Chris Liechti2016-03-291-1/+1
* Makes serialposix.Serial.write() respect write_timeout=0 to be non-blocking.Robert Smallshire2016-03-261-5/+9
* serialposix: apply patch: native RS485 is never enabled, fixes #96Chris Liechti2016-03-241-0/+1
* serialposix: _set_rs485_mode() tries to read non-existing attribute, fixes 85Chris Liechti2016-03-171-2/+2
* style: replace % with format callsChris Liechti2016-02-151-21/+21
* style: some of the suggestions from flake8 and pylintChris Liechti2016-02-121-3/+4
* style: some of the suggestions from flake8Chris Liechti2016-02-091-1/+3
* style: some of the suggestions from flake8Chris Liechti2016-02-061-1/+1
* style: some of the suggestions from flake8Chris Liechti2016-02-011-2/+1
* remove inconsistent and unused main of platform modulesChris Liechti2016-01-301-20/+0
* fixes for RTS/DTR handling on open (#59)Chris Liechti2016-01-211-8/+10
* update file headersChris Liechti2015-12-161-3/+2
* Merge pull request #47 from cdealti/pr-fix-issue-42zsquareplusc2015-12-151-1/+7
|\
| * Fix issue #42.Cristiano De Alti2015-12-121-1/+7
* | check for write timeout, even if EAGAIN was rised, fix #45Chris Liechti2015-12-131-0/+3
|/
* force tcsetattr call on open, fix #26, #30Chris Liechti2015-11-151-4/+4
* serialposix: add alternative implementation w/o selectChris Liechti2015-10-181-0/+54
* small fixesChris Liechti2015-09-181-1/+1
* pep-8 and small cleanupsChris Liechti2015-08-301-105/+122
* doc: update API docs, rename inter_byte_timeoutChris Liechti2015-08-301-6/+6
* api change: rename more methods and attributes (mostly internal)Chris Liechti2015-08-291-41/+35
* api change: provide control lines as properties, rename flush* and other func...Chris Liechti2015-08-271-18/+24
* 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
* posix: redo platform specific setup (now as base class)Chris Liechti2015-08-061-224/+187
* rs485: redo RS485 support, removed RTS toggle functionChris Liechti2015-08-061-3/+49
* posix: remove old names for fcntl and termios (was for compatibilty for Pytho...Chris Liechti2015-08-041-93/+83
* posix: clear OCRNL/ONLCR flags (CR/LF translation settings)Chris Liechti2015-08-041-1/+1
* fix setXONChris Liechti2015-08-031-1/+1
* always base on io.RawIOBaseChris Liechti2015-08-031-14/+2
* fix: let SerialExceptions pass throughChris Liechti2015-08-031-0/+2
* work on python 3 compatibilityChris Liechti2015-08-031-39/+39
* remove pyparallel and move pyserial files to toplevelChris Liechti2015-08-031-0/+730