11月 132012
<< Raspberry Pi + Firmata + Arduino Duemillanoveのバグを直した || Raspberry PiでRuby/Arduino/Twitter/webcam >>
Raspberry Piにはraspbianを入れてある。
まずシリアルデバイスが認識されてないので
sudo apt-get install libusb-devで /dev/ttyACM0 が出るけど通信できない。Macだとできるのだが・・
RubyのSerialPort gemで通信するとエラーがでる
Input/output error - /dev/ttyACM0
開発ツールを入れてみた
sudo apt-get install binutils-msp430 mspdebug gcc-msp430mspgccとmspdebugを使った開発、このへんはできた
橋本商会 » MacにMSP430 LaunchPadの開発環境入れて、LEDピコピコさせた
シリアルポートで通信できないのが悲しいなあ