Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Serial Monitor not working (Read 5348 times)
Steve Falcon
Newbies
*
Offline


Posts: 2
Joined: Apr 3rd, 2013
Serial Monitor not working
Apr 12th, 2013 at 4:05am
Print Post  
In my code I'm writing to Serial, but nothing shows up on the serial monitor except "Port open". The same code works properly on the Arduino IDE. I believe I have debugging turned off completely, and I'm running a release build.

Any ideas?
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Serial Monitor not working
Reply #1 - Apr 12th, 2013 at 3:57pm
Print Post  
Hi,

The current system does not display serial output until it received a line break.

Add a Serial.println(""); to your code or use println() instead of Serial.print()

Thanks
  
Back to top
WWW  
IP Logged
 
Steve Falcon
Newbies
*
Offline


Posts: 2
Joined: Apr 3rd, 2013
Re: Serial Monitor not working
Reply #2 - Apr 13th, 2013 at 3:12pm
Print Post  
Thanks Tim, that gets me going.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint