A newbies lament:
I'm a "paper engineer", and find myself having to make something real happen at last, and fast.
I'm part of a class at the university of washington that's building a sounding rocket for a competition. We are using the Arduino board to read information from a perfect flite MAWD altimeter (spits out ascii) to an arduino for some math and PWM output (we will be driving a stepper motor).
My initial goal is go get Arduino to listen the MAWD. As a preliminary step, I am just trying to get Arduino recognize keyboard input asynchronously. I thought I could use ladyada's "goodnight moon" example for newsoftserial as a start.
Unfortunately, I find that while in the IDE (in monitor mode), I can hear her "goodnight moon" input, I cannot hear the newsoftserial output (i.e. the "hello world"), despite redirecting the output pins to 0, and 1 (i.e. the same as the built in serial).
I'm sure part of this is simple newbie fumbling. I did a couple of tutorials on blinking/ramping leds, and now am crashing into this.
Any constructive suggestions and/or directions by this community would be most appreciated.
Many thanks,
Bob