Bash, serial I/O and Arduino

后端 未结 10 2364
眼角桃花
眼角桃花 2020-12-23 18:53

So, I\'m in a bit over my head, and I feel like I\'m very close to a solution, but it\'s just not working quite yet. Here\'s my situation:

I\'m working with an Ardui

10条回答
  •  孤城傲影
    2020-12-23 19:16

    Check to see if sending data to / receiving data from the Arduino unit is working by using a different app such as Cornflake (serial terminal for Mac OS X) - instead of using the Arduino IDE & the Serial Monitor.

    In addition, you may want to check out if you could benefit from switching to Xcode (in terms of debugging features, etc.).

    See: Setting up Xcode to Compile & Upload to an Arduino ATMega328 (Duemilanove)

提交回复
热议问题