summaryrefslogtreecommitdiff
path: root/pyserial/serial/serialwin32.py
Commit message (Expand)AuthorAgeFilesLines
* applied patches and feature requestscliechti2003-10-051-1/+11
* - remove unsupported baudrates on windows from the listcliechti2003-10-031-1/+4
* Transition to the 2.0 series:cliechti2003-10-011-98/+103
* updated for release 1.21cliechti2003-09-301-2/+2
* name for COM10 was not built correctly, found by Norm Daviscliechti2003-09-201-2/+2
* 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
* RTS/CTS handling as sugested in Bug #635072cliechti2002-11-261-9/+5
* bugfix of timeouts brought up by Markus Hoffroggecliechti2002-09-061-2/+3
* 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
* 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-261-11/+20
* added uniform errorhandling when port opening fails, across platform modulescliechti2002-04-081-3/+3
* added setBaudrate() to change the baudrate after the port is opencliechti2002-03-041-1/+10
* added SerialException if port can not be openedcliechti2002-03-031-8/+12
* bugfix when no timout is specifiedcliechti2002-02-141-5/+19
* removed dead code, implemented sendBreakcliechti2002-02-131-68/+6
* This commit was generated by cvs2svn to compensate for changes in r3,cliechti2002-02-121-0/+304