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.Print truncated (Read 5239 times)
Bryan
Junior Member
**
Offline


Posts: 58
Location: Canada
Joined: Sep 8th, 2012
Serial.Print truncated
Dec 2nd, 2012 at 8:54pm
Print Post  
VM:

When using Serial.Print the last character is truncated in the Serial window.

http://sdrv.ms/TAmK7Q
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Serial.Print truncated
Reply #1 - Dec 2nd, 2012 at 9:26pm
Print Post  
Try a serial.println() instead of a print. 
It looks like the system that strips the debug messages from the inbound stream is causing that. 
The serial reader, when shared with the debugger, works better with line terminators
  
Back to top
IP Logged
 
Bryan
Junior Member
**
Offline


Posts: 58
Location: Canada
Joined: Sep 8th, 2012
Re: Serial.Print truncated
Reply #2 - Dec 2nd, 2012 at 9:38pm
Print Post  
Thanks, that did the trick
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint