summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* add delay, in case of USB serial adapters in may be needed to for the ↵cliechti2009-07-211-15/+29
| | | | successful test
* minor changescliechti2009-07-213-40/+45
|
* - more documentation updatescliechti2009-07-218-64/+180
| | | | - added logo
* documentation updatescliechti2009-07-216-45/+168
|
* more documentation updatescliechti2009-07-215-2/+293
|
* minor doc changescliechti2009-07-214-7/+7
|
* port documentation to Sphinxcliechti2009-07-215-0/+625
|
* - change menu output prefix, reformat help textcliechti2009-07-081-53/+80
| | | | - add linefeed and escape toggles
* - CTRL-T CTRL-E toggles local echocliechti2009-07-081-2/+11
| | | - mark/space parity missing in --help, add check of parity option
* - remove "upload" charactercliechti2009-07-081-59/+201
| | | | | | - introduce "menu" character - add "menu" for RTS, DTR, BREAK, port settings, upload etc. see CTRL+T,CTRL+H - menu and exit character must not be the same - clear alive flag on errors within loop
* 1.5 stop bit supportcliechti2009-02-166-48/+59
|
* doc updatecliechti2009-02-074-7/+7
|
* doc updatecliechti2009-02-072-18/+18
|
* - doc updatecliechti2009-02-071-74/+74
| | | - fix [Bug 2469098]
* doc updatecliechti2009-02-072-4/+5
|
* doc updatecliechti2009-02-072-79/+89
|
* - fix typoscliechti2009-02-061-70/+199
| | | | | - improve code layout - rework newline conversion (95% complete) - reuse socket address and actually set parity (Elie De Brauwer)
* - fix typoscliechti2009-02-061-61/+120
| | | - improve code layout
* [MOD] add compressioncliechti2008-09-171-0/+1
|
* [FIX] win32 input functioncliechti2008-09-171-1/+1
|
* 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
|