| Commit message (Expand) | Author | Age | Files | Lines |
* | Java: fix 2 bugs (stop bits if/else and non-integer timeouts) (Torsten Roemer) | cliechti | 2014-08-01 | 2 | -4/+7 |
* | [Bug pyserial:163] serial.tools.list_ports.grep() fails if it encounters None... | cliechti | 2014-08-01 | 2 | -18/+25 |
* | [Patch pyserial:32] Module list_ports for linux should include the product in... | cliechti | 2014-07-31 | 2 | -0/+7 |
* | [Patch pyserial:31] Mark/space parity on Linux | cliechti | 2014-07-31 | 2 | -0/+8 |
* | [FTR pyserial:37] Support fileno() function in the socket protocol | cliechti | 2014-07-31 | 2 | -1/+6 |
* | [Bug pyserial:166] RFC2217 connections always fail | cliechti | 2014-07-31 | 2 | -1/+7 |
* | include url handlers | cliechti | 2013-11-20 | 1 | -6/+9 |
* | include url handlers | cliechti | 2013-11-20 | 1 | -5/+8 |
* | doc version updated | cliechti | 2013-10-17 | 1 | -3/+3 |
* | fix file listing | cliechti | 2013-10-17 | 1 | -2/+1 |
* | prepare release | cliechti | 2013-10-17 | 1 | -2/+2 |
* | code cleanup | cliechti | 2013-10-17 | 1 | -23/+0 |
* | make HW ID strings for USB devices similar to the one on other platforms | cliechti | 2013-10-17 | 1 | -8/+35 |
* | fix list ports (broken by last commit here) | cliechti | 2013-10-17 | 1 | -1/+1 |
* | doc update, do not include bytes but str in list_ports_windows | cliechti | 2013-10-17 | 3 | -19/+57 |
* | set version to 2.7 | cliechti | 2013-10-17 | 1 | -1/+1 |
* | flush after open, seems to make a difference for some USB-serial drivers | cliechti | 2013-10-17 | 1 | -1/+1 |
* | doc updates | cliechti | 2013-10-17 | 4 | -6/+6 |
* | updates (links, typos, changes in 2.7, dates) | cliechti | 2013-10-17 | 6 | -49/+51 |
* | do not allow negative baudrates, improve Python 3 compatibility of tests | cliechti | 2013-10-16 | 4 | -19/+24 |
* | Ensure working with bytes in write() calls. to_bytes() extended to handle byt... | cliechti | 2013-10-16 | 8 | -13/+36 |
* | modified enumeration algo so that it picks up CDC devices too | cliechti | 2013-10-14 | 1 | -64/+55 |
* | fix if friendly name is not available | cliechti | 2013-10-14 | 1 | -7/+9 |
* | fix syntax | cliechti | 2013-10-13 | 1 | -1/+5 |
* | fixes for python 3 compatibility | cliechti | 2013-10-13 | 1 | -6/+13 |
* | improve --help message of miniterm. fix console setup on posix, so that the q... | cliechti | 2013-10-13 | 2 | -55/+86 |
* | [Bug pyserial:151] Serial.write() without a timeout uses 100% CPU on POSIX | cliechti | 2013-10-12 | 2 | -0/+6 |
* | OSX: [Patch pyserial:27] Scan by VendorID/Product ID for USB Serial devices | cliechti | 2013-10-12 | 5 | -126/+376 |
* | [Patch pyserial:30] [PATCH 1/1] serial.Serial() should not raise IOError. | cliechti | 2013-10-11 | 2 | -10/+11 |
* | [Patch pyserial:29] PosixSerial.read() should "ignore" errno.EINTR | cliechti | 2013-10-11 | 2 | -17/+28 |
* | [Patch pyserial:28] Accept any speed on Linux | cliechti | 2013-10-11 | 2 | -12/+12 |
* | [Bug pyserial:117] no error on lost conn w/socket:// => return empty string t... | cliechti | 2013-10-11 | 2 | -4/+13 |
* | [Bug pyserial:125] Undefined 'base' on list_ports_posix.py, function usb_lsusb | cliechti | 2013-10-11 | 2 | -2/+4 |
* | [Bug pyserial:130] setup.py should not append py3k to package name | cliechti | 2013-10-11 | 2 | -3/+2 |
* | rename internal variable | cliechti | 2013-10-11 | 1 | -3/+3 |
* | change error handling for errors while opening again (now similar to posix, c... | cliechti | 2013-10-11 | 1 | -28/+52 |
* | [Bug pyserial:141] open: Pass errno from IOError to SerialException | cliechti | 2013-10-10 | 2 | -2/+3 |
* | [Bug pyserial:152] Cannot configure port, some setting was wrong. can leave p... | cliechti | 2013-10-10 | 2 | -1/+3 |
* | rfc2217: zero polls value (baudrate, data size, stop bits, parity) (Erik Lundh) | cliechti | 2013-07-31 | 2 | -40/+81 |
* | [Bug pyserial:135] reading from socket with timeout=None causes TypeError | cliechti | 2013-05-31 | 2 | -2/+6 |
* | [Bug pyserial:137] Patch to add non-standard baudrates to Cygwin | cliechti | 2013-05-31 | 2 | -1/+14 |
* | [Bug pyserial:144] com0com ports ignored due to missing "friendly name" | cliechti | 2013-05-31 | 2 | -4/+5 |
* | [Bug pyserial:45] Error in socket_connection.py | cliechti | 2013-05-31 | 2 | -1/+4 |
* | [Bug pyserial:146] flush() does nothing in windows (despite docs) | cliechti | 2013-05-31 | 2 | -0/+10 |
* | improve python 3 compatibility [Bug 3518380] | cliechti | 2012-08-16 | 2 | -1/+6 |
* | fix [Bug 3540332], base class of port not open exception changed to SerialExc... | cliechti | 2012-08-16 | 3 | -3/+7 |
* | fix [Bug 3550043] | cliechti | 2012-08-16 | 2 | -1/+3 |
* | - miniterm now asks for the port if none is given (instead of opening '0') | cliechti | 2012-04-12 | 3 | -11/+14 |
* | ignore case in description and hwid too | cliechti | 2012-03-29 | 1 | -1/+1 |
* | show port list on CTRL+T + P | cliechti | 2012-02-21 | 1 | -1/+13 |