summaryrefslogtreecommitdiff
path: root/documentation/pyserial_api.rst
Commit message (Collapse)AuthorAgeFilesLines
* (no commit message)release2_7cliechti2013-10-171-0/+965
|
* - move documentation so that distutils sees itcliechti2009-07-301-531/+0
| | | | | - update CHANGES.txt - install miniterm.py as script - version 2.5-rc1
* - doc updatescliechti2009-07-281-1/+2
| | | | - rename test_rawio -> test_iolib
* - 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-118/+158
| | | | | | | | 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-4/+70
| | | | | | | | | | | - 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())
* - implementation for win uses ctypes nowcliechti2009-07-241-21/+27
| | | | | - API docs: exceptions raised - remove copy&paste text
* - doc updatescliechti2009-07-231-14/+34
| | | | - one more example
* add more about base classescliechti2009-07-221-0/+81
|
* add documentation for FileLike, the base class and its methods such as readlinecliechti2009-07-211-0/+70
|
* - more documentation updatescliechti2009-07-211-18/+17
| | | | - added logo
* documentation updatescliechti2009-07-211-9/+9
|
* port documentation to Sphinxcliechti2009-07-211-0/+248