Reputation: 704
Can we get the list of devices connected to android device from adb shell.
Upvotes: 1
Views: 3665
Reputation: 51847
Since it's unix based, you should be able to try:
ls /dev/tty.*
or
ls /dev/cu.*
Also, I haven't tried myself yet, but the Android Open Accessory Development Kit sounds useful.
Upvotes: 1