summaryrefslogtreecommitdiff
path: root/examples/tcp_serial_redirect.py
Commit message (Expand)AuthorAgeFilesLines
* docs: update copyright, notes, changelogChris Liechti2020-09-211-1/+1
* fix stopbits typoShaoyu2018-12-281-1/+1
* add bytesize and stopbits argument to parserShaoyu2018-12-211-0/+16
* fix: some socket constants not available on WindowsChris Liechti2016-12-091-4/+7
* 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-211-1/+1
* style: some of the suggestions from flake8Chris Liechti2016-02-141-43/+43
* missed renaming to ReaderThread, fix for #44Chris Liechti2015-12-081-1/+1
* 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 set...Chris Liechti2015-08-181-184/+75
* remove empty args (optparse)Chris Liechti2015-08-141-1/+1
* update file headers with license information (SPDX)Chris Liechti2015-08-091-4/+5
* set executable flagsChris Liechti2015-08-041-0/+0
* work on python 3 compatibilityChris Liechti2015-08-041-18/+7
* remove pyparallel and move pyserial files to toplevelChris Liechti2015-08-031-0/+326