summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [Bug 1451535], [Bug 1554183], [Bug 1513653], [Bug 1520357]cliechti2006-10-204-9/+29
|
* - clean up parameter naming between posix and windows implcliechti2006-08-263-22/+22
| | | | - improve error messages
* fix, thanks to David Carrcliechti2006-07-291-1/+1
|
* counting on irix, still an issue: different device names, depending on flow ↵cliechti2006-06-051-3/+3
| | | | control setting
* - cleanup of repr_modecliechti2006-04-041-14/+60
| | | | - allow port, baudrate as parameter instead of options
* - code cleanupcliechti2006-03-301-26/+28
| | | | | - make cr/lf conversion/echo more consitent - -- quiet option
* can set initial RTS and/or DTR line statecliechti2006-03-281-1/+15
|
* - small command line option changescliechti2006-03-241-16/+20
| | | | | - show opened port name in startup message - --cr translation for input too
* - duration can be specified for sendBreakcliechti2006-02-054-11/+11
| | | | - default duration increased to 0.25s
* converted to reStructuredTextcliechti2005-12-212-135/+204
|
* - add iterator interfacecliechti2005-12-204-113/+159
| | | | - readme extended, partialy converted to reStructuredText
* - enhance examplecliechti2005-11-023-6/+68
| | | | - some fixes
* bigfix form Nicolacliechti2005-10-021-1/+1
|
* updated miniterm:cliechti2005-09-212-109/+156
| | | | | | | | | - use optparse - class based main, amin function (make it easier to import from other files) - new exit character - python 2.3+ required added setup script to make a single exe file using py2exe
* release 2.2cliechti2005-08-125-4/+82
|
* add dsrdtr setting, allows independent seeting of rts/cts and dsr/dtr flow ↵cliechti2005-05-193-7/+34
| | | | control on platforms where this is possible
* desciptive exception when giveio is required but not installedcliechti2005-03-261-1/+2
|
* add aix definitionscliechti2005-03-121-1/+5
|
* [Bug 1106313]: device (port) strings cannot be unicodecliechti2005-01-271-1/+2
|
* closes [Bug 1105687]cliechti2005-01-271-1/+1
|
* *** empty log message ***cliechti2005-01-271-0/+3
|
* - windows implementation changed to ctypes + simple dllcliechti2005-01-278-13/+85
| | | | - added simpleio.dll, sources
* ensure int datatypecliechti2005-01-151-2/+2
|
* fix missing import [Bug 1085599]cliechti2005-01-151-2/+2
|
* add .fileno() for easy use with select (platform dependent code)cliechti2005-01-151-1/+6
|
* - [Patch 1043436] Fix for [Bug 1043420] (OSError: EAGAIN)cliechti2004-11-131-12/+16
|
* - fix bug [1014227]: property <del> brokencliechti2004-11-131-9/+9
|
* fix "bug" [1004775] -> changes for wxPython 2.5cliechti2004-11-131-24/+22
|
* Put in a conditional to use signed ioctl() for python versions 2.2 and earlieralexperry2004-10-041-3/+15
|
* apply [Patch 983106]cliechti2004-07-282-3/+16
|
* release 2.1cliechti2004-07-285-9/+32
|
* fix XON/XOFF consts [Bug 975250]cliechti2004-07-281-2/+2
|
* [Bug 994856]cliechti2004-07-281-0/+1
|
* - add --newline optioncliechti2004-07-211-28/+47
| | | | | - some internal cleanups and comments - use stderr for some messages
* make the win32 version behave correctlycliechti2004-07-211-0/+2
|
* added connection debug modecliechti2004-07-211-4/+11
|
* - drop old python compatibility and use termios instead of TERMIOScliechti2004-07-111-27/+28
| | | | | - flush often -> better behaviour on linux - fixed error in CR->CR++LF translation
* make it threadsafe for wxGTKcliechti2004-07-091-3/+30
|
* added py2exe demo script and a note in the readmecliechti2004-06-292-0/+46
|
* netbsd fixes (Erik Lindgren)cliechti2004-06-021-3/+11
|
* bugfix for wxPython 2.5cliechti2004-05-181-1/+0
|
* - dynamicaly lookup baudratescliechti2004-04-202-28/+14
| | | | | - better messages - cleanups
* - implement write timeouts + testscliechti2004-04-207-16/+91
| | | | - added XON/XOFF constants
* update with text from the homepage (forgot to commit some time ago)cliechti2004-04-181-10/+34
|
* Convert all the _IOC_ size masks into longs for future compatibility with 2.4alexperry2004-04-161-3/+3
|
* - bit access over properties to a prallel port instancecliechti2004-04-161-0/+124
| | | | | - VirtualParallelPort for testing and simulation - unittests
* fd == 0 fix from Vsevolod Lobkocliechti2004-03-222-17/+21
|
* typocliechti2004-02-021-1/+1
|
* accept any baudrate and let the system decide if that is a valid value, ↵cliechti2004-01-154-9/+29
| | | | added test for that
* get rid of nonascii charcaterscliechti2003-11-281-4/+4
|