【问题标题】:Communicate android through arduino通过 arduino 与 android 通信
【发布时间】:2026-02-20 14:30:01
【问题描述】:

谁能告诉我如何通过 arduino 与 android 通信。就像我们知道的那样,我们可以将任何 char 从 android 发送到 arduino。但我的想法是将任何 char 从 arduino 的串行监视器传输到 android。这可能吗?

【问题讨论】:

    标签: arduino-uno


    【解决方案1】:

    Android 确实有与 USB 设备接口的规定,为此您需要将设备设置为 USB HOST

    更多信息可以看这里的解释:https://*.com/a/11194427/14002303

    【讨论】: