summaryrefslogtreecommitdiff
path: root/documentation/pyserial_api.rst
Commit message (Collapse)AuthorAgeFilesLines
* docs: elaborate more on readline(s)Chris Liechti2021-10-011-3/+3
|
* SpellcheckErik Bernoth2021-08-181-2/+2
| | | I'm not a native speaker, but this way it sounds clearer to me. "as expected" sounds to me like "similar or equal to what you should expect".
* Add a note that the first argument to read_util was called `terminator` in ↵Jonathan Reichelt Gjertsen2021-05-081-0/+3
| | | | previous versions
* Fix tiny typo in docsSteven Conaway2020-06-271-1/+1
|
* docs: mention "seconds" in "send_break" and "__init__" docsChris Liechti2019-02-081-3/+3
| | | | fixes #397
* Properly escape backslash.David Patterson2018-06-201-1/+1
|
* Documented read_until and updated parameter name to reflect functionality ↵David Patterson2018-06-161-0/+16
| | | | beyond just line terminators.
* docs: add notes for readline, readlines, writelines, IOBaseChris Liechti2018-05-081-2/+15
| | | | see #285
* Fixed 'uppon' typosConnor Weeks2018-04-061-2/+2
| | | The word 'uppon' was in the documentation twice, so I changed it to 'upon'
* docs: changed __enter__ to open automaticallyChris Liechti2017-07-201-5/+10
| | | | document the changes from #240
* docs: remove stray backtickJakub Wilk2017-04-081-1/+1
|
* docs: typos, trove classifierChris Liechti2017-03-201-4/+4
|
* chore: release 3.3v3.3Chris Liechti2017-03-081-1/+2
| | | | | - update changes - update version
* Merge branch 'master' into v3.2.1-rgRob Gaddi2017-02-241-3/+5
|\
| * fix typos in documentationJakub Wilk2016-12-201-3/+3
| |
| * docs: fix example, fixes #173Chris Liechti2016-10-311-0/+2
| |
* | Clarified meaning of exclusive access lock.Rob Gaddi2017-02-241-1/+2
| |
* | Added exclusive locking for POSIX serial ports.Rob Gaddi2017-02-241-1/+4
|/
* docs: extend notes on open()Chris Liechti2016-09-301-4/+10
|
* docs: mention RTS/DTR update on open, not all platforms supporting itChris Liechti2016-09-281-5/+13
|
* docs: typo, serial.rs485 needs to be importedChris Liechti2016-09-061-1/+3
| | | | fixes #159
* docs: mention context manager of Serial classChris Liechti2016-08-121-0/+28
|
* Added documentation for is_open and isOpen.Matthew West2016-07-081-0/+7
| | | | I'm not sure if isOpen() has been officially deprecated, so I just marked it as such.
* doc: asyncio is now in a separate packageChris Liechti2016-06-181-41/+6
|
* posix: deprecate "nonblocking" methodChris Liechti2016-06-041-3/+4
|
* doc: add note about reset_ouput_buffer and USB devicesChris Liechti2016-05-241-0/+3
|
* doc: update/extend cancel_read/write, mention new Posix supportChris Liechti2016-05-181-2/+14
|
* doc updateChris Liechti2016-05-061-1/+16
|
* doc updateChris Liechti2016-01-181-0/+15
|
* doc updateChris Liechti2015-12-201-12/+18
|
* doc updateChris Liechti2015-12-191-9/+16
|
* doc updateChris Liechti2015-12-181-15/+27
|
* doc updateChris Liechti2015-12-171-1/+3
|
* proofread Serial class docAmy W2015-10-211-1/+1
|
* doc update: fix linksChris Liechti2015-10-211-2/+2
|
* threaded: rename SerialPortWorker -> ReaderThreadChris Liechti2015-10-131-3/+3
|
* doc update (add example)Chris Liechti2015-10-121-0/+21
|
* threaded: add docsChris Liechti2015-10-101-0/+149
|
* doc update: reorganize chapters/filesChris Liechti2015-09-041-279/+8
|
* doc update: add note about asyncioChris Liechti2015-09-031-1/+48
|
* list_ports: add -n N option, doc updateChris Liechti2015-08-301-2/+30
|
* doc: update API docs, rename inter_byte_timeoutChris Liechti2015-08-301-127/+190
| | | | - inter_character_timeout -> inter_byte_timeout - keyword args for Serial: rename writeTimeout, interCharTimeout
* doc: upates for new APIChris Liechti2015-08-291-33/+126
|
* spy: add "all" parameter (to also show inWaiting and empty read)Chris Liechti2015-08-221-0/+2
|
* spy: rename parameter dev -> fileChris Liechti2015-08-211-3/+3
|
* URLs: changed paramter delimiter from / to ? and & as it is usual for URLs, ↵Chris Liechti2015-08-211-9/+25
| | | | update docs
* doc: add spy://protocol to documentationChris Liechti2015-08-201-0/+70
|
* doc: update RS485 related docsChris Liechti2015-08-061-88/+81
|
* remove pyparallel and move pyserial files to toplevelChris Liechti2015-08-031-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