summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* docs: typo, update changesChris Liechti2016-06-251-1/+1
|
* examples: tcp_serial_redirect.py optimize socket options in server modeChris Liechti2016-06-241-6/+12
|
* examples: add client mode to tcp_serial_redirect.py, closes #72Chris Liechti2016-06-231-10/+53
|
* style: use .format() instead of % formattingChris Liechti2016-06-216-31/+31
|
* style: some of the suggestions from flake8Chris Liechti2016-02-143-116/+111
|
* style: some of the suggestions from flake8Chris Liechti2016-02-054-8/+6
|
* style: some of the suggestions from flake8Chris Liechti2016-01-246-33/+31
|
* port_publisher: restore some sorting of portsChris Liechti2016-01-011-6/+4
|
* missed renaming to ReaderThread, fix for #44Chris Liechti2015-12-081-1/+1
|
* add minimal test for RFC 2217 clientChris Liechti2015-10-301-0/+1
| | | | | - add new file to MANIFEST.in - sort entries MANIFEST.in
* wxSerialConfigDialog: allow custom baudrates (ComboBox instead of Choice)Chris Liechti2015-10-152-13/+29
|
* wxTerminal: center dialogs on parent, make "ESC" key work in ↵Chris Liechti2015-10-142-7/+9
| | | | TerminalSettingsDialog
* threaded: rename SerialPortWorker -> ReaderThreadChris Liechti2015-10-131-1/+1
|
* threaded: add write_line() to LineReader, doc updateChris Liechti2015-10-071-9/+3
| | | also update corresponding example
* new example using LineReader, SerialPortWorkerChris Liechti2015-10-061-0/+160
|
* minor tweaks to wxTerminalChris Liechti2015-10-041-43/+44
|
* use "in" instead of has_key (Python 3 compatibility, fixes #15), reformat ↵Chris Liechti2015-09-291-15/+14
| | | | code (PEP-8)
* fix EOL issuesChris Liechti2015-09-221-570/+570
|
* wxTerminal: update code, handle encodingChris Liechti2015-09-201-40/+42
|
* cleanup,improve wxSerialConfigDialog and wxTerminalChris Liechti2015-09-124-333/+400
|
* port_publisher: API update, cleanup, use argparseChris Liechti2015-09-081-61/+59
|
* rfc2217_server: API update, cleanupChris Liechti2015-09-071-37/+35
|
* tcp_serial_redirect: use serial.threading, cleanupChris Liechti2015-09-071-92/+78
|
* tcp_serial_redirect: remove spy option, cleanup codeChris Liechti2015-08-181-36/+6
|
* tcp_serial_redirect: use serial_for_url to allow loop:// hwgrep:// etcChris Liechti2015-08-181-2/+1
|
* tcp_serial_redirect: transition from optparse to argparse, remove newline ↵Chris Liechti2015-08-181-184/+75
| | | | settings
* rfc2217_server: use serial_for_url to allow loop:// hwgrep:// etcChris Liechti2015-08-171-2/+1
|
* rfc2217_server: transition from optparse to argparseChris Liechti2015-08-171-48/+45
|
* remove empty args (optparse)Chris Liechti2015-08-142-4/+4
|
* update file headers with license information (SPDX)Chris Liechti2015-08-098-13/+43
|
* port_publisher: adjust log levels: show connect/disconnect with default ↵Chris Liechti2015-08-081-3/+5
| | | | verbosity
* port_publisher: remove error handling that was probably never usedChris Liechti2015-08-051-10/+6
|
* port_publisher: add option groups, rename --tcp-port optionChris Liechti2015-08-051-41/+56
|
* port_publisher: improve logging outputs -q/-vChris Liechti2015-08-051-26/+44
|
* things with "bytes".. python 3 compatibilityChris Liechti2015-08-051-6/+12
|
* port_publisher: add option to specify TCP port, improve help textChris Liechti2015-08-041-16/+38
|
* [Patch pyserial:34] Improvements to port_publisher.py exampleChris Liechti2015-08-041-27/+49
|
* doc update: links, licenseChris Liechti2015-08-041-1/+1
|
* set executable flagsChris Liechti2015-08-046-0/+0
|
* work on python 3 compatibilityChris Liechti2015-08-048-92/+78
|
* remove obsolete examplesChris Liechti2015-08-044-344/+0
|
* remove pyparallel and move pyserial files to toplevelChris Liechti2015-08-0315-0/+2476