| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
| |
- rename test_rawio -> test_iolib
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@256 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
|
|
|
| |
- update test for Serial+io
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@255 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@253 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- provide RawSerial when io library is present (not yet finished)
-> changes internal class hierarchy
-> renamed internal read/write -> _read/_write (FileLike resp. RawSerialBase provides read/write)
-> add test_rawio.py
- _write returns number of byte written
- set minimal python version to 2.3 due to basestring
- add "name" attribute
- documentation updates (new io stuff and VERSION, device())
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@249 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@241 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@232 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@225 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@224 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@222 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@218 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@216 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
|
|
| |
successful test
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@215 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@210 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
|
|
|
| |
- add linefeed and escape toggles
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@208 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
|
|
| |
- mark/space parity missing in --help, add check of parity option
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@207 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
|
|
|
|
|
| |
- 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
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@206 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@204 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
|
|
|
|
| |
- improve code layout
- rework newline conversion (95% complete)
- reuse socket address and actually set parity (Elie De Brauwer)
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@199 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
|
|
| |
- improve code layout
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@198 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@197 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@196 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@191 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
|
|
| |
- fix where PORT was assumed to be numeric
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@188 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@185 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
|
|
|
|
| |
- update miniterm.py (patch from Colin)
- make exit and upload chars configurable
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@165 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@164 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@163 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@162 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@160 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
|
|
|
| |
- update command line interface
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@157 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@156 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@155 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
|
|
|
| |
- allow port, baudrate as parameter instead of options
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@151 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
|
|
|
|
| |
- make cr/lf conversion/echo more consitent
- -- quiet option
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@150 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@149 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
|
|
|
|
| |
- show opened port name in startup message
- --cr translation for input too
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@148 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@143 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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/pyserial@142 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@140 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@135 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@126 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@120 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
|
|
|
|
| |
- some internal cleanups and comments
- use stderr for some messages
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@119 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@118 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@117 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
|
|
|
|
| |
- flush often -> better behaviour on linux
- fixed error in CR->CR++LF translation
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@116 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@115 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@114 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@112 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|
|
|
|
|
|
|
| |
- added XON/XOFF constants
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@110 f19166aa-fa4f-0410-85c2-fa1106f25c8a
|