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 strange serial message (Read 2162 times)
mikey
Junior Member
**
Offline


Posts: 17
Joined: Jun 26th, 2015
strange serial message
Jun 30th, 2015 at 9:10pm
Print Post  
Debug on
Opening port
Debug on
Port open
VMDPV_1|1_V

any thoughts?
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12163
Location: United Kingdom
Joined: Apr 10th, 2010
Re: strange serial message
Reply #1 - Jun 30th, 2015 at 10:05pm
Print Post  
Hi,

This means you have "Debug" enabled on the tool bar.

When debug starts it sends a "hello" to the pc. In this case either the arduino or the pc has corrupted the message. 

In its default state the debugger shares Serial with your sketch code. Therefore it is encountrs any data it doesn't understand it outputs it to the serial monitor because it could quite easily be the result of your own Serial.print() statement. but in this case of course it is not your code printing the message.

You can ignore it or look into why the board is having a problem sending a serial message or switch the toolbar to "Release" and re-upload.

Some arduinos do have problems sending the first serial message. which is really the reason for the "hello". You should find debugger breakpoints work okay.
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint