summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* tag 2.4release2_4cliechti2008-07-0652-2202/+0
|
* prepare release of 2.4cliechti2008-07-062-4/+6
|
* prepare release of 2.4cliechti2008-07-062-7/+11
|
* doccliechti2008-06-241-2/+4
|
* no longer needed to do the backslash tricks on opencliechti2008-06-241-2/+0
|
* move the name patching codecliechti2008-06-241-7/+8
|
* - small fixed to comply to the pyserial APIcliechti2008-06-241-2/+9
| | | - implementation passed all unit tests
* - make it easy to use an other port: cmd line arg is optional port namecliechti2008-06-243-4/+13
| | | - fix where PORT was assumed to be numeric
* fix write, so that it is "binary" and not applying any encodingscliechti2008-06-241-1/+16
|
* fix readcliechti2008-06-241-1/+1
|
* simplify, change one timing (stability)cliechti2008-06-221-13/+14
|
* - The Jython backend tries javax.comm and gnu.io (Seo Sanghyeon)cliechti2008-06-221-30/+54
| | | - activate mark/space parity support
* fix a bunch of bugscliechti2008-06-221-20/+30
|
* improve OS detection for IronPythoncliechti2008-06-211-7/+3
|
* - [Patch 1561423] Add mark/space parity, Win32cliechti2008-06-214-19/+28
| | | - remove VERSION constants except for the one in __init__.py
* workaround for IronPythons lack of module oscliechti2008-06-211-12/+19
|
* prototype of .NET/Mono backendcliechti2008-06-213-1/+220
|
* [patch 1924805] add a setBreak function (proposed files attached)cliechti2008-06-214-4/+31
|
* [Patch 1616790] pyserial: Add inter-character timeout featurecliechti2008-06-204-2/+31
|
* implement [Bug 1783159] Arbitrary baud rates (Linux/Posix)cliechti2008-06-202-2/+40
|
* - updated setup scriptcliechti2008-06-202-8/+46
| | | | - improve behavior when opening nonexostend or ports with errors
* remove old CVS stuffcliechti2008-06-2011-204/+0
|
* prepare relasecliechti2008-06-191-4/+3
|
* fix bug 1679013cliechti2008-06-192-4/+9
|
* fix bug 1938118cliechti2008-06-193-3/+4
|
* fix samall typo generating an errorcliechti2008-06-181-2/+2
|
* com port name trasnlation for the special windows featurecliechti2008-06-182-11/+13
|
* doc updatecliechti2008-06-182-1/+10
| | | | setuptools support
* - check for strings patchcliechti2008-06-164-4/+11
| | | | | - FreeBSD device name patch - update history
* - update versioncliechti2008-06-163-26/+103
| | | | | - update miniterm.py (patch from Colin) - make exit and upload chars configurable
* Port to wx 2.8 by Pelegcliechti2008-04-102-121/+123
|
* improve CTRL+C support on posix platformscliechti2008-04-031-1/+1
|
* fix missing newlinecliechti2008-03-241-1/+1
|
* bugfix (found by R. Mitchell)cliechti2007-12-111-2/+2
|
* remove unneeded importcliechti2007-11-131-1/+1
|
* fall back to internal baud rate constants if the termios module hasn't one. ↵cliechti2007-11-081-2/+39
| | | | happens for large baudrates on some systems
* consistency with other platformscliechti2007-11-082-7/+7
|
* - use optparsecliechti2006-11-151-59/+85
| | | | - update command line interface
* *** empty log message ***cliechti2006-11-121-0/+192
|
* [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