EcoRenovator  

Go Back   EcoRenovator > Improvements > Conservation
Advanced Search
 


Blog 60+ Home Energy Saving Tips Recent Posts


 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old 02-10-13, 05:21 PM   #9
AC_Hacker
Supreme EcoRenovator
 
AC_Hacker's Avatar
 
Join Date: Mar 2009
Location: Portland, OR
Posts: 4,004
Thanks: 303
Thanked 723 Times in 534 Posts
Default Project Progress...

I was successfully able to run the Teensy "Blink Both" hex examples.

I was also able to make the Arduino "Blink" example run.

I tried different pins, changing code for each different pin, to get the feel of that.

So, I want to be able to get the Teensy to be able to print information out from the Serial Monitor.

I found a dead simple Teensy example on the Teensy site that is called "Tutorial 3: Serial Monitor & Input"

So from that page I cut the code...
Code:
void setup()   {                
  Serial.begin(38400);
}

void loop()                     
{
  Serial.println("Hello World");
  delay(1000);
}
...and pasted it into an Arduino sketch.

But compiling and running running the code did not result in my being able to see the Teensy output anything...

So after trying everything I could think of, even burning a candle to the saints (which did calm my nerves), but nothing more. So, out of despiration, I posted a message to the Teensy Forum and quicker than I could say, "this thing will never work", I had an answer...

Turns out that I needed to change a default on the Serial menu...


... and once that was done, the Teensy was more than happy to talk to me.


Road block removed... progress continues.

Best,

-AC_Hacker
Attached Thumbnails
Click image for larger version

Name:	keyboard+mouse+joystick.jpg
Views:	2040
Size:	81.5 KB
ID:	3001   Click image for larger version

Name:	hello world.jpg
Views:	1890
Size:	26.0 KB
ID:	3002  
__________________
I'm not an HVAC technician. In fact, I'm barely even a hacker...

Last edited by AC_Hacker; 02-10-13 at 05:26 PM..
AC_Hacker is offline   Reply With Quote
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 03:38 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Ad Management by RedTyger
Inactive Reminders By Icora Web Design