summaryrefslogtreecommitdiff
path: root/serial/serialjava.py
Commit message (Collapse)AuthorAgeFilesLines
* refactor: raise new instances for PortNotOpenError and SerialTimeoutExceptionChris Liechti2020-09-141-13/+13
| | | | | related to #502 fixes #437
* Use absolute import everywhereKurt McKee2018-02-071-0/+2
| | | | | This prevents Python 2.7 from attempting to import system modules like sys and ctypes from the 'serial' directory.
* remove inconsistent and unused main of platform modulesChris Liechti2016-01-301-20/+0
|
* style: some of the suggestions from flake8Chris Liechti2016-01-251-1/+0
|
* update file headersChris Liechti2015-12-161-3/+2
|
* java: update implementationChris Liechti2015-09-191-46/+61
|
* 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/+270