aboutsummaryrefslogtreecommitdiff
path: root/examples/tcp_serial_redirect.py
AgeCommit message (Expand)Author
2020-09-21docs: update copyright, notes, changelogChris Liechti
2018-12-28fix stopbits typoShaoyu
2018-12-21add bytesize and stopbits argument to parserShaoyu
2016-12-09fix: some socket constants not available on WindowsChris 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
2015-12-08missed renaming to ReaderThread, fix for #44Chris 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-14remove empty args (optparse)Chris Liechti
2015-08-09update file headers with license information (SPDX)Chris Liechti
2015-08-04set executable flagsChris Liechti
2015-08-04work on python 3 compatibilityChris Liechti
2015-08-03remove pyparallel and move pyserial files to toplevelChris Liechti