summaryrefslogtreecommitdiff
path: root/serial
Commit message (Expand)AuthorAgeFilesLines
* posix: deprecate "nonblocking" methodChris Liechti2016-06-042-7/+5
* posix: make cancel-pipes non-blocking and read more bytes to "clear" pipeChris Liechti2016-06-031-2/+4
* Merge pull request #122 from lfdebrux/patch-1zsquareplusc2016-06-021-1/+1
|\
| * fix bug in FramedPacketLaurence de Bruxelles2016-05-311-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
|/
* Merge pull request #118 from nexcvon/patch-1zsquareplusc2016-05-281-5/+5
|\
| * posix: retry if interrupted in Serial.readnexcvon2016-05-241-5/+5
* | prepare V3.1.0v3.1.0Chris Liechti2016-05-271-1/+1
* | style: flake8 findingsChris Liechti2016-05-261-2/+1
* | win32: fix close and improve cancel (no error when write is canceled)Chris Liechti2016-05-252-1/+5
|/
* asyncio: use serial_for_url, improve test endChris Liechti2016-05-231-2/+3
* allow baudrate of value 0 (used as hang up signal by some drivers)Chris Liechti2016-05-231-2/+2
* posix: close pipes to avoid resource leakChris Liechti2016-05-221-0/+6
* spy: add support for cancel_read and cancel_writeChris Liechti2016-05-201-1/+14
* threaded: use cancel_read() in stop(), when availableChris Liechti2016-05-191-3/+9
* posix: implement cancel_writeChris Liechti2016-05-161-2/+12
* posix: implement cancel_readChris Liechti2016-05-151-1/+8
* miniterm: doc update for win32 cancelChris Liechti2016-05-141-1/+2
* miniterm: use cancel_read instead of timeout for alive flag polling, when ava...Chris Liechti2016-05-131-1/+4
* win32: fix error code checking in _cancel_overlapped_ioChris Liechti2016-05-122-1/+2
* fix type check for port (basestring)Chris Liechti2016-05-111-3/+3
* miniterm: make getkey cancelable on posix too, see #107Chris Liechti2016-05-091-0/+11
* 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-073-17/+10
* miniterm: use cancel_read when available to speed up port closing/exitChris Liechti2016-05-041-0/+9
* win32: add methods to cancel read/write operation, use in close, fixes #51Chris Liechti2016-05-032-3/+30
* changed super() calls to python 2 stylecsboling2016-04-301-2/+2
* raise exceptions in connection_lostcsboling2016-04-291-0/+4
* miniterm: add a cancel() function to console wrapper object and a win32 imple...Chris Liechti2016-04-271-3/+11
* refactor: remove "number_to_device" which is not called anymoreChris Liechti2016-04-251-66/+15
* FramedPacket: add new Packetizer variant that is looking for START and STOPChris Liechti2016-04-241-0/+48
* serialutil: creating a Serial object with an integer argument causes error, f...Chris Liechti2016-04-221-5/+9
* rfc2217: set timeout in create_connectionChris Liechti2016-04-211-3/+1
* socket: set timeout in create_connectionChris Liechti2016-04-211-5/+4
* list_ports: Compatibility issue between Windows/Linux list_ports.comports(), ...Chris Liechti2016-04-101-1/+6
* threaded: bug in serial.threaded.Packetizer, fixes #101Chris Liechti2016-04-061-1/+1
* add missing, deprecated, setPort function, fixes #100Chris Liechti2016-04-061-0/+3
* Non-blocking asychronous SerialTransport with write-buffering.Robert Smallshire2016-03-301-40/+308
* refactor: use is_open instead of platform specific attributes, closes #83Chris Liechti2016-03-293-20/+20
* Merge pull request #92 from rob-smallshire/pep396_versionzsquareplusc2016-03-271-1/+3
|\
| * PEP 396 compatible __version__ attribute.Robert Smallshire2016-03-221-1/+3
* | Makes serialposix.Serial.write() respect write_timeout=0 to be non-blocking.Robert Smallshire2016-03-261-5/+9
* | Merge pull request #91 from rob-smallshire/transport_is_closingzsquareplusc2016-03-251-0/+4
|\ \
| * | Adds an override of BaseTransport.is_closing() to SerialTransport as required...Robert Smallshire2016-03-221-0/+4
| |/
* | Merge pull request #93 from rob-smallshire/open_serial_connectionzsquareplusc2016-03-251-0/+31
|\ \
| * | Adds serial.aio.open_serial_connection() to support streams API.Robert Smallshire2016-03-221-0/+31
| |/
* | Merge pull request #94 from rob-smallshire/serial_transport_init_superzsquareplusc2016-03-241-0/+1
|\ \
| * | Call the superclass initializer in SerialTransport.Robert Smallshire2016-03-221-0/+1
| |/
* | Merge pull request #95 from rob-smallshire/replace_sock_fd_with_serial_fdzsquareplusc2016-03-241-2/+2
|\ \