-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to connect more than two devices at the same time? #207
Comments
I found that there is no error with this code order, Is it okay to execute code in a certain order?:
I tried to connect three android devices at the same time, I found that it can only be executed in the following code sequence without error:
From the above phenomenon, it seems that there is no correlation with the order of COM ports. I am very confused. @JeffLIrion Could you help me solve this problem?o(╥﹏╥)o |
Bro, have you solved this problem? |
I havent solved it. But I found that the code can run normally like this:
It seems that all AdbDeviceUsb objects need to be created first, and then connect them, so that no error will be reported. |
Creating two AdbDeviceUsb objects with different SNs will report an error:
The text was updated successfully, but these errors were encountered: