0

我正在构建一个带有 Arduino 串行连接的 Chrome 打包应用程序。类似于Erik Kay 和 Mihai Parparita在最新的Google I/OChrome 应用程序的下一次进化中展示的内容。

我在OS X 10.8 (Mountain Lion)上使用最新的Canary 版本(23.0.1254.0 )。

但是,“chrome”对象缺少“serial”成员。

4

2 回答 2

2

manifest.json 中缺少“串行”权限:

  "permissions": ["serial"]
于 2012-09-02T14:32:38.877 回答
0

我已经成功地从一个旨在与 arduino 一起使用的打包插件连接到串行,但是编译代码需要一个服务器。

然后Chrome插件就在这里:

https://github.com/DecodedCo/ArduinoInTheBrowser

于 2015-06-24T15:05:38.550 回答