John-Ove
Newbie level 4
Hi all,
I am having some issues with the output_b() function.
I program the PIC 16F877A with output_b(255) which should put all port b pins on high level.
I tried 3 different PIC 16f877A and all of them had B3/PGM at low level.
I also tried the set_tris_b(0x00) before the output_b() method.
I have not used #use_fast_io() --> Is that something I would need?
John-Ove
I am having some issues with the output_b() function.
I program the PIC 16F877A with output_b(255) which should put all port b pins on high level.
I tried 3 different PIC 16f877A and all of them had B3/PGM at low level.
I also tried the set_tris_b(0x00) before the output_b() method.
I have not used #use_fast_io() --> Is that something I would need?
John-Ove