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 How to monitor a GPIO port? (Read 1043 times)
arduino1
Junior Member
**
Offline


Posts: 75
Joined: Feb 12th, 2015
How to monitor a GPIO port?
Nov 28th, 2020 at 9:46am
Print Post  
I had asked similar question a month ago, and there was some answer, but that thread had been removed from the forum.
Some workaround using the serial debugger was mentioned, but that post seems to be deleted.

My question is:
Is there a way to monitor a GPIO port, not just a com port?
  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2145
Joined: Feb 13th, 2019
Re: How to monitor a GPIO port?
Reply #1 - Nov 28th, 2020 at 1:54pm
Print Post  
The Digital and Analog Pins can be monitored using the Serial Debugger, which works at pin level.

There are options on the vMicro > Debugger > Monitor Digital / Analog Pins which can be enabled to show this.

Alternatively additional parameters are available to add into the breakpoint expressions:

Docs: https://www.visualmicro.com/page/User-Guide.aspx?doc=Working-With-Breakpoints-Wh...
Demo in Video:https://www.youtube.com/watch?v=ZLyeNp7Wfvg
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint