summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* prepare V3.0b1v3.0b1Chris Liechti2015-10-203-3/+8
* rfc2217: fix escape function (iterate over bytes properly for Python 3 compat...Chris Liechti2015-10-191-1/+1
* serial_for_url: add new protocol that allows the selection of the Serial classChris Liechti2015-10-181-0/+51
* serialposix: add alternative implementation w/o selectChris Liechti2015-10-182-1/+55
* serial_for_url: add option to implement a factory function instead of Serial ...Chris Liechti2015-10-171-1/+4
* serial_for_url: fix importChris Liechti2015-10-161-11/+7
* wxSerialConfigDialog: allow custom baudrates (ComboBox instead of Choice)Chris Liechti2015-10-152-13/+29
* wxTerminal: center dialogs on parent, make "ESC" key work in TerminalSettings...Chris Liechti2015-10-142-7/+9
* threaded: rename SerialPortWorker -> ReaderThreadChris Liechti2015-10-133-9/+9
* doc update (add example)Chris Liechti2015-10-121-0/+21
* threaded: handle errors in conenction_made, doc updateChris Liechti2015-10-111-15/+38
* threaded: add docsChris Liechti2015-10-101-0/+149
* threaded: remove logging (pass exception to connection_lost), tweaksChris Liechti2015-10-091-13/+12
* list_ports: fix for #19 (string properties may be None)Chris Liechti2015-10-081-1/+3
* threaded: add write_line() to LineReader, doc updateChris Liechti2015-10-072-25/+41
* new example using LineReader, SerialPortWorkerChris Liechti2015-10-061-0/+160
* fixes to Packetizer/LineReader add context manager and connect method to Seri...Chris Liechti2015-10-061-8/+34
* protocols: add base classes for packet and line oriented protocolsChris Liechti2015-10-051-1/+42
* minor tweaks to wxTerminalChris Liechti2015-10-041-43/+44
* update list of files included for "setup.py sdist"Chris Liechti2015-10-032-7/+8
* doc updateChris Liechti2015-10-022-4/+15
* doc: mention OSX (remove Jython) update online doc linkChris Liechti2015-10-012-7/+10
* remove relative import, replace with absoluteChris Liechti2015-09-301-4/+4
* use "in" instead of has_key (Python 3 compatibility, fixes #15), reformat cod...Chris Liechti2015-09-291-15/+14
* Merge pull request #14 from hoihu/masterzsquareplusc2015-09-281-1/+1
|\
| * OSX list_ports: fixed serial number parsingMartin Fischer2015-09-271-1/+1
|/
* list_ports: store vid/pid as integers on all platformsChris Liechti2015-09-274-7/+10
* list_ports: calculate description for USB devicesChris Liechti2015-09-263-6/+13
* Merge pull request #13 from hoihu/masterzsquareplusc2015-09-261-7/+41
|\
| * OSX: list_ports - add interface string if presentMartin Fischer2015-09-261-7/+41
|/
* list_ports: new common module providing info object: ListPortInfoChris Liechti2015-09-265-250/+177
* Merge pull request #12 from hoihu/masterzsquareplusc2015-09-251-70/+58
|\
| * OSX: comport() support locationID, fixed CFProperty releaseMartin Fischer2015-09-241-70/+58
* | list_ports: add ttyAMA* devices on Linux (e.g. Raspberry Pi)Chris Liechti2015-09-241-0/+7
|/
* remove non existing release 2.8 and merge list of changes with 3.0a0Chris Liechti2015-09-231-32/+22
* fix deprecated function, unicode in testv3.0a0Chris Liechti2015-09-222-3/+3
* doc updatesChris Liechti2015-09-224-4/+8
* fix EOL issuesChris Liechti2015-09-224-1176/+1176
* list_ports: calculate USB location on win32 tooChris Liechti2015-09-211-1/+29
* wxTerminal: update code, handle encodingChris Liechti2015-09-201-40/+42
* list_ports: add USB location string, shorter descriptions, CDC/ACM fixChris Liechti2015-09-201-4/+26
* java: update implementationChris Liechti2015-09-191-46/+61
* small fixesChris Liechti2015-09-182-2/+5
* cli: update implementationChris Liechti2015-09-182-75/+70
* Merge pull request #10 from bufferoverflow/readmezsquareplusc2015-09-171-1/+1
|\
| * docs(README.rst): fix link to readthedocsRoger Meier2015-09-161-1/+1
|/
* list_ports: fix sorting on win32Chris Liechti2015-09-161-2/+2
* readme: add readthedocs.org badgeChris Liechti2015-09-151-4/+6
* readme: include build status iconChris Liechti2015-09-151-3/+7
* travis: add simple test using loop deviceChris Liechti2015-09-151-0/+1