1. 6fa82e1 docs: update copyright, notes, changelog by Chris Liechti · 3 years, 9 months ago
  2. 9da0f0f examples: refactor wx example, use Bind to avoid deprecated warnings, IsChecked, unichr by Chris Liechti · 3 years, 9 months ago
  3. 029b111 fix stopbits typo by Shaoyu · 5 years ago
  4. 226f19f add bytesize and stopbits argument to parser by Shaoyu · 5 years ago
  5. 92b6a43 examples: port_publisher python 3 fixes by Chris Liechti · 7 years ago
  6. 055f31c fix: port_publisher typo by Chris Liechti · 7 years ago
  7. cc715f0 Merge pull request #183 from topnotcher/python3-bytes-bugs by zsquareplusc · 7 years ago
  8. c739807 fix: some socket constants not available on Windows by Chris Liechti · 8 years ago
  9. d005842 examples: Fix calls to `rfc2217.filter` in example server. by Greg Bowser · 8 years ago
  10. ecf7d6e docs: typo, update changes by Chris Liechti · 8 years ago
  11. a9f3f13 examples: tcp_serial_redirect.py optimize socket options in server mode by Chris Liechti · 8 years ago
  12. 7b0d774 examples: add client mode to tcp_serial_redirect.py, closes #72 by Chris Liechti · 8 years ago
  13. 9a16666 style: use .format() instead of % formatting by Chris Liechti · 8 years ago
  14. 0269b2c style: some of the suggestions from flake8 by Chris Liechti · 8 years ago
  15. 4383914 style: some of the suggestions from flake8 by Chris Liechti · 8 years ago
  16. 3d3e71e style: some of the suggestions from flake8 by Chris Liechti · 8 years ago
  17. 61aa26b port_publisher: restore some sorting of ports by Chris Liechti · 8 years ago
  18. f662099 missed renaming to ReaderThread, fix for #44 by Chris Liechti · 9 years ago
  19. 3fcb192 add minimal test for RFC 2217 client by Chris Liechti · 9 years ago
  20. 809f8f2 wxSerialConfigDialog: allow custom baudrates (ComboBox instead of Choice) by Chris Liechti · 9 years ago
  21. d7e9e9e wxTerminal: center dialogs on parent, make "ESC" key work in TerminalSettingsDialog by Chris Liechti · 9 years ago
  22. 5665d57 threaded: rename SerialPortWorker -> ReaderThread by Chris Liechti · 9 years ago
  23. 24becf3 threaded: add write_line() to LineReader, doc update by Chris Liechti · 9 years ago
  24. b5ccc1c new example using LineReader, SerialPortWorker by Chris Liechti · 9 years ago
  25. b88445d minor tweaks to wxTerminal by Chris Liechti · 9 years ago
  26. 6dcdeda use "in" instead of has_key (Python 3 compatibility, fixes #15), reformat code (PEP-8) by Chris Liechti · 9 years ago
  27. f565693 fix EOL issues by Chris Liechti · 9 years ago
  28. a706917 wxTerminal: update code, handle encoding by Chris Liechti · 9 years ago
  29. be00ee9 cleanup,improve wxSerialConfigDialog and wxTerminal by Chris Liechti · 9 years ago
  30. a4cde70 port_publisher: API update, cleanup, use argparse by Chris Liechti · 9 years ago
  31. 6948bd8 rfc2217_server: API update, cleanup by Chris Liechti · 9 years ago
  32. 4059dc6 tcp_serial_redirect: use serial.threading, cleanup by Chris Liechti · 9 years ago
  33. f8d46c6 tcp_serial_redirect: remove spy option, cleanup code by Chris Liechti · 9 years ago
  34. 9cbd070 tcp_serial_redirect: use serial_for_url to allow loop:// hwgrep:// etc by Chris Liechti · 9 years ago
  35. 18516cb tcp_serial_redirect: transition from optparse to argparse, remove newline settings by Chris Liechti · 9 years ago
  36. cd42db9 rfc2217_server: use serial_for_url to allow loop:// hwgrep:// etc by Chris Liechti · 9 years ago
  37. 34290f4 rfc2217_server: transition from optparse to argparse by Chris Liechti · 9 years ago
  38. ab2ffc4 remove empty args (optparse) by Chris Liechti · 9 years ago
  39. fbdd8a0 update file headers with license information (SPDX) by Chris Liechti · 9 years ago
  40. 977916f port_publisher: adjust log levels: show connect/disconnect with default verbosity by Chris Liechti · 9 years ago
  41. 8f9b444 port_publisher: remove error handling that was probably never used by Chris Liechti · 9 years ago
  42. 9d61c30 port_publisher: add option groups, rename --tcp-port option by Chris Liechti · 9 years ago
  43. 825637e port_publisher: improve logging outputs -q/-v by Chris Liechti · 9 years ago
  44. 01587b1 things with "bytes".. python 3 compatibility by Chris Liechti · 9 years ago
  45. 7225dd7 port_publisher: add option to specify TCP port, improve help text by Chris Liechti · 9 years ago
  46. 6e683ed [Patch pyserial:34] Improvements to port_publisher.py example by Chris Liechti · 9 years ago
  47. 80e2ae2 doc update: links, license by Chris Liechti · 9 years ago
  48. 443e27d set executable flags by Chris Liechti · 9 years ago
  49. 4caf6a5 work on python 3 compatibility by Chris Liechti · 9 years ago
  50. 773991e remove obsolete examples by Chris Liechti · 9 years ago
  51. b9229f7 remove pyparallel and move pyserial files to toplevel by Chris Liechti · 9 years ago