summaryrefslogtreecommitdiff
path: root/pyserial/serial
Commit message (Collapse)AuthorAgeFilesLines
* remove pyparallel and move pyserial files to toplevelChris Liechti2015-08-0322-6379/+0
|
* doc updatelast-svn-statecliechti2014-08-041-7/+8
|
* [Bug pyserial:156] PosixSerial.open raises OSError rather than ↵cliechti2014-08-041-1/+1
| | | | SerialException when port open fails
* [Bug pyserial:157] Implement inWaiting in protocol_socketcliechti2014-08-041-4/+5
|
* [Bug pyserial:159] write() in serialcli.py not working with IronPython 2.7.4cliechti2014-08-041-11/+22
| | | | doc changes
* doc updatecliechti2014-08-039-105/+193
|
* swap "except" for Python 3.x compatibility in read()cliechti2014-08-031-4/+6
|
* Java: fix 2 bugs (stop bits if/else and non-integer timeouts) (Torsten Roemer)cliechti2014-08-011-3/+3
|
* [Bug pyserial:163] serial.tools.list_ports.grep() fails if it encounters ↵cliechti2014-08-011-18/+20
| | | | None type
* [Patch pyserial:32] Module list_ports for linux should include the product ↵cliechti2014-07-311-0/+6
| | | | information as description.
* [Patch pyserial:31] Mark/space parity on Linuxcliechti2014-07-311-0/+7
|
* [FTR pyserial:37] Support fileno() function in the socket protocolcliechti2014-07-311-1/+5
|
* [Bug pyserial:166] RFC2217 connections always failcliechti2014-07-311-1/+1
|
* code cleanupcliechti2013-10-171-23/+0
|
* make HW ID strings for USB devices similar to the one on other platformscliechti2013-10-171-8/+35
|
* fix list ports (broken by last commit here)cliechti2013-10-171-1/+1
|
* doc update, do not include bytes but str in list_ports_windowscliechti2013-10-173-19/+57
|
* set version to 2.7cliechti2013-10-171-1/+1
|
* flush after open, seems to make a difference for some USB-serial driverscliechti2013-10-171-1/+1
|
* doc updatescliechti2013-10-171-1/+1
|
* do not allow negative baudrates, improve Python 3 compatibility of testscliechti2013-10-161-2/+5
|
* Ensure working with bytes in write() calls. to_bytes() extended to handle ↵cliechti2013-10-166-12/+33
| | | | bytes and memoryview instaces
* modified enumeration algo so that it picks up CDC devices toocliechti2013-10-141-64/+55
|
* fix if friendly name is not availablecliechti2013-10-141-7/+9
|
* fixes for python 3 compatibilitycliechti2013-10-131-6/+13
|
* improve --help message of miniterm. fix console setup on posix, so that the ↵cliechti2013-10-131-40/+62
| | | | question for the port name is made before the echo is switched off.
* [Bug pyserial:151] Serial.write() without a timeout uses 100% CPU on POSIXcliechti2013-10-121-0/+5
|
* OSX: [Patch pyserial:27] Scan by VendorID/Product ID for USB Serial devicescliechti2013-10-124-126/+375
| | | | also refactor list_ports_posix and take out the linux implementation into a separate file
* [Patch pyserial:30] [PATCH 1/1] serial.Serial() should not raise IOError.cliechti2013-10-111-10/+10
| | | | also catch errors when getting struct
* [Patch pyserial:29] PosixSerial.read() should "ignore" errno.EINTRcliechti2013-10-111-16/+26
|
* [Patch pyserial:28] Accept any speed on Linuxcliechti2013-10-111-12/+11
|
* [Bug pyserial:117] no error on lost conn w/socket:// => return empty string ↵cliechti2013-10-111-4/+12
| | | | | | to signal EOF also fix reception of multiple bytes (extend vs append)
* [Bug pyserial:125] Undefined 'base' on list_ports_posix.py, function usb_lsusbcliechti2013-10-111-2/+3
|
* rename internal variablecliechti2013-10-111-3/+3
|
* change error handling for errors while opening again (now similar to posix, ↵cliechti2013-10-111-28/+52
| | | | clean close after error)
* [Bug pyserial:141] open: Pass errno from IOError to SerialExceptioncliechti2013-10-101-2/+2
|
* [Bug pyserial:152] Cannot configure port, some setting was wrong. can leave ↵cliechti2013-10-101-1/+1
| | | | port handle open but port not accessible
* rfc2217: zero polls value (baudrate, data size, stop bits, parity) (Erik Lundh)cliechti2013-07-311-40/+79
|
* [Bug pyserial:135] reading from socket with timeout=None causes TypeErrorcliechti2013-05-311-2/+5
|
* [Bug pyserial:137] Patch to add non-standard baudrates to Cygwincliechti2013-05-311-1/+13
|
* [Bug pyserial:144] com0com ports ignored due to missing "friendly name"cliechti2013-05-311-2/+3
|
* [Bug pyserial:45] Error in socket_connection.pycliechti2013-05-311-1/+3
|
* [Bug pyserial:146] flush() does nothing in windows (despite docs)cliechti2013-05-311-0/+8
|
* improve python 3 compatibility [Bug 3518380]cliechti2012-08-161-1/+5
|
* fix [Bug 3540332], base class of port not open exception changed to ↵cliechti2012-08-161-2/+2
| | | | SerialException
* fix [Bug 3550043]cliechti2012-08-161-1/+1
|
* - miniterm now asks for the port if none is given (instead of opening '0')cliechti2012-04-121-9/+12
| | | - update py2exe scripts (ensure own module is taken not the one in site-packages)
* ignore case in description and hwid toocliechti2012-03-291-1/+1
|
* show port list on CTRL+T + Pcliechti2012-02-211-1/+13
|
* allow to override command line default parameters by putting them into globalscliechti2012-02-201-4/+9
|