【发布时间】:2013-07-01 23:04:13
【问题描述】:
我想控制一个通过 USB 连接到我的安卓手机的物理设备。在这里,物理设备是指可以通过 USB 连接到我的 android 设备的任何设备(如相机、PC 等)。我想从我的手机控制这个设备。 有可能吗?
提前致谢
【问题讨论】:
我想控制一个通过 USB 连接到我的安卓手机的物理设备。在这里,物理设备是指可以通过 USB 连接到我的 android 设备的任何设备(如相机、PC 等)。我想从我的手机控制这个设备。 有可能吗?
提前致谢
【问题讨论】:
是的,您可以通过 OTG 电缆控制设备。
见this链接
【讨论】:
Yes i have this question as well i tried to find the solution,Yes it is possible
do the following...
1 - Android USB drivers must be installed on your desktop
2 - USB Debugging must be enabled on your Android device
3 - Your firewall should authorize adb.exe and BirdieSync.exe
4 - Use the latest version of BirdieSync
If u need more information visit this site it will help you...
http://www.birdiesync.com/my-android-device-cannot-connect-over-usb
【讨论】:
是的,这在某种程度上是可能的。如果您能够控制 RS232 到 USB 转换器,例如 PL2303(您在市场上获得的普通转换器),那么您将能够做很多事情。为此,您需要一个支持 USB 主机的设备,然后您可以查看我已经测试过的 PL2303 test project,并且可以说效果很好。您可以将其用作控制 USB 端口的起点。此解决方案适用于 RS232 兼容设备,您可以使用微控制器轻松适应某些电子设备。
【讨论】:
从这里运行 adb_win http://smart-dog.appspot.com/download/ADB_WIN.zip 并使用tightvnc 查看器连接到它。 它对我有用
【讨论】: