Beginner Question
kimrobinson
Posts: 1
I'm a biology teacher that's been corralled to to teach about robots. I just opened the box and am using Mac OS 10.11.
I'm trying to figure out how to use the Shield Bot. I downloaded the Arduino IDE software. And started the first activity but I don't get anything like a Serial Monitor Window. I know the diagram is from Windows but I was told I could use Mac as well.
What am I missing?
Thanks.
I'm trying to figure out how to use the Shield Bot. I downloaded the Arduino IDE software. And started the first activity but I don't get anything like a Serial Monitor Window. I know the diagram is from Windows but I was told I could use Mac as well.
What am I missing?
Thanks.
Comments
http://learn.parallax.com/tutorials/robot/shield-bot/robotics-board-education-shield-arduino
Are you getting any sort of error when you start the serial console window? If so, please post what you see.
In the Arduino IDE, what is listed under Tools->Port?
You should see something like /dev/cu.usbmodem1411(Arduino/Genuino Uno).
If this exists, be sure to select it.
Also, under Applications, start the Mac OS Console and click on All Messages under System Log Queries. See if there are any errors listed related to the serial connection to your Arduino board (Uno I presume).
There is a slim possibility that you might have to instal an FTDI driver, but should not be needed.
Cheers,
Jon