summaryrefslogtreecommitdiff
path: root/documentation
Commit message (Collapse)AuthorAgeFilesLines
* 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".
* spy: option to write to log instead of file/stdoutChris Liechti2021-05-231-2/+9
|
* Merge pull request #581 from jonathangjertsen/jonathan/read-until-doc-fixzsquareplusc2021-05-131-0/+3
|\ | | | | docs: Add a note that the first argument to read_until was called `terminator` in previous versions
| * Add a note that the first argument to read_util was called `terminator` in ↵Jonathan Reichelt Gjertsen2021-05-081-0/+3
| | | | | | | | previous versions
* | Fix invalid link in docsAkiomi Kamakura2021-05-041-1/+1
|/
* docs: add note on raspi UARTsChris Liechti2020-09-211-0/+6
|
* docs: update copyright, notes, changelogChris Liechti2020-09-214-4/+5
|
* miniterm: fix double use of CTRL-T + sChris Liechti2020-09-141-1/+1
| | | | | | use z for suspend instead fixes #497
* Fix tiny typo in docsSteven Conaway2020-06-271-1/+1
|
* Merge pull request #411 from Flameeyes/masterzsquareplusc2019-08-131-1/+17
|\ | | | | Add a backend for Silicon Labs CP2110/4 HID-to-UART bridge.
| * Add a backend for Silicon Labs CP2110/4 HID-to-UART bridge.Diego Elio Pettenò2019-02-081-1/+17
| | | | | | | | | | | | | | | | | | | | | | These two chips implement UART access via a HID protocol, which can be implemented purely in user space. The protocol is documented by Silicon Labs AN434: https://www.silabs.com/documents/public/application-notes/AN434-CP2110-4-Interface-Specification.pdf The backend is implemented based on cython-hidapi (https://github.com/trezor/cython-hidapi), making it OS-independent, if a bit awkward.
* | Merge pull request #389 from lowell80/masterzsquareplusc2019-08-131-1/+1
|\ \ | | | | | | Replaced RFC 2271 with 2217 in docs & comments
| * | Fixed transposed RFC 2217 (was 2271)Lowell Alleman2018-10-241-1/+1
| |/ | | | | | | Updated docs and comments incorrectly referencing 2271 (SNMP). No code change.
* | 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
* Merge pull request #333 from cweeks12/patch-1zsquareplusc2018-05-071-2/+2
|\ | | | | Fixed 'uppon' typos
| * Fixed 'uppon' typosConnor Weeks2018-04-061-2/+2
| | | | | | The word 'uppon' was in the documentation twice, so I changed it to 'upon'
* | Merge pull request #320 from pletnes/patch-1zsquareplusc2018-05-071-1/+1
|\ \ | | | | | | Update conda version in pyserial.rst
| * | Update pyserial.rstPaul Anton Letnes2018-03-081-1/+1
| |/ | | | | | | | | | | | | | | | | | | Checked the version against conda today, looks like it's pyserial 3.4. ``` In [1]: import serial In [2]: serial.__version__ Out[2]: '3.4' ```
* | Typo fixedArtem Grunichev2017-12-131-1/+1
|/
* Added reference to main page.Joseph Fox-Rabinovitz2017-08-151-0/+1
| | | This will allow links to the library as a whole via intersphinx.
* Update pyserial.rstshaunwbell2017-08-031-0/+15
| | | Add conda instructions. Reference both the conda default channel and conda-forge channel
* chore: release 3.4v3.4Chris Liechti2017-07-221-2/+2
|
* docs: changed __enter__ to open automaticallyChris Liechti2017-07-201-5/+10
| | | | document the changes from #240
* docs: miniterm suspend function extensionsChris Liechti2017-07-181-2/+3
|
* docs: miniterm suspend functionChris Liechti2017-07-161-0/+4
|
* docs: remove stray backtickJakub Wilk2017-04-081-1/+1
|
* docs: improvementsChris Liechti2017-03-213-8/+10
|
* docs: typos, trove classifierChris Liechti2017-03-201-4/+4
|
* doc: updatesChris Liechti2017-03-192-19/+25
|
* docs: mention include_links parameter for serial.tools.list_ports.comportsChris Liechti2017-03-181-2/+15
|
* chore: release 3.3v3.3Chris Liechti2017-03-082-4/+5
| | | | | - update changes - update version
* Merge branch 'master' into v3.2.1-rgRob Gaddi2017-02-246-9/+28
|\
| * fix typos in documentationJakub Wilk2016-12-204-7/+7
| |
| * docs: FAQ about Python 2.6Chris Liechti2016-12-131-0/+8
| |
| * docs: add an other example for spy://Chris Liechti2016-12-081-1/+10
| |
| * docs: fix example, fixes #173Chris Liechti2016-10-312-2/+4
| |
* | 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
|/
* chore: release 3.2.1v3.2.1Chris Liechti2016-10-141-1/+1
|
* chore: release 3.2.0v3.2.0Chris Liechti2016-10-141-2/+2
|
* 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: extend how-to section, link to old releasesChris Liechti2016-09-183-3/+17
|
* docs: update requirements, typoChris Liechti2016-09-151-2/+6
| | | | | - typo reported by @DavidHowlett, fixes #161 - update requirements and mention WinXP :(
* docs: minor update to requirements, packagesChris Liechti2016-09-071-18/+20
|
* 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
|