| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix misc. documentation and source comment typos | luz paz | 2021-05-14 | 1 | -1/+1 |
| * | docs: update copyright, notes, changelog | Chris Liechti | 2020-09-21 | 2 | -2/+2 |
| * | examples: refactor wx example, use Bind to avoid deprecated warnings, IsCheck... | Chris Liechti | 2020-09-15 | 2 | -22/+17 |
| * | fix stopbits typo | Shaoyu | 2018-12-28 | 1 | -1/+1 |
| * | add bytesize and stopbits argument to parser | Shaoyu | 2018-12-21 | 1 | -0/+16 |
| * | examples: port_publisher python 3 fixes | Chris Liechti | 2017-08-25 | 1 | -3/+7 |
| * | fix: port_publisher typo | Chris Liechti | 2017-05-08 | 1 | -1/+1 |
| * | Merge pull request #183 from topnotcher/python3-bytes-bugs | zsquareplusc | 2016-12-16 | 1 | -2/+2 |
| |\ |
|
| | * | examples: Fix calls to `rfc2217.filter` in example server. | Greg Bowser | 2016-11-22 | 1 | -2/+2 |
| * | | fix: some socket constants not available on Windows | Chris Liechti | 2016-12-09 | 1 | -4/+7 |
| |/ |
|
| * | docs: typo, update changes | Chris Liechti | 2016-06-25 | 1 | -1/+1 |
| * | examples: tcp_serial_redirect.py optimize socket options in server mode | Chris Liechti | 2016-06-24 | 1 | -6/+12 |
| * | examples: add client mode to tcp_serial_redirect.py, closes #72 | Chris Liechti | 2016-06-23 | 1 | -10/+53 |
| * | style: use .format() instead of % formatting | Chris Liechti | 2016-06-21 | 6 | -31/+31 |
| * | style: some of the suggestions from flake8 | Chris Liechti | 2016-02-14 | 3 | -116/+111 |
| * | style: some of the suggestions from flake8 | Chris Liechti | 2016-02-05 | 4 | -8/+6 |
| * | style: some of the suggestions from flake8 | Chris Liechti | 2016-01-24 | 6 | -33/+31 |
| * | port_publisher: restore some sorting of ports | Chris Liechti | 2016-01-01 | 1 | -6/+4 |
| * | missed renaming to ReaderThread, fix for #44 | Chris Liechti | 2015-12-08 | 1 | -1/+1 |
| * | add minimal test for RFC 2217 client | Chris Liechti | 2015-10-30 | 1 | -0/+1 |
| * | wxSerialConfigDialog: allow custom baudrates (ComboBox instead of Choice) | Chris Liechti | 2015-10-15 | 2 | -13/+29 |
| * | wxTerminal: center dialogs on parent, make "ESC" key work in TerminalSettings... | Chris Liechti | 2015-10-14 | 2 | -7/+9 |
| * | threaded: rename SerialPortWorker -> ReaderThread | Chris Liechti | 2015-10-13 | 1 | -1/+1 |
| * | threaded: add write_line() to LineReader, doc update | Chris Liechti | 2015-10-07 | 1 | -9/+3 |
| * | new example using LineReader, SerialPortWorker | Chris Liechti | 2015-10-06 | 1 | -0/+160 |
| * | minor tweaks to wxTerminal | Chris Liechti | 2015-10-04 | 1 | -43/+44 |
| * | use "in" instead of has_key (Python 3 compatibility, fixes #15), reformat cod... | Chris Liechti | 2015-09-29 | 1 | -15/+14 |
| * | fix EOL issues | Chris Liechti | 2015-09-22 | 1 | -570/+570 |
| * | wxTerminal: update code, handle encoding | Chris Liechti | 2015-09-20 | 1 | -40/+42 |
| * | cleanup,improve wxSerialConfigDialog and wxTerminal | Chris Liechti | 2015-09-12 | 4 | -333/+400 |
| * | port_publisher: API update, cleanup, use argparse | Chris Liechti | 2015-09-08 | 1 | -61/+59 |
| * | rfc2217_server: API update, cleanup | Chris Liechti | 2015-09-07 | 1 | -37/+35 |
| * | tcp_serial_redirect: use serial.threading, cleanup | Chris Liechti | 2015-09-07 | 1 | -92/+78 |
| * | tcp_serial_redirect: remove spy option, cleanup code | Chris Liechti | 2015-08-18 | 1 | -36/+6 |
| * | tcp_serial_redirect: use serial_for_url to allow loop:// hwgrep:// etc | Chris Liechti | 2015-08-18 | 1 | -2/+1 |
| * | tcp_serial_redirect: transition from optparse to argparse, remove newline set... | Chris Liechti | 2015-08-18 | 1 | -184/+75 |
| * | rfc2217_server: use serial_for_url to allow loop:// hwgrep:// etc | Chris Liechti | 2015-08-17 | 1 | -2/+1 |
| * | rfc2217_server: transition from optparse to argparse | Chris Liechti | 2015-08-17 | 1 | -48/+45 |
| * | remove empty args (optparse) | Chris Liechti | 2015-08-14 | 2 | -4/+4 |
| * | update file headers with license information (SPDX) | Chris Liechti | 2015-08-09 | 8 | -13/+43 |
| * | port_publisher: adjust log levels: show connect/disconnect with default verbo... | Chris Liechti | 2015-08-08 | 1 | -3/+5 |
| * | port_publisher: remove error handling that was probably never used | Chris Liechti | 2015-08-05 | 1 | -10/+6 |
| * | port_publisher: add option groups, rename --tcp-port option | Chris Liechti | 2015-08-05 | 1 | -41/+56 |
| * | port_publisher: improve logging outputs -q/-v | Chris Liechti | 2015-08-05 | 1 | -26/+44 |
| * | things with "bytes".. python 3 compatibility | Chris Liechti | 2015-08-05 | 1 | -6/+12 |
| * | port_publisher: add option to specify TCP port, improve help text | Chris Liechti | 2015-08-04 | 1 | -16/+38 |
| * | [Patch pyserial:34] Improvements to port_publisher.py example | Chris Liechti | 2015-08-04 | 1 | -27/+49 |
| * | doc update: links, license | Chris Liechti | 2015-08-04 | 1 | -1/+1 |
| * | set executable flags | Chris Liechti | 2015-08-04 | 6 | -0/+0 |
| * | work on python 3 compatibility | Chris Liechti | 2015-08-04 | 8 | -92/+78 |