summaryrefslogtreecommitdiff
path: root/pyserial/serial
Commit message (Expand)AuthorAgeFilesLines
* fix XON/XOFF consts [Bug 975250]cliechti2004-07-281-2/+2
* netbsd fixes (Erik Lindgren)cliechti2004-06-021-3/+11
* - dynamicaly lookup baudratescliechti2004-04-202-28/+14
* - implement write timeouts + testscliechti2004-04-204-9/+61
* fd == 0 fix from Vsevolod Lobkocliechti2004-03-221-17/+17
* typocliechti2004-02-021-1/+1
* accept any baudrate and let the system decide if that is a valid value, added...cliechti2004-01-152-7/+18
* get rid of nonascii charcaterscliechti2003-11-281-4/+4
* applied patches and feature requestscliechti2003-10-052-13/+30
* - remove unsupported baudrates on windows from the listcliechti2003-10-031-1/+4
* forgot to init attributecliechti2003-10-011-0/+1
* Transition to the 2.0 series:cliechti2003-10-014-357/+612
* updated for release 1.21cliechti2003-09-301-2/+2
* name for COM10 was not built correctly, found by Norm Daviscliechti2003-09-201-2/+2
* fix typocliechti2003-08-283-25/+11
* add device() functioncliechti2003-08-281-9/+12
* dont recreate opverlaped structures and events on each read/writecliechti2003-07-121-35/+25
* dont use DOS device names for ports > 9cliechti2003-04-301-3/+8
* remove send timeout (its not used in the linux impl. anyway)cliechti2003-04-291-4/+2
* added int() conversion, bug report 702120cliechti2003-03-191-2/+2
* remove code to set control lines in close methond of win32 version. [Bug 669625]cliechti2003-03-031-3/+3
* removed dgux entry which actualy had a wrong comment and is probably not in u...cliechti2003-02-201-5/+1
* stripped down msdos version Dave Haynescliechti2002-12-061-0/+229
* cygwin port numbering fixedcliechti2002-12-051-5/+7
* RTS/CTS handling as sugested in Bug #635072cliechti2002-11-261-9/+5
* test each and every constamt for its existence in termios module, use default...cliechti2002-11-191-39/+21
* wrong exception on nonexitstent ports with /dev file. bug report by Louis Cor...cliechti2002-11-071-3/+6
* bugfix of timeouts brought up by Markus Hoffroggecliechti2002-09-061-2/+3
* EOL character for lines can be chosencliechti2002-08-291-6/+7
* remove the mapping of flush to the destructive flushOutput as this is not the...cliechti2002-08-181-6/+2
* overlaped structure was wrongcliechti2002-07-031-3/+3
* removed unneeded len(read)cliechti2002-06-301-4/+3
* tested on win98cliechti2002-06-111-16/+16
* removed loop in readcliechti2002-06-071-23/+24
* removed TERMIOS.ECHOPRT for cygwin compatibility.cliechti2002-06-071-4/+6
* fixes for win98cliechti2002-06-041-3/+3
* fixes for win32 (tested on NT)cliechti2002-06-041-20/+19
* removed stupid debug messages...cliechti2002-06-031-4/+4
* added non-blocking modecliechti2002-05-264-38/+46
* updated solaris device name, thanks to Pierre SCHNIZER.cliechti2002-05-011-3/+3
* typo and optimizationcliechti2002-04-241-5/+3
* one should copy'n'paste all lines ;-)cliechti2002-04-081-1/+2
* added uniform errorhandling when port opening fails, across platform modulescliechti2002-04-083-8/+15
* added alternative way to enable/disable rts/cts handshakecliechti2002-04-081-1/+7
* bugfixcliechti2002-03-051-2/+2
* added setBaudrate() to change the baudrate after the port is opencliechti2002-03-043-17/+42
* added SerialException if port can not be openedcliechti2002-03-032-8/+15
* disbled unneded constants but might cause NameErrorscliechti2002-02-141-11/+11
* fixed missing files for 1.1cliechti2002-02-141-0/+65
* FileLike base class is now used for readline etc.cliechti2002-02-143-15/+38