aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2020-09-21docs: update copyright, notes, changelogChris Liechti
2020-09-15examples: refactor wx example, use Bind to avoid deprecated warnings, IsCheck...Chris Liechti
2018-12-28fix stopbits typoShaoyu
2018-12-21add bytesize and stopbits argument to parserShaoyu
2017-08-25examples: port_publisher python 3 fixesChris Liechti
2017-05-08fix: port_publisher typoChris Liechti
2016-12-16Merge pull request #183 from topnotcher/python3-bytes-bugszsquareplusc
2016-12-09fix: some socket constants not available on WindowsChris Liechti
2016-11-22examples: Fix calls to `rfc2217.filter` in example server.Greg Bowser
2016-06-25docs: typo, update changesChris Liechti
2016-06-24examples: tcp_serial_redirect.py optimize socket options in server modeChris Liechti
2016-06-23examples: add client mode to tcp_serial_redirect.py, closes #72Chris Liechti
2016-06-21style: use .format() instead of % formattingChris Liechti
2016-02-14style: some of the suggestions from flake8Chris Liechti
2016-02-05style: some of the suggestions from flake8Chris Liechti
2016-01-24style: some of the suggestions from flake8Chris Liechti
2016-01-01port_publisher: restore some sorting of portsChris Liechti
2015-12-08missed renaming to ReaderThread, fix for #44Chris Liechti
2015-10-30add minimal test for RFC 2217 clientChris Liechti
2015-10-15wxSerialConfigDialog: allow custom baudrates (ComboBox instead of Choice)Chris Liechti
2015-10-14wxTerminal: center dialogs on parent, make "ESC" key work in TerminalSettings...Chris Liechti
2015-10-13threaded: rename SerialPortWorker -> ReaderThreadChris Liechti
2015-10-07threaded: add write_line() to LineReader, doc updateChris Liechti
2015-10-06new example using LineReader, SerialPortWorkerChris Liechti
2015-10-04minor tweaks to wxTerminalChris Liechti
2015-09-29use "in" instead of has_key (Python 3 compatibility, fixes #15), reformat cod...Chris Liechti
2015-09-22fix EOL issuesChris Liechti
2015-09-20wxTerminal: update code, handle encodingChris Liechti
2015-09-12cleanup,improve wxSerialConfigDialog and wxTerminalChris Liechti
2015-09-08port_publisher: API update, cleanup, use argparseChris Liechti
2015-09-07rfc2217_server: API update, cleanupChris Liechti
2015-09-07tcp_serial_redirect: use serial.threading, cleanupChris Liechti
2015-08-18tcp_serial_redirect: remove spy option, cleanup codeChris Liechti
2015-08-18tcp_serial_redirect: use serial_for_url to allow loop:// hwgrep:// etcChris Liechti
2015-08-18tcp_serial_redirect: transition from optparse to argparse, remove newline set...Chris Liechti
2015-08-17rfc2217_server: use serial_for_url to allow loop:// hwgrep:// etcChris Liechti
2015-08-17rfc2217_server: transition from optparse to argparseChris Liechti
2015-08-14remove empty args (optparse)Chris Liechti
2015-08-09update file headers with license information (SPDX)Chris Liechti
2015-08-08port_publisher: adjust log levels: show connect/disconnect with default verbo...Chris Liechti
2015-08-05port_publisher: remove error handling that was probably never usedChris Liechti
2015-08-05port_publisher: add option groups, rename --tcp-port optionChris Liechti
2015-08-05port_publisher: improve logging outputs -q/-vChris Liechti
2015-08-05things with "bytes".. python 3 compatibilityChris Liechti
2015-08-04port_publisher: add option to specify TCP port, improve help textChris Liechti
2015-08-04[Patch pyserial:34] Improvements to port_publisher.py exampleChris Liechti
2015-08-04doc update: links, licenseChris Liechti
2015-08-04set executable flagsChris Liechti
2015-08-04work on python 3 compatibilityChris Liechti
2015-08-04remove obsolete examplesChris Liechti