In SX Microcontrollers, SX/B Compiler and SX-Key Tool, John Kauffman wrote:
[3]WATCHing a pin with SX/B (Without using a variable)[/3]
[3] [/3]
[3]Is there a way during debug mode to WATCH the value of a pin directly, that is without putting it into a variable?[/3]
[3] [/3]
[3]Following code works:[/3]
[3] [/3]
[3]'----------------------------------------------------[/3]
[3]' VARs DECLARATIONS[/3]
[3]MyButton var Bit[/3]
[3]Watch MyButton,1,UBIN[/3]
[3] [/3]
[3]Following code won't compile because "The symbol <rb> is not defined"[/3]
[3] [/3]
[3]'----------------------------------------------------[/3]
[3]' VARs DECLARATIONS[/3]
[3]Watch RB.3,1,UBIN[/3]
[3] [/3]
[3]Thanks[/3]
---------- End of Message ----------
You can view the post on-line at:
http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=146184
Need assistance? Send an email to the Forum Administrator at forumadmin@parallax.com
The Parallax Forums are powered by dotNetBB Forums, copyright 2002-2006 (http://www.dotNetBB.com)