summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git-svn-id: http://svn.code.sf.net/p/pyserial/code/tags/release2_7@490 f19166...release2_7cliechti2013-10-170-0/+0
* prepare releasecliechti2013-10-171-2/+2
* 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-174-6/+6
* updates (links, typos, changes in 2.7, dates)cliechti2013-10-176-49/+51
* do not allow negative baudrates, improve Python 3 compatibility of testscliechti2013-10-164-19/+24
* Ensure working with bytes in write() calls. to_bytes() extended to handle byt...cliechti2013-10-168-13/+36
* 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
* fix syntaxcliechti2013-10-131-1/+5
* fixes for python 3 compatibilitycliechti2013-10-131-6/+13
* improve --help message of miniterm. fix console setup on posix, so that the q...cliechti2013-10-132-55/+86
* [Bug pyserial:151] Serial.write() without a timeout uses 100% CPU on POSIXcliechti2013-10-122-0/+6
* OSX: [Patch pyserial:27] Scan by VendorID/Product ID for USB Serial devicescliechti2013-10-125-126/+376
* [Patch pyserial:30] [PATCH 1/1] serial.Serial() should not raise IOError.cliechti2013-10-112-10/+11
* [Patch pyserial:29] PosixSerial.read() should "ignore" errno.EINTRcliechti2013-10-112-17/+28
* [Patch pyserial:28] Accept any speed on Linuxcliechti2013-10-112-12/+12
* [Bug pyserial:117] no error on lost conn w/socket:// => return empty string t...cliechti2013-10-112-4/+13
* [Bug pyserial:125] Undefined 'base' on list_ports_posix.py, function usb_lsusbcliechti2013-10-112-2/+4
* [Bug pyserial:130] setup.py should not append py3k to package namecliechti2013-10-112-3/+2
* rename internal variablecliechti2013-10-111-3/+3
* change error handling for errors while opening again (now similar to posix, c...cliechti2013-10-111-28/+52
* [Bug pyserial:141] open: Pass errno from IOError to SerialExceptioncliechti2013-10-102-2/+3
* [Bug pyserial:152] Cannot configure port, some setting was wrong. can leave p...cliechti2013-10-102-1/+3
* rfc2217: zero polls value (baudrate, data size, stop bits, parity) (Erik Lundh)cliechti2013-07-312-40/+81
* [Bug pyserial:135] reading from socket with timeout=None causes TypeErrorcliechti2013-05-312-2/+6
* [Bug pyserial:137] Patch to add non-standard baudrates to Cygwincliechti2013-05-312-1/+14
* [Bug pyserial:144] com0com ports ignored due to missing "friendly name"cliechti2013-05-312-4/+5
* [Bug pyserial:45] Error in socket_connection.pycliechti2013-05-312-1/+4
* [Bug pyserial:146] flush() does nothing in windows (despite docs)cliechti2013-05-312-0/+10
* improve python 3 compatibility [Bug 3518380]cliechti2012-08-162-1/+6
* fix [Bug 3540332], base class of port not open exception changed to SerialExc...cliechti2012-08-163-3/+7
* fix [Bug 3550043]cliechti2012-08-162-1/+3
* - miniterm now asks for the port if none is given (instead of opening '0')cliechti2012-04-123-11/+14
* 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
* fix install instructions (doc)cliechti2011-12-291-1/+1
* update for BSD: list_ports and device functioncliechti2011-12-293-8/+8
* doc updatecliechti2011-12-291-1/+13
* allow setRTS, setDTR before opening on Win32 (to set initial state), doc updatecliechti2011-12-292-10/+23
* rename flowControl to setXON to be similar to the win32 implementation and ad...cliechti2011-12-283-9/+47
* implement outWaiting on Posix, doc updatescliechti2011-12-283-5/+26
* add setBufferSize function (platform specific)cliechti2011-12-281-0/+8
* fix for [Bug 3444941] ctypes.WinError() unicode errorcliechti2011-12-282-5/+8