Uh oh!
There was an error while loading. Please reload this page.
ADB over serial port support. serial=/dev/ttyS1,115200 - #178
Conversation
googlebot
commented
May 27, 2020
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
JeffLIrion
commented
Jun 20, 2020
You're welcome to submit a pull request to the adb-shell repo. If you'd like to do so, please follow the existing docentation style (numpydoc style), add tests for this serial transport, and create a subclass of |
Add support to connect to ADB over serial port.
Adds pySerial as a dependency.
Usage is as simple as
In the case the baudrate is not specified, default is 115200.
ttyis the keyword that triggers theSerialHandlerinstead of the Usb or Tcp ones.