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 Debugger : problem of type (Read 1908 times)
Alain Bideberry
Newbies
*
Offline


Posts: 1
Joined: Apr 6th, 2015
Debugger : problem of type
Apr 6th, 2015 at 4:32pm
Print Post  
In the debugger when I change the value of a variable of type "byte" or "unsigned char" or "char" the value transmitted to the arduino card  is the ascii code of this value. Example: I want to set the variable m to the value 3. On the serial Monitor we can see the value 51, not 3.
To see the correct value I must change the type to "int". I need to work with a 1 byte value. Where is the problem ?
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint