Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | \n was not in inline mode, causing the backslash to be escaped | spmvg | 2021-12-05 | 1 | -3/+3 |
| | |||||
* | docs: elaborate more on readline(s) | Chris Liechti | 2021-10-01 | 2 | -6/+17 |
| | |||||
* | Spellcheck | Erik Bernoth | 2021-08-18 | 1 | -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/stdout | Chris Liechti | 2021-05-23 | 1 | -2/+9 |
| | |||||
* | Merge pull request #581 from jonathangjertsen/jonathan/read-until-doc-fix | zsquareplusc | 2021-05-13 | 1 | -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 Gjertsen | 2021-05-08 | 1 | -0/+3 |
| | | | | | | | | previous versions | ||||
* | | Fix invalid link in docs | Akiomi Kamakura | 2021-05-04 | 1 | -1/+1 |
|/ | |||||
* | docs: add note on raspi UARTs | Chris Liechti | 2020-09-21 | 1 | -0/+6 |
| | |||||
* | docs: update copyright, notes, changelog | Chris Liechti | 2020-09-21 | 4 | -4/+5 |
| | |||||
* | miniterm: fix double use of CTRL-T + s | Chris Liechti | 2020-09-14 | 1 | -1/+1 |
| | | | | | | use z for suspend instead fixes #497 | ||||
* | Fix tiny typo in docs | Steven Conaway | 2020-06-27 | 1 | -1/+1 |
| | |||||
* | Merge pull request #411 from Flameeyes/master | zsquareplusc | 2019-08-13 | 1 | -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-08 | 1 | -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/master | zsquareplusc | 2019-08-13 | 1 | -1/+1 |
|\ \ | | | | | | | Replaced RFC 2271 with 2217 in docs & comments | ||||
| * | | Fixed transposed RFC 2217 (was 2271) | Lowell Alleman | 2018-10-24 | 1 | -1/+1 |
| |/ | | | | | | | Updated docs and comments incorrectly referencing 2271 (SNMP). No code change. | ||||
* | | docs: mention "seconds" in "send_break" and "__init__" docs | Chris Liechti | 2019-02-08 | 1 | -3/+3 |
|/ | | | | fixes #397 | ||||
* | Properly escape backslash. | David Patterson | 2018-06-20 | 1 | -1/+1 |
| | |||||
* | Documented read_until and updated parameter name to reflect functionality ↵ | David Patterson | 2018-06-16 | 1 | -0/+16 |
| | | | | beyond just line terminators. | ||||
* | docs: add notes for readline, readlines, writelines, IOBase | Chris Liechti | 2018-05-08 | 1 | -2/+15 |
| | | | | see #285 | ||||
* | Merge pull request #333 from cweeks12/patch-1 | zsquareplusc | 2018-05-07 | 1 | -2/+2 |
|\ | | | | | Fixed 'uppon' typos | ||||
| * | Fixed 'uppon' typos | Connor Weeks | 2018-04-06 | 1 | -2/+2 |
| | | | | | | The word 'uppon' was in the documentation twice, so I changed it to 'upon' | ||||
* | | Merge pull request #320 from pletnes/patch-1 | zsquareplusc | 2018-05-07 | 1 | -1/+1 |
|\ \ | | | | | | | Update conda version in pyserial.rst | ||||
| * | | Update pyserial.rst | Paul Anton Letnes | 2018-03-08 | 1 | -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 fixed | Artem Grunichev | 2017-12-13 | 1 | -1/+1 |
|/ | |||||
* | Added reference to main page. | Joseph Fox-Rabinovitz | 2017-08-15 | 1 | -0/+1 |
| | | | This will allow links to the library as a whole via intersphinx. | ||||
* | Update pyserial.rst | shaunwbell | 2017-08-03 | 1 | -0/+15 |
| | | | Add conda instructions. Reference both the conda default channel and conda-forge channel | ||||
* | chore: release 3.4v3.4 | Chris Liechti | 2017-07-22 | 1 | -2/+2 |
| | |||||
* | docs: changed __enter__ to open automatically | Chris Liechti | 2017-07-20 | 1 | -5/+10 |
| | | | | document the changes from #240 | ||||
* | docs: miniterm suspend function extensions | Chris Liechti | 2017-07-18 | 1 | -2/+3 |
| | |||||
* | docs: miniterm suspend function | Chris Liechti | 2017-07-16 | 1 | -0/+4 |
| | |||||
* | docs: remove stray backtick | Jakub Wilk | 2017-04-08 | 1 | -1/+1 |
| | |||||
* | docs: improvements | Chris Liechti | 2017-03-21 | 3 | -8/+10 |
| | |||||
* | docs: typos, trove classifier | Chris Liechti | 2017-03-20 | 1 | -4/+4 |
| | |||||
* | doc: updates | Chris Liechti | 2017-03-19 | 2 | -19/+25 |
| | |||||
* | docs: mention include_links parameter for serial.tools.list_ports.comports | Chris Liechti | 2017-03-18 | 1 | -2/+15 |
| | |||||
* | chore: release 3.3v3.3 | Chris Liechti | 2017-03-08 | 2 | -4/+5 |
| | | | | | - update changes - update version | ||||
* | Merge branch 'master' into v3.2.1-rg | Rob Gaddi | 2017-02-24 | 6 | -9/+28 |
|\ | |||||
| * | fix typos in documentation | Jakub Wilk | 2016-12-20 | 4 | -7/+7 |
| | | |||||
| * | docs: FAQ about Python 2.6 | Chris Liechti | 2016-12-13 | 1 | -0/+8 |
| | | |||||
| * | docs: add an other example for spy:// | Chris Liechti | 2016-12-08 | 1 | -1/+10 |
| | | |||||
| * | docs: fix example, fixes #173 | Chris Liechti | 2016-10-31 | 2 | -2/+4 |
| | | |||||
* | | Clarified meaning of exclusive access lock. | Rob Gaddi | 2017-02-24 | 1 | -1/+2 |
| | | |||||
* | | Added exclusive locking for POSIX serial ports. | Rob Gaddi | 2017-02-24 | 1 | -1/+4 |
|/ | |||||
* | chore: release 3.2.1v3.2.1 | Chris Liechti | 2016-10-14 | 1 | -1/+1 |
| | |||||
* | chore: release 3.2.0v3.2.0 | Chris Liechti | 2016-10-14 | 1 | -2/+2 |
| | |||||
* | docs: extend notes on open() | Chris Liechti | 2016-09-30 | 1 | -4/+10 |
| | |||||
* | docs: mention RTS/DTR update on open, not all platforms supporting it | Chris Liechti | 2016-09-28 | 1 | -5/+13 |
| | |||||
* | docs: extend how-to section, link to old releases | Chris Liechti | 2016-09-18 | 3 | -3/+17 |
| | |||||
* | docs: update requirements, typo | Chris Liechti | 2016-09-15 | 1 | -2/+6 |
| | | | | | - typo reported by @DavidHowlett, fixes #161 - update requirements and mention WinXP :( | ||||
* | docs: minor update to requirements, packages | Chris Liechti | 2016-09-07 | 1 | -18/+20 |
| |