gpt4 book ai didi

arduino - Arduino Mega ADK 2560 与三星 Galaxy S2 之间的 USB 通信

转载 作者:行者123 更新时间:2023-12-02 02:20:20 26 4
gpt4 key购买 nike

我尝试在 Arduino Mega ADK 2560(有两种类型,我使用的是带有两个 USB 端口的)和版本 2.3.5(定制版本)的三星 Galaxy S2 之间提供 USB 通信。然而,当我尝试 Arduino 网站上给出的 demokit 代码时,我总是收到一个错误,即 error 5 : Device descriptor cannot be retrieved。再试一次。

Demokit 代码包括;

AndroidAccessory acc("Google, Inc.",
"DemoKit",
"DemoKit Arduino Board",
"1.0",
"http://www.android.com",
"0000000012345678");

acc.powerOn();
acc.isConnected(); ---error occurs here!

最佳答案

该行不应该有错误,但是 acc.powerOn() 肯定会抛出错误;这个功能是私有(private)的。使用 begin(),而不是 powerOn()。一个引用另一个。

关于arduino - Arduino Mega ADK 2560 与三星 Galaxy S2 之间的 USB 通信,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8578043/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com