summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* - doc updatescliechti2009-07-281-1/+1
* - improve compatibility with io library (also accept bytearray for write)cliechti2009-07-281-11/+22
* update tests so that they run with python 2.3, 2.4, ... to 3.xcliechti2009-07-282-26/+45
* - add more methods for file-like compatibilitycliechti2009-07-251-0/+57
* fix test as 1.5 is allowed nowcliechti2009-07-241-1/+1
* one more examplecliechti2009-07-232-0/+495
* implement SF 2505422cliechti2009-07-211-4/+9
* add scan example for linuxcliechti2009-07-212-4/+27
* implement SF 2392892cliechti2009-07-211-4/+9
* add missing newlinecliechti2009-07-211-1/+1
* disable test that does not make sense anymore in that waycliechti2009-07-211-44/+48
* add delay, in case of USB serial adapters in may be needed to for the success...cliechti2009-07-211-15/+29
* minor doc changescliechti2009-07-211-1/+1
* - change menu output prefix, reformat help textcliechti2009-07-081-53/+80
* - CTRL-T CTRL-E toggles local echocliechti2009-07-081-2/+11
* - remove "upload" charactercliechti2009-07-081-59/+201
* doc updatecliechti2009-02-074-7/+7
* - fix typoscliechti2009-02-061-70/+199
* - fix typoscliechti2009-02-061-61/+120
* [MOD] add compressioncliechti2008-09-171-0/+1
* [FIX] win32 input functioncliechti2008-09-171-1/+1
* no longer needed to do the backslash tricks on opencliechti2008-06-241-2/+0
* - make it easy to use an other port: cmd line arg is optional port namecliechti2008-06-243-4/+13
* simplify, change one timing (stability)cliechti2008-06-221-13/+14
* - update versioncliechti2008-06-161-25/+97
* 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
* remove unneeded importcliechti2007-11-131-1/+1
* - use optparsecliechti2006-11-151-59/+85
* *** empty log message ***cliechti2006-11-121-0/+192
* [Bug 1451535], [Bug 1554183], [Bug 1513653], [Bug 1520357]cliechti2006-10-201-1/+1
* - cleanup of repr_modecliechti2006-04-041-14/+60
* - code cleanupcliechti2006-03-301-26/+28
* can set initial RTS and/or DTR line statecliechti2006-03-281-1/+15
* - small command line option changescliechti2006-03-241-16/+20
* bigfix form Nicolacliechti2005-10-021-1/+1
* updated miniterm:cliechti2005-09-212-109/+156
* release 2.2cliechti2005-08-121-0/+67
* closes [Bug 1105687]cliechti2005-01-271-1/+1
* fix "bug" [1004775] -> changes for wxPython 2.5cliechti2004-11-131-24/+22
* [Bug 994856]cliechti2004-07-281-0/+1
* - add --newline optioncliechti2004-07-211-28/+47
* 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
* make it threadsafe for wxGTKcliechti2004-07-091-3/+30
* added py2exe demo script and a note in the readmecliechti2004-06-291-0/+35
* bugfix for wxPython 2.5cliechti2004-05-181-1/+0
* - implement write timeouts + testscliechti2004-04-202-4/+25