1

我正在尝试使用 Macbook Air 为 Arduino 开发。我购买了带有 POE 模块的 Arduino 以太网。唯一的输入是 RJ-45 和电源适配器。我正在使用 Apple USB 以太网适配器、Cat 5e 电缆和 9V 300Ma 电源适配器。当我启动 IDE 时,唯一显示的端口是“蓝牙”端口。Arduino 确实有能力,所以我知道这块板并不完全是 DOA。我看不到任何支持在 Macbook Air 上开发 Arduino 或 Arduino 以太网。我意识到我可以使用 Arduino Uno + Arduino Shield 来实现这一点,但我想使用 POE。

当我运行时:

    ls /dev/tty.* 

我只返回蓝牙端口。这是在 10.7.4 上。

有没有人有在 Macbook Air 上开发 Arduino 以太网和/或 Arduino 的经验?

4

1 回答 1

1

您的开发板有一个串行编程接口。

The 6-pin serial programming header is compatible with the USB Serial adapter and also
with the FTDI USB cables or with Sparkfun and Adafruit FTDI-style basic USB-to-serial
breakout boards. 

例如,您需要其中之一来对其进行编程。

于 2012-06-23T18:07:09.290 回答