summaryrefslogtreecommitdiff
path: root/documentation/pyserial_api.rst
Commit message (Expand)AuthorAgeFilesLines
* docs: elaborate more on readline(s)Chris Liechti2021-10-011-3/+3
* SpellcheckErik Bernoth2021-08-181-2/+2
* Add a note that the first argument to read_util was called `terminator` in pr...Jonathan Reichelt Gjertsen2021-05-081-0/+3
* Fix tiny typo in docsSteven Conaway2020-06-271-1/+1
* docs: mention "seconds" in "send_break" and "__init__" docsChris Liechti2019-02-081-3/+3
* Properly escape backslash.David Patterson2018-06-201-1/+1
* Documented read_until and updated parameter name to reflect functionality bey...David Patterson2018-06-161-0/+16
* docs: add notes for readline, readlines, writelines, IOBaseChris Liechti2018-05-081-2/+15
* Fixed 'uppon' typosConnor Weeks2018-04-061-2/+2
* docs: changed __enter__ to open automaticallyChris Liechti2017-07-201-5/+10
* 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
* 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
* 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
* 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
* 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, u...Chris Liechti2015-08-211-9/+25
* 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