summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'release0_1'.release0_1nobody2003-03-1927-2196/+0
|
* release 0.1 updatescliechti2003-03-194-22/+34
|
* updates for 1.19cliechti2003-03-193-2/+10
|
* 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 ↵cliechti2003-02-201-5/+1
| | | | use anywhere
* usb comment update, tnanks to Pascal Oberndoerfercliechti2003-01-141-3/+8
|
* fixes for NT4cliechti2003-01-141-14/+15
|
* note about usb adapterscliechti2003-01-131-3/+10
|
* stripped down msdos version Dave Haynescliechti2002-12-061-0/+229
| | | | not yet itegraded with automatic detection but direcly importable
* prepare for release 1.18cliechti2002-12-063-6/+21
|
* cygwin port numbering fixedcliechti2002-12-051-5/+7
| | | | inWaiting uses local copy of constant
* RTS/CTS handling as sugested in Bug #635072cliechti2002-11-261-9/+5
|
* test each and every constamt for its existence in termios module, use ↵cliechti2002-11-191-39/+21
| | | | default if not existent (fix for Bug item #640214)
* wrong exception on nonexitstent ports with /dev file. bug report by Louis ↵cliechti2002-11-071-3/+6
| | | | Cordier
* added loaddrv options for status and chage of start typecliechti2002-09-143-10/+267
| | | | batch file set laoded driver starttype to automatic
* remove loading of giveio (NT/2k/XP) driver within extension.cliechti2002-09-096-151/+40
| | | | | use loaddrv.exe to load the driver. it stays loaded accross system boots. the batchfiles *_giveio.bat are there to install or remove the driver
* check if dirver file exists when installingcliechti2002-09-071-10/+27
| | | | error code handling
* bugfix of timeouts brought up by Markus Hoffroggecliechti2002-09-061-2/+3
|
* EOL character for lines can be chosencliechti2002-08-291-6/+7
| | | | idea by John Florian
* remove the mapping of flush to the destructive flushOutput as this is not ↵cliechti2002-08-181-6/+2
| | | | the expected behaviour
* for install: if no path is given, then the file is searched in the current ↵cliechti2002-08-141-1/+3
| | | | directory, the file extension .sys is appended
* added load driver tool, in case someone has troubles with the automatic ↵cliechti2002-08-143-0/+207
| | | | | | loading of the sys file for pyparallel based on Paula Tomlinson's sources (see source files)
* changed device name, cosmeticscliechti2002-08-071-10/+12
|
* added linux/ppdev implementation from Michael Ashtoncliechti2002-07-313-22/+594
| | | | synchronized method and class names between win and ppdev impl.
* added giveio sources and a readmecliechti2002-07-315-0/+294
|
* initial upload, directio/giveio.sys sources still missingcliechti2002-07-2912-0/+616
|
* 1.17 changescliechti2002-07-032-2/+5
|
* overlaped structure was wrongcliechti2002-07-031-3/+3
|
* changes for release 1.16cliechti2002-07-023-1/+6
|
* removed unneeded len(read)cliechti2002-06-301-4/+3
|
* improved testscliechti2002-06-111-25/+38
|
* tested on win98cliechti2002-06-111-16/+16
|
* removed loop in readcliechti2002-06-071-23/+24
| | | | fixed getCTS, getDSR and getRI (getCD not sure)
* removed TERMIOS.ECHOPRT for cygwin compatibility.cliechti2002-06-071-4/+6
| | | | | added port names for cygwin. thanks to Gregor Thalhammer
* added another implementation of readline (enhancedserial)cliechti2002-06-043-25/+157
| | | | | added test ofport without timout other fixes, typos
* added unittests (with loopback HW)cliechti2002-06-042-0/+104
| | | | added port scanner to find available serial ports
* for version 1.15cliechti2002-06-042-4/+14
|
* 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-267-47/+91
| | | | | fixed win32 version: no data is lost when a timeout occours typos in the docs
* updated solaris device name, thanks to Pierre SCHNIZER.cliechti2002-05-011-3/+3
|
* typo and optimizationcliechti2002-04-241-5/+3
|
* updated for 1.13cliechti2002-04-081-1/+3
| | | | added long description and licese info
* one should copy'n'paste all lines ;-)cliechti2002-04-081-1/+2
|
* updated historycliechti2002-04-081-0/+3
|
* 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
|
* added new examplecliechti2002-03-052-3/+124
|