summaryrefslogtreecommitdiff
path: root/pyserial/serial/serialwin32.py
Commit message (Expand)AuthorAgeFilesLines
* tag 2.5-rc2release2_5_rc2cliechti2010-01-021-386/+0
* bugfix 2886763cliechti2009-10-261-1/+4
* remove type check and instead convert to bytes (Py 3.1 memoryview is not comp...cliechti2009-07-301-3/+7
* - improve compatibility with io library (also accept bytearray for write)cliechti2009-07-281-2/+2
* - read/write now work with bytes when available on older Pythons that is equa...cliechti2009-07-271-22/+31
* - add more methods for file-like compatibilitycliechti2009-07-251-3/+16
* bugfix the new ctypes based implementation. example/test* run error freecliechti2009-07-241-22/+21
* minor cleanupscliechti2009-07-241-2/+1
* - forward port and apply patch from Giovanni Bajo to use ctypes on win32cliechti2009-07-231-91/+108
* remove print and replace with stdio writescliechti2009-07-231-5/+3
* implement feature request [SF 2446218]cliechti2009-07-211-0/+6
* minor doc changescliechti2009-07-211-1/+1
* 1.5 stop bit supportcliechti2009-02-161-0/+2
* doc updatecliechti2009-02-071-17/+17
* prepare release of 2.4cliechti2008-07-061-1/+1
* move the name patching codecliechti2008-06-241-7/+8
* - [Patch 1561423] Add mark/space parity, Win32cliechti2008-06-211-6/+10
* [patch 1924805] add a setBreak function (proposed files attached)cliechti2008-06-211-1/+9
* [Patch 1616790] pyserial: Add inter-character timeout featurecliechti2008-06-201-0/+3
* fix bug 1679013cliechti2008-06-191-4/+8
* fix bug 1938118cliechti2008-06-191-2/+2
* fix samall typo generating an errorcliechti2008-06-181-2/+2
* com port name trasnlation for the special windows featurecliechti2008-06-181-11/+10
* - check for strings patchcliechti2008-06-161-1/+3
* bugfix (found by R. Mitchell)cliechti2007-12-111-2/+2
* [Bug 1451535], [Bug 1554183], [Bug 1513653], [Bug 1520357]cliechti2006-10-201-2/+4
* - clean up parameter naming between posix and windows implcliechti2006-08-261-11/+11
* - duration can be specified for sendBreakcliechti2006-02-051-4/+3
* add dsrdtr setting, allows independent seeting of rts/cts and dsr/dtr flow co...cliechti2005-05-191-3/+5
* apply [Patch 983106]cliechti2004-07-281-3/+10
* - implement write timeouts + testscliechti2004-04-201-2/+14
* accept any baudrate and let the system decide if that is a valid value, added...cliechti2004-01-151-2/+7
* 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