summaryrefslogtreecommitdiff
path: root/serial/serialcli.py
Commit message (Expand)AuthorAgeFilesLines
* cli: rename to _reconfigure_port, fixes #127Chris Liechti2016-06-101-2/+2
* refactor: use is_open instead of platform specific attributes, closes #83Chris Liechti2016-03-291-12/+12
* style: some of the suggestions from flake8Chris Liechti2016-02-061-6/+2
* style: some of the suggestions from flake8Chris Liechti2016-02-021-21/+21
* remove inconsistent and unused main of platform modulesChris Liechti2016-01-301-19/+0
* style: some of the suggestions from flake8Chris Liechti2016-01-251-4/+2
* serialcli: move RTS/CTS fix to open instead of reconfigureChris Liechti2016-01-221-6/+6
* fixes for RTS/DTR handling on open (#59)Chris Liechti2016-01-211-0/+6
* update file headersChris Liechti2015-12-161-3/+3
* doc updatesChris Liechti2015-09-221-1/+1
* cli: update implementationChris Liechti2015-09-181-59/+59
* update file headers with license information (SPDX)Chris Liechti2015-08-091-1/+2
* inherit from io.RawIOBase in SerialBase instead of everywhere elseChris Liechti2015-08-061-16/+1
* remove pyparallel and move pyserial files to toplevelChris Liechti2015-08-031-0/+284