View Full Version : Serial Monitor not showing any updates
missaghi
11-06-2012, 05:14 PM
I'm running on windows with the update 6 from the kickstarter page.
I'm able to run sketches and it auto-reboots but I need a way to debug and the serial monitor is always blank. Testing with this sketch:
void setup() {
Serial.begin(38400);
}
void loop()
{
Serial.println("Hello World");
delay(1000);
}
1819
t3andy
11-06-2012, 05:26 PM
Have you checked under IDE tools and is your serial comport checked?
missaghi
11-06-2012, 05:43 PM
Have you checked under IDE tools and is your serial comport checked?
What are the IDE tools?
I have Com3 selected wich is the same port that i program the teensy on. You can see that indicated int he screenshots.
t3andy
11-06-2012, 05:55 PM
Under the "tools" menu in the IDE, it allows you to select the serial port. Sometimes your comport might get un-checked cause no serial monitor output.
pixelk
11-06-2012, 07:28 PM
And 38400 seems like a weird speed, tried with 9600 ?
indraastra
11-06-2012, 07:30 PM
Try what pixelk suggests (9600 baud) and also see if there are other com ports available. I had a similar issue (http://forum.pjrc.com/threads/25-Serial-data-not-being-transferred) that was resolved by switching to COM4, even though the program uploaded and the Teensy rebooted on COM3 just fine, somehow...
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.