1. 4745695 Add build files for pyserial by Julien Desprez · 2 years ago
  2. 9e3b4f3 spy: option to write to log instead of file/stdout by Chris Liechti · 3 years, 1 month ago
  3. bce4193 miniterm: make integration easier, add serial_instance argument by Chris Liechti · 3 years, 1 month ago
  4. 8813fb5 miniterm: fix escapes, F'keys on win32 by Chris Liechti · 3 years, 1 month ago
  5. 05e437e docs: remove backslash in docs by Chris Liechti · 3 years, 1 month ago
  6. 14259d6 docs: fix typos by Pierre Grimaud · 3 years, 2 months ago
  7. 0e76347 chore: release 3.5 by Chris Liechti · 3 years, 7 months ago
  8. bc88b92 spy: ensure bytes in write() by Chris Liechti · 3 years, 7 months ago
  9. 54a6b00 Merge pull request #540 from henzef/patch-1 by zsquareplusc · 3 years, 7 months ago
  10. fecd931 Merge pull request #546 from chairman888/545-osx-use-iousbhostdevice-instead by zsquareplusc · 3 years, 7 months ago
  11. 70a6b99 implement patch from oskay by Byron Han · 3 years, 7 months ago
  12. 096982d fix issue 509 - kIOMasterPortDefault no longer exported on Big Sur, but can hardcode 0 instead by Byron Han · 3 years, 7 months ago
  13. f28543b serialposix: Fix inconstent state after exception in open() by Fabian Henze · 3 years, 7 months ago
  14. b3c01bf Fix exception for composite serial number search on Windows by Jeff Rowberg · 3 years, 8 months ago
  15. d867871 chore: beta release 3.5b0 by Chris Liechti · 3 years, 9 months ago
  16. 6ae64c1 setup: change entry points, update classifiers by Chris Liechti · 3 years, 9 months ago
  17. 3e7e896 Merge pull request #495 from johannesacco/master by zsquareplusc · 3 years, 9 months ago
  18. 8905abb list_ports_linux: change debug code in main by Chris Liechti · 3 years, 9 months ago
  19. 6fa82e1 docs: update copyright, notes, changelog by Chris Liechti · 3 years, 9 months ago
  20. aebbb38 miniterm: add CTRL+T Q as alternative to exit by Chris Liechti · 3 years, 9 months ago
  21. 19ec51c list_ports: use hardcoded path to library on osx by Chris Liechti · 3 years, 9 months ago
  22. c1cd16e loop: add out_waiting by Chris Liechti · 3 years, 9 months ago
  23. fd09519 win32: extend RS485 error messages by Chris Liechti · 3 years, 9 months ago
  24. 0dbc2e5 miniterm: fix double use of CTRL-T + s by Chris Liechti · 3 years, 9 months ago
  25. 1a9f0c9 Merge pull request #351 from cefn/master by zsquareplusc · 3 years, 9 months ago
  26. e43a771 Merge pull request #519 from tim-nordell-nimbelink/master by zsquareplusc · 3 years, 9 months ago
  27. 9e9bceb Merge pull request #494 from kalvdans/dont-catch-our-own-exception by zsquareplusc · 3 years, 9 months ago
  28. e99bda3 refactor: raise new instances for PortNotOpenError and SerialTimeoutException by Chris Liechti · 3 years, 9 months ago
  29. 0085e1e linux: Fix custom baud rate to not temporarily set 38400 baud rates by Tim Nordell · 3 years, 10 months ago
  30. ca42ff2 Correct "interface" property on Linux hosts by Johannes Carlsson · 4 years, 2 months ago
  31. b92365a Don't catch the SerialException we just raised by Christian Häggström · 4 years, 2 months ago
  32. 3a6ae5a Merge pull request #411 from Flameeyes/master by zsquareplusc · 4 years, 10 months ago
  33. e20b773 Merge pull request #371 from keelung-yang/master by zsquareplusc · 4 years, 10 months ago
  34. 4f6666b Merge pull request #367 from klanmiko/mac_break_ioctl by zsquareplusc · 4 years, 10 months ago
  35. 3835ccb Merge pull request #364 from torque/macos-usb-product-descriptor-fix by zsquareplusc · 4 years, 10 months ago
  36. 14d613d Merge pull request #386 from jfleschExtFlowbird/master by zsquareplusc · 4 years, 10 months ago
  37. c9e2462 Merge pull request #389 from lowell80/master by zsquareplusc · 4 years, 10 months ago
  38. 7bb1dcc Merge pull request #433 from keith-packard/master by zsquareplusc · 4 years, 10 months ago
  39. 47e4a11 Merge pull request #414 from ryan-summers/rsummers/windows-usb-composite-device-support by zsquareplusc · 4 years, 10 months ago
  40. 53d2273 Fixed flush_input_buffer() for situations where the remote end has closed by Rob Gaddi · 5 years ago
  41. f649229 tools/list_ports_windows: Scan both 'Ports' and 'Modem' device classes by Keith Packard · 5 years ago
  42. 688e9b3 Add WaitCommEvent function to win32 by ARF1 · 5 years ago
  43. 1ab9710 Removing dependency on winerror by Ryan Summers · 5 years ago
  44. f7f32d8 Delinting changes by Ryan Summers · 5 years ago
  45. 579e3bb Updated parent traversal to check for root device by Ryan Summers · 5 years ago
  46. cd2248d Added recursive search for device USB serial number to support composite devices by Ryan Summers · 5 years ago
  47. 24b02e6 Use self._port to determine port instance by zsquareplusc · 5 years ago
  48. 8b24cbb Add a backend for Silicon Labs CP2110/4 HID-to-UART bridge. by Diego Elio Pettenò · 5 years ago
  49. a4d8f27 threaded: "write" returns byte count by Chris Liechti · 5 years ago
  50. 2e27646 Fixed transposed RFC 2217 (was 2271) by Lowell Alleman · 6 years ago
  51. c83599a rfc2217/close(): fix race-condition: when stopping the read loop, do not set self._thread = None inside the thread itself as there may be a race-condition with the method close(). by Jerome Flesch · 6 years ago
  52. 2a77846 Don't open port if self.port is not set while entering context manager by Keelung Yang · 6 years ago
  53. d82d0e1 move _update_break_state to platform specific base by Kaelan Mikowicz · 6 years ago
  54. fca918d change break syscall number for bsd as well by Kaelan Mikowicz · 6 years ago
  55. 98c6a83 redefine TIOCXBRK to the correct syscall numbers for mac by Kaelan Mikowicz · 6 years ago
  56. 568362c macOS: rework list_ports to support unicode product descriptors. by torque · 6 years ago
  57. a27715f Merge pull request #342 from mghicho/buffer_size_fixed by zsquareplusc · 6 years ago
  58. daaf33e Documented read_until and updated parameter name to reflect functionality beyond just line terminators. by David Patterson · 6 years ago
  59. 791fa85 Make ListPortInfo hashable by Vitali Lovich · 6 years ago
  60. 035053d Manually wrap comment. Add note of Windows 10 compatibility. by Cefn Hoile · 6 years ago
  61. d46bab8 Remove spurious newline by Cefn Hoile · 6 years ago
  62. 2d36b21 Added extra codes from miniterm_mpy.py and finalised setconsolemode shenanigans. by Cefn Hoile · 6 years ago
  63. d64fb60 First proven version with minimal nav keys by Cefn Hoile · 6 years ago
  64. 98b8c1a Fixed the docstring for the set_buffer_size function. It should be called after the port is opened otherwise it will be overwritten by Mohammad Ghasemiahmadi · 6 years ago
  65. 22d3900 docs: add notes for readline, readlines, writelines, IOBase by Chris Liechti · 6 years ago
  66. 8e45873 fix: compare only of the same type in list_ports_common.ListPortInfo by Chris Liechti · 6 years ago
  67. 27b7c8b Merge pull request #290 from jabdoa2/low_latency_mode by zsquareplusc · 6 years ago
  68. 1b2658a option for low latency mode on linux by Jan Kantert · 6 years ago
  69. bafd196 Merge pull request #335 from dhoomakethu/master by zsquareplusc · 6 years ago
  70. b178d12 Merge branch 'master' into 326-miniterm.py-exclusive-access by zsquareplusc · 6 years ago
  71. 5d5bf26 Merge pull request #324 from carlosperate/fix_miniterm_menu_exit by zsquareplusc · 6 years ago
  72. e74c67a Merge pull request #315 from kurtmckee/use-absolute-imports by zsquareplusc · 6 years ago
  73. 4a32be2 Merge pull request #305 from Mispel/master by zsquareplusc · 6 years ago
  74. 2f57d7d win32: do not check for links in serial.tools.list_ports by Chris Liechti · 6 years ago
  75. 49f1993 style: quotes by Chris Liechti · 7 years ago
  76. f0cde5f fix: remove default parameter now that os.path.basename is called by Chris Liechti · 7 years ago
  77. 24691e7 Add support exar usb-serial ports by dhoomakethu · 6 years ago
  78. 9c05535 miniterm.py: use exclusive access for native serial ports by default by Sascha Silbe · 6 years ago
  79. 52bfe35 Fix miniterm constructor exit_character and menu_character by Carlos · 6 years ago
  80. 057387c Use absolute import everywhere by Kurt McKee · 6 years ago
  81. ee70f44 return b'' when connection closes on rfc2217 connection by MANU · 6 years ago
  82. 92d1016 Merge pull request #263 from BrendanSimon/list_port_name by zsquareplusc · 7 years ago
  83. fac1c13 miniterm: use !r format instead of repr() by Chris Liechti · 7 years ago
  84. a572638 posix: fix PosixPollSerial with timeout=None and add cancel support by Chris Liechti · 7 years ago
  85. 48504f7 list_ports: set default `name` attribute by Brendan Simon · 7 years ago
  86. c54c81d chore: release 3.4 by Chris Liechti · 7 years ago
  87. 8b0eaf2 miniterm: workaround for non ASCII port descriptions by Chris Liechti · 7 years ago
  88. 45c6f22 miniterm: refactor key handler and extend suspend function by Chris Liechti · 7 years ago
  89. 9c32628 posix: allow calling cancel functions w/o error if port is closed by Chris Liechti · 7 years ago
  90. ae59fd0 miniterm: reconnect in a loop handling errors, exit key by Chris Liechti · 7 years ago
  91. a73b96b miniterm: add suspend function (quickly close/reopen ports) by Chris Liechti · 7 years ago
  92. 48a5ce1 serial: SerialBase with is idempotent by Guillaume Galeazzi · 7 years ago
  93. 13c8f6d feat(list_ports): add interface num to location on win32 by Chris Liechti · 7 years ago
  94. cfea7d0 Merge pull request #141 from eliotb/list_ports_interfaces by zsquareplusc · 7 years ago
  95. 6c353f0 Added query also for &MI_xx parameter from HardwareID string by Sorin Ciorceri · 7 years ago
  96. fc1bf5a socket: sync error handling with posix version by Chris Liechti · 7 years ago
  97. 1c8dbee posix: fix syntax errror by Chris Liechti · 7 years ago
  98. fc70fd7 posix: timeout only applies to blocking I/O by Chris Liechti · 7 years ago
  99. 10d79d9 posix: ignore more blocking errors and EINTR in write just as in read by Chris Liechti · 7 years ago
  100. 17660ee posix: ignore more blocking errors and EINTR also for python 2.7 by Chris Liechti · 7 years ago