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 Digital Pin Values Not Updating (Read 954 times)
Bob Jones
Full Member
***
Offline


Posts: 210
Location: Bellingham, WA
Joined: Dec 4th, 2015
Digital Pin Values Not Updating
Nov 13th, 2018 at 11:22pm
Print Post  
The Digital Pins display is showing up with the correct number of red pins for the current board; however their values never get updated. They just stay red not matter what happens. This is true across all sketches I have tested.

Is there some setting that will cause them not to update?
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Digital Pin Values Not Updating
Reply #1 - Nov 14th, 2018 at 10:43am
Print Post  
They are updated at start of the loop so maybe you never get there.

You can also force the display update by using the special break point variables such as {@ReportDigital}
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint