USB 通信 Android Phone 到 Android 事物
Usb Communication Android Phone to Android Things
我正在尝试设置 USB 串行通信 Android phone 到 Raspberry Pi加载了Android东西(USB OTG数据线)。
- 我正在使用 OTG 电缆连接到 Raspberry Pi,使我的 Android phone 宿主
- 我明白如何使用AndroidUSB主机API然而它是另一面,即[=17上的代码=]Android 事情 Raspberry Pi 我不知道该怎么办。
Android Things Raspberry Pi 上的代码必须是什么才能接收和响应 USB来自主机的串行通信Androidphone?如果可能的话,您能否提供一个代码示例,说明如何对读取命令做出反应,然后将特定信息(比如简单的字符串)提供回 phone.
Raspberry Pi 3B不能作为USB从设备,只能作为USB主机。
一些参考资料:
- Pi as a USB client
- Using USB as a slave
- Raspberry pi 3 as USB device 以及 Internet 上的许多其他内容。
然而,RPi 3B 有 another capability 你可能会感兴趣,但老实说,我不确定 Android Things支持
我正在尝试设置 USB 串行通信 Android phone 到 Raspberry Pi加载了Android东西(USB OTG数据线)。
- 我正在使用 OTG 电缆连接到 Raspberry Pi,使我的 Android phone 宿主
- 我明白如何使用AndroidUSB主机API然而它是另一面,即[=17上的代码=]Android 事情 Raspberry Pi 我不知道该怎么办。
Android Things Raspberry Pi 上的代码必须是什么才能接收和响应 USB来自主机的串行通信Androidphone?如果可能的话,您能否提供一个代码示例,说明如何对读取命令做出反应,然后将特定信息(比如简单的字符串)提供回 phone.
Raspberry Pi 3B不能作为USB从设备,只能作为USB主机。
一些参考资料:
- Pi as a USB client
- Using USB as a slave
- Raspberry pi 3 as USB device 以及 Internet 上的许多其他内容。
然而,RPi 3B 有 another capability 你可能会感兴趣,但老实说,我不确定 Android Things支持