summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* prepare relaserelease2_3@172cliechti2008-06-191-4/+3
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@172 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix bug 1679013cliechti2008-06-192-4/+9
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@171 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix bug 1938118cliechti2008-06-193-3/+4
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@170 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix samall typo generating an errorcliechti2008-06-181-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@169 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* com port name trasnlation for the special windows featurecliechti2008-06-182-11/+13
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@168 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* doc updatecliechti2008-06-182-1/+10
| | | | | | | setuptools support git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@167 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - check for strings patchcliechti2008-06-164-4/+11
| | | | | | | | - FreeBSD device name patch - update history git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@166 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - update versioncliechti2008-06-163-26/+103
| | | | | | | | - update miniterm.py (patch from Colin) - make exit and upload chars configurable git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@165 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* Port to wx 2.8 by Pelegcliechti2008-04-102-121/+123
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@164 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* improve CTRL+C support on posix platformscliechti2008-04-031-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@163 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix missing newlinecliechti2008-03-241-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@162 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* bugfix (found by R. Mitchell)cliechti2007-12-111-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@161 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* remove unneeded importcliechti2007-11-131-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@160 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* 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 git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@159 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* consistency with other platformscliechti2007-11-082-7/+7
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@158 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - use optparsecliechti2006-11-151-59/+85
| | | | | | | - update command line interface git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@157 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* *** empty log message ***cliechti2006-11-121-0/+192
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@156 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* [Bug 1451535], [Bug 1554183], [Bug 1513653], [Bug 1520357]cliechti2006-10-204-9/+29
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@155 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - clean up parameter naming between posix and windows implcliechti2006-08-263-22/+22
| | | | | | | - improve error messages git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@154 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix, thanks to David Carrcliechti2006-07-291-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@153 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* counting on irix, still an issue: different device names, depending on flow ↵cliechti2006-06-051-3/+3
| | | | | | control setting git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@152 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - cleanup of repr_modecliechti2006-04-041-14/+60
| | | | | | | - allow port, baudrate as parameter instead of options git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@151 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - code cleanupcliechti2006-03-301-26/+28
| | | | | | | | - make cr/lf conversion/echo more consitent - -- quiet option git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@150 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* can set initial RTS and/or DTR line statecliechti2006-03-281-1/+15
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@149 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - small command line option changescliechti2006-03-241-16/+20
| | | | | | | | - show opened port name in startup message - --cr translation for input too git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@148 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - duration can be specified for sendBreakcliechti2006-02-054-11/+11
| | | | | | | - default duration increased to 0.25s git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@147 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* converted to reStructuredTextcliechti2005-12-212-135/+204
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@146 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - add iterator interfacecliechti2005-12-204-113/+159
| | | | | | | - readme extended, partialy converted to reStructuredText git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@145 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - enhance examplecliechti2005-11-023-6/+68
| | | | | | | - some fixes git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@144 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* bigfix form Nicolacliechti2005-10-021-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@143 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* updated miniterm:cliechti2005-09-212-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 git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@142 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* release 2.2release2_2@140cliechti2005-08-125-4/+82
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@140 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* add dsrdtr setting, allows independent seeting of rts/cts and dsr/dtr flow ↵cliechti2005-05-193-7/+34
| | | | | | control on platforms where this is possible git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@139 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* desciptive exception when giveio is required but not installedcliechti2005-03-261-1/+2
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@138 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* add aix definitionscliechti2005-03-121-1/+5
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@137 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* [Bug 1106313]: device (port) strings cannot be unicodecliechti2005-01-271-1/+2
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@136 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* closes [Bug 1105687]cliechti2005-01-271-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@135 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* *** empty log message ***release_0_2@133cliechti2005-01-271-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@133 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - windows implementation changed to ctypes + simple dllcliechti2005-01-278-13/+85
| | | | | | | - added simpleio.dll, sources git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@132 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* ensure int datatypecliechti2005-01-151-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@131 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix missing import [Bug 1085599]cliechti2005-01-151-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@130 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* add .fileno() for easy use with select (platform dependent code)cliechti2005-01-151-1/+6
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@129 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - [Patch 1043436] Fix for [Bug 1043420] (OSError: EAGAIN)cliechti2004-11-131-12/+16
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@128 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - fix bug [1014227]: property <del> brokencliechti2004-11-131-9/+9
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@127 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix "bug" [1004775] -> changes for wxPython 2.5cliechti2004-11-131-24/+22
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@126 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* Put in a conditional to use signed ioctl() for python versions 2.2 and earlieralexperry2004-10-041-3/+15
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@125 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* apply [Patch 983106]cliechti2004-07-282-3/+16
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@124 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* release 2.1release2_1@122cliechti2004-07-285-9/+32
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@122 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix XON/XOFF consts [Bug 975250]cliechti2004-07-281-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@121 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* [Bug 994856]cliechti2004-07-281-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@120 f19166aa-fa4f-0410-85c2-fa1106f25c8a