ADB over serial port support. serial=/dev/ttyS1,115200 by lsd-cat · Pull Request #178 · google/python-adb · GitHub
Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

ADB over serial port support. serial=/dev/ttyS1,115200#178

Open
lsd-cat wants to merge 1 commit into
google:masterfrom
lsd-cat:serial_port_support
Open

ADB over serial port support. serial=/dev/ttyS1,115200#178
lsd-cat wants to merge 1 commit into
google:masterfrom
lsd-cat:serial_port_support

Conversation

@lsd-cat

@lsd-cat lsd-cat commented May 27, 2020

Copy link
Copy Markdown

Add support to connect to ADB over serial port.
Adds pySerial as a dependency.

Usage is as simple as

device.ConnectDevice(port_path=None, serial="/dev/ttyS11,115200")

In the case the baudrate is not specified, default is 115200.
tty is the keyword that triggers the SerialHandler instead of the Usb or Tcp ones.

@googlebot

Copy link
Copy Markdown

@JeffLIrion

Copy link
Copy Markdown
Contributor

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants