Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Bug 1451535], [Bug 1554183], [Bug 1513653], [Bug 1520357] | cliechti | 2006-10-20 | 4 | -9/+29 |
| | |||||
* | - clean up parameter naming between posix and windows impl | cliechti | 2006-08-26 | 3 | -22/+22 |
| | | | | - improve error messages | ||||
* | fix, thanks to David Carr | cliechti | 2006-07-29 | 1 | -1/+1 |
| | |||||
* | counting on irix, still an issue: different device names, depending on flow ↵ | cliechti | 2006-06-05 | 1 | -3/+3 |
| | | | | control setting | ||||
* | - cleanup of repr_mode | cliechti | 2006-04-04 | 1 | -14/+60 |
| | | | | - allow port, baudrate as parameter instead of options | ||||
* | - code cleanup | cliechti | 2006-03-30 | 1 | -26/+28 |
| | | | | | - make cr/lf conversion/echo more consitent - -- quiet option | ||||
* | can set initial RTS and/or DTR line state | cliechti | 2006-03-28 | 1 | -1/+15 |
| | |||||
* | - small command line option changes | cliechti | 2006-03-24 | 1 | -16/+20 |
| | | | | | - show opened port name in startup message - --cr translation for input too | ||||
* | - duration can be specified for sendBreak | cliechti | 2006-02-05 | 4 | -11/+11 |
| | | | | - default duration increased to 0.25s | ||||
* | converted to reStructuredText | cliechti | 2005-12-21 | 2 | -135/+204 |
| | |||||
* | - add iterator interface | cliechti | 2005-12-20 | 4 | -113/+159 |
| | | | | - readme extended, partialy converted to reStructuredText | ||||
* | - enhance example | cliechti | 2005-11-02 | 3 | -6/+68 |
| | | | | - some fixes | ||||
* | bigfix form Nicola | cliechti | 2005-10-02 | 1 | -1/+1 |
| | |||||
* | updated miniterm: | cliechti | 2005-09-21 | 2 | -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.2 | cliechti | 2005-08-12 | 5 | -4/+82 |
| | |||||
* | add dsrdtr setting, allows independent seeting of rts/cts and dsr/dtr flow ↵ | cliechti | 2005-05-19 | 3 | -7/+34 |
| | | | | control on platforms where this is possible | ||||
* | desciptive exception when giveio is required but not installed | cliechti | 2005-03-26 | 1 | -1/+2 |
| | |||||
* | add aix definitions | cliechti | 2005-03-12 | 1 | -1/+5 |
| | |||||
* | [Bug 1106313]: device (port) strings cannot be unicode | cliechti | 2005-01-27 | 1 | -1/+2 |
| | |||||
* | closes [Bug 1105687] | cliechti | 2005-01-27 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | cliechti | 2005-01-27 | 1 | -0/+3 |
| | |||||
* | - windows implementation changed to ctypes + simple dll | cliechti | 2005-01-27 | 8 | -13/+85 |
| | | | | - added simpleio.dll, sources | ||||
* | ensure int datatype | cliechti | 2005-01-15 | 1 | -2/+2 |
| | |||||
* | fix missing import [Bug 1085599] | cliechti | 2005-01-15 | 1 | -2/+2 |
| | |||||
* | add .fileno() for easy use with select (platform dependent code) | cliechti | 2005-01-15 | 1 | -1/+6 |
| | |||||
* | - [Patch 1043436] Fix for [Bug 1043420] (OSError: EAGAIN) | cliechti | 2004-11-13 | 1 | -12/+16 |
| | |||||
* | - fix bug [1014227]: property <del> broken | cliechti | 2004-11-13 | 1 | -9/+9 |
| | |||||
* | fix "bug" [1004775] -> changes for wxPython 2.5 | cliechti | 2004-11-13 | 1 | -24/+22 |
| | |||||
* | Put in a conditional to use signed ioctl() for python versions 2.2 and earlier | alexperry | 2004-10-04 | 1 | -3/+15 |
| | |||||
* | apply [Patch 983106] | cliechti | 2004-07-28 | 2 | -3/+16 |
| | |||||
* | release 2.1 | cliechti | 2004-07-28 | 5 | -9/+32 |
| | |||||
* | fix XON/XOFF consts [Bug 975250] | cliechti | 2004-07-28 | 1 | -2/+2 |
| | |||||
* | [Bug 994856] | cliechti | 2004-07-28 | 1 | -0/+1 |
| | |||||
* | - add --newline option | cliechti | 2004-07-21 | 1 | -28/+47 |
| | | | | | - some internal cleanups and comments - use stderr for some messages | ||||
* | make the win32 version behave correctly | cliechti | 2004-07-21 | 1 | -0/+2 |
| | |||||
* | added connection debug mode | cliechti | 2004-07-21 | 1 | -4/+11 |
| | |||||
* | - drop old python compatibility and use termios instead of TERMIOS | cliechti | 2004-07-11 | 1 | -27/+28 |
| | | | | | - flush often -> better behaviour on linux - fixed error in CR->CR++LF translation | ||||
* | make it threadsafe for wxGTK | cliechti | 2004-07-09 | 1 | -3/+30 |
| | |||||
* | added py2exe demo script and a note in the readme | cliechti | 2004-06-29 | 2 | -0/+46 |
| | |||||
* | netbsd fixes (Erik Lindgren) | cliechti | 2004-06-02 | 1 | -3/+11 |
| | |||||
* | bugfix for wxPython 2.5 | cliechti | 2004-05-18 | 1 | -1/+0 |
| | |||||
* | - dynamicaly lookup baudrates | cliechti | 2004-04-20 | 2 | -28/+14 |
| | | | | | - better messages - cleanups | ||||
* | - implement write timeouts + tests | cliechti | 2004-04-20 | 7 | -16/+91 |
| | | | | - added XON/XOFF constants | ||||
* | update with text from the homepage (forgot to commit some time ago) | cliechti | 2004-04-18 | 1 | -10/+34 |
| | |||||
* | Convert all the _IOC_ size masks into longs for future compatibility with 2.4 | alexperry | 2004-04-16 | 1 | -3/+3 |
| | |||||
* | - bit access over properties to a prallel port instance | cliechti | 2004-04-16 | 1 | -0/+124 |
| | | | | | - VirtualParallelPort for testing and simulation - unittests | ||||
* | fd == 0 fix from Vsevolod Lobko | cliechti | 2004-03-22 | 2 | -17/+21 |
| | |||||
* | typo | cliechti | 2004-02-02 | 1 | -1/+1 |
| | |||||
* | accept any baudrate and let the system decide if that is a valid value, ↵ | cliechti | 2004-01-15 | 4 | -9/+29 |
| | | | | added test for that | ||||
* | get rid of nonascii charcaters | cliechti | 2003-11-28 | 1 | -4/+4 |
| |