summaryrefslogtreecommitdiff
path: root/pyserial/serial/serialcli.py
Commit message (Collapse)AuthorAgeFilesLines
* remove pyparallel and move pyserial files to toplevelChris Liechti2015-08-031-284/+0
|
* [Bug pyserial:159] write() in serialcli.py not working with IronPython 2.7.4cliechti2014-08-041-11/+22
| | | | doc changes
* doc updatescliechti2013-10-171-1/+1
|
* use absolute imports so that 2to3 workscliechti2011-08-221-1/+1
|
* related to SF 3093882, raise an exception when open() is called twice, also ↵cliechti2011-03-191-0/+2
| | | | add unit test for this
* - improve compatibility with io library (also accept bytearray for write)cliechti2009-07-281-2/+2
| | | | - update test for Serial+io
* - read/write now work with bytes when available on older Pythons that is ↵cliechti2009-07-271-22/+27
| | | | | | | | equal to a str (implemented compatibility objects in serualutil) - improve conversion result of 2to3 - remove RawSerial object again - update docs
* - add more methods for file-like compatibilitycliechti2009-07-251-3/+18
| | | | | | | | | | | - 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())
* changes required for 2to3 support respectively Python 3.x compatibility of ↵cliechti2009-07-251-2/+2
| | | | the resulting code
* remove print and replace with stdio writescliechti2009-07-231-6/+8
|
* 1.5 stop bit supportcliechti2009-02-161-6/+8
|
* doc updatecliechti2009-02-071-1/+1
|
* - small fixed to comply to the pyserial APIcliechti2008-06-241-2/+9
| | | - implementation passed all unit tests
* fix write, so that it is "binary" and not applying any encodingscliechti2008-06-241-1/+16
|
* fix readcliechti2008-06-241-1/+1
|
* fix a bunch of bugscliechti2008-06-221-20/+30
|
* prototype of .NET/Mono backendcliechti2008-06-211-0/+215