在附件模式下可以看到android设备的数据吗??
in my opinion what we need
1. USB hub
2. android phone(which work with accessory mode)
3. Arduino Mega ADk
4. USB cables first for android device and second for USB hub to PC
Connection
1.connect hub with Arduino ADK (where we have connect android device)
2.connect android device with hub(Via usb cable)
3.connect hub with PC(via usb cable)我做了所有的事情,但我的电脑没有检测到Android设备
如有任何建议,将不胜感激
发布于 2012-11-22 22:22:26
当您的Android设备连接到Mega ADK板时,它将不会被检测到。原因是PC和Mega ADK都将充当USB主机,因此一次只能连接一个。
如果你想调试并且想要查看logcat的输出,那么你可以使用ADB Wireless app。
https://stackoverflow.com/questions/13514172
复制相似问题