index
:
delta/python-packages/pyserial-git.git
518-osx-workaround
gh-pages
issue-154
master
github.com: pyserial/pyserial.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
serial
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat(miniterm): handle SIGINT on POSIX
Chris Liechti
2021-10-02
1
-11
/
+21
*
Merge pull request #584 from luzpaz/typos
zsquareplusc
2021-10-02
5
-6
/
+6
|
\
|
*
Fix misc. documentation and source comment typos
luz paz
2021-05-14
5
-6
/
+6
*
|
feat(list_ports): add gadget serial ports ttyGS*
Chris Liechti
2021-10-02
1
-0
/
+2
*
|
Merge pull request #496 from ckielstra/master
zsquareplusc
2021-10-02
1
-3
/
+10
|
\
\
|
*
|
Add support for setting a custom baudrate on the MIPS platform
ckielstra
2021-02-25
1
-3
/
+10
*
|
|
Merge pull request #587 from Finwood/master
zsquareplusc
2021-10-01
1
-1
/
+2
|
\
\
\
|
*
|
|
Redirect Minicom's Port Prompt to stderr
Lasse Fröhner
2021-06-10
1
-1
/
+2
*
|
|
|
Fix duplicate comports listed with list_ports(include_links=True)
Madis Martin Lutter
2021-09-03
2
-24
/
+25
|
/
/
/
*
|
|
spy: option to write to log instead of file/stdout
Chris Liechti
2021-05-23
1
-0
/
+47
|
|
/
|
/
|
*
|
miniterm: make integration easier, add serial_instance argument
Chris Liechti
2021-05-14
1
-3
/
+3
*
|
miniterm: fix escapes, F'keys on win32
Chris Liechti
2021-05-14
1
-10
/
+10
*
|
docs: remove backslash in docs
Chris Liechti
2021-05-14
1
-1
/
+1
*
|
docs: fix typos
Pierre Grimaud
2021-04-19
1
-1
/
+1
|
/
*
chore: release 3.5
v3.5
Chris Liechti
2020-11-23
1
-1
/
+1
*
spy: ensure bytes in write()
Chris Liechti
2020-11-23
1
-0
/
+2
*
Merge pull request #540 from henzef/patch-1
zsquareplusc
2020-11-19
1
-21
/
+43
|
\
|
*
serialposix: Fix inconstent state after exception in open()
Fabian Henze
2020-11-04
1
-21
/
+43
*
|
Merge pull request #546 from chairman888/545-osx-use-iousbhostdevice-instead
zsquareplusc
2020-11-19
1
-1
/
+5
|
\
\
|
*
|
implement patch from oskay
Byron Han
2020-11-17
1
-1
/
+5
|
|
/
*
|
fix issue 509 - kIOMasterPortDefault no longer exported on Big Sur, but can h...
Byron Han
2020-11-13
1
-1
/
+2
|
/
*
Fix exception for composite serial number search on Windows
Jeff Rowberg
2020-09-30
1
-7
/
+16
*
chore: beta release 3.5b0
v3.5b0
Chris Liechti
2020-09-21
1
-1
/
+1
*
setup: change entry points, update classifiers
Chris Liechti
2020-09-21
1
-0
/
+3
*
Merge pull request #495 from johannesacco/master
zsquareplusc
2020-09-21
1
-1
/
+1
|
\
|
*
Correct "interface" property on Linux hosts
Johannes Carlsson
2020-03-30
1
-1
/
+1
*
|
list_ports_linux: change debug code in main
Chris Liechti
2020-09-21
1
-2
/
+2
*
|
docs: update copyright, notes, changelog
Chris Liechti
2020-09-21
6
-6
/
+6
*
|
miniterm: add CTRL+T Q as alternative to exit
Chris Liechti
2020-09-16
1
-2
/
+4
*
|
list_ports: use hardcoded path to library on osx
Chris Liechti
2020-09-16
1
-3
/
+2
*
|
loop: add out_waiting
Chris Liechti
2020-09-14
1
-0
/
+11
*
|
win32: extend RS485 error messages
Chris Liechti
2020-09-14
1
-5
/
+5
*
|
miniterm: fix double use of CTRL-T + s
Chris Liechti
2020-09-14
1
-1
/
+1
*
|
Merge pull request #351 from cefn/master
zsquareplusc
2020-09-14
1
-2
/
+54
|
\
\
|
*
|
Manually wrap comment. Add note of Windows 10 compatibility.
Cefn Hoile
2018-06-08
1
-1
/
+2
|
*
|
Remove spurious newline
Cefn Hoile
2018-06-08
1
-1
/
+0
|
*
|
Added extra codes from miniterm_mpy.py and finalised setconsolemode shenanigans.
Cefn Hoile
2018-06-08
1
-14
/
+40
|
*
|
First proven version with minimal nav keys
Cefn Hoile
2018-06-08
1
-1
/
+27
*
|
|
Merge pull request #519 from tim-nordell-nimbelink/master
zsquareplusc
2020-09-14
1
-2
/
+9
|
\
\
\
|
*
|
|
linux: Fix custom baud rate to not temporarily set 38400 baud rates
Tim Nordell
2020-08-21
1
-2
/
+9
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #494 from kalvdans/dont-catch-our-own-exception
zsquareplusc
2020-09-14
1
-10
/
+12
|
\
\
\
|
*
|
|
Don't catch the SerialException we just raised
Christian Häggström
2020-03-30
1
-10
/
+12
|
|
/
/
*
|
|
refactor: raise new instances for PortNotOpenError and SerialTimeoutException
Chris Liechti
2020-09-14
9
-100
/
+102
|
/
/
*
|
Merge pull request #411 from Flameeyes/master
zsquareplusc
2019-08-13
1
-0
/
+258
|
\
\
|
*
|
Add a backend for Silicon Labs CP2110/4 HID-to-UART bridge.
Diego Elio Pettenò
2019-02-08
1
-0
/
+258
*
|
|
Merge pull request #371 from keelung-yang/master
zsquareplusc
2019-08-13
1
-1
/
+1
|
\
\
\
|
*
|
|
Use self._port to determine port instance
zsquareplusc
2019-02-11
1
-1
/
+1
|
*
|
|
Don't open port if self.port is not set while entering context manager
Keelung Yang
2018-07-26
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #367 from klanmiko/mac_break_ioctl
zsquareplusc
2019-08-13
2
-10
/
+35
|
\
\
\
|
*
|
|
move _update_break_state to platform specific base
Kaelan Mikowicz
2018-07-16
1
-9
/
+9
[next]