debutpic
Member level 4

Hello all
With proteus VSM,in debug mode (step by step)
I have the next code
dim BP_config as PORTE.0
dim BP_mes as PORTE.1
Main:
If BP_config=0 Then Config_encoder
If BP_mes=0 Then Main
Goto Main
---------------------------------
------------------------------------
how to force the input E.0 or E.1 with zero for to leave the test
can't modify the level of registers TRISE
With proteus VSM,in debug mode (step by step)
I have the next code
dim BP_config as PORTE.0
dim BP_mes as PORTE.1
Main:
If BP_config=0 Then Config_encoder
If BP_mes=0 Then Main
Goto Main
---------------------------------
------------------------------------
how to force the input E.0 or E.1 with zero for to leave the test
can't modify the level of registers TRISE