summaryrefslogtreecommitdiff
path: root/pyserial/examples/wxTerminal.py
Commit message (Collapse)AuthorAgeFilesLines
* - create tag for 2.5-rc1release0_2cliechti2009-07-301-333/+0
| | | - fix name of old 0.2 tag
* Port to wx 2.8 by Pelegcliechti2008-04-101-55/+56
|
* bigfix form Nicolacliechti2005-10-021-1/+1
|
* fix "bug" [1004775] -> changes for wxPython 2.5cliechti2004-11-131-24/+22
|
* make it threadsafe for wxGTKcliechti2004-07-091-3/+30
|
* - port settings in titlecliechti2003-10-041-22/+57
| | | | | | | - docstrings - remove statusbar - close on cancel in startup dialog - message box if port cannot be opened
* - remove unsupported baudrates on windows from the listcliechti2003-10-031-0/+272
- added terminal application for wxPython with wxGlade design file - enumerate bugfix for python < 2.3