投稿

10月, 2016の投稿を表示しています

2016.10.14 Arduino

イメージ
Arduino UNO+MATLABでLEDを光らせてみた。 >>writePWMVoltage(a, 'D11', 5)  と入力すると光るんだけど、そのあと以下のようなエラーが出てしまう。 The host and client connection is lost. Make sure the board is plugged in and/or recreate arduino and its related objects. ググってみると、解決策出現。 いちどarduino objectをクリアし、コネクタを抜いた後に再度つなぐとうまく動いた。