Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove pyparallel and move pyserial files to toplevel | Chris Liechti | 2015-08-03 | 1 | -284/+0 |
| | |||||
* | [Bug pyserial:159] write() in serialcli.py not working with IronPython 2.7.4 | cliechti | 2014-08-04 | 1 | -11/+22 |
| | | | | doc changes | ||||
* | doc updates | cliechti | 2013-10-17 | 1 | -1/+1 |
| | |||||
* | use absolute imports so that 2to3 works | cliechti | 2011-08-22 | 1 | -1/+1 |
| | |||||
* | related to SF 3093882, raise an exception when open() is called twice, also ↵ | cliechti | 2011-03-19 | 1 | -0/+2 |
| | | | | add unit test for this | ||||
* | - improve compatibility with io library (also accept bytearray for write) | cliechti | 2009-07-28 | 1 | -2/+2 |
| | | | | - update test for Serial+io | ||||
* | - read/write now work with bytes when available on older Pythons that is ↵ | cliechti | 2009-07-27 | 1 | -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 compatibility | cliechti | 2009-07-25 | 1 | -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 ↵ | cliechti | 2009-07-25 | 1 | -2/+2 |
| | | | | the resulting code | ||||
* | remove print and replace with stdio writes | cliechti | 2009-07-23 | 1 | -6/+8 |
| | |||||
* | 1.5 stop bit support | cliechti | 2009-02-16 | 1 | -6/+8 |
| | |||||
* | doc update | cliechti | 2009-02-07 | 1 | -1/+1 |
| | |||||
* | - small fixed to comply to the pyserial API | cliechti | 2008-06-24 | 1 | -2/+9 |
| | | | - implementation passed all unit tests | ||||
* | fix write, so that it is "binary" and not applying any encodings | cliechti | 2008-06-24 | 1 | -1/+16 |
| | |||||
* | fix read | cliechti | 2008-06-24 | 1 | -1/+1 |
| | |||||
* | fix a bunch of bugs | cliechti | 2008-06-22 | 1 | -20/+30 |
| | |||||
* | prototype of .NET/Mono backend | cliechti | 2008-06-21 | 1 | -0/+215 |