Page 1 of 1

no I/O on VLCD PIC16F946

Posted: Fri Mar 12, 2010 11:38 am
by dannyvanneijenhoff
Hello
I don't get the C0_VLCD1, C1_VLCD2 and C2_VLCD3 ports working as ouput on the PIC16F946, they do nothing (only 0V).
C3 an C4 and all Input/output and PWM, and other functions are working fine.
Maybe i forget to change something somewhere, if someone has a suggestion, thanks.
Best Regards, Danny

Re: no I/O on VLCD PIC16F946

Posted: Fri Mar 12, 2010 2:55 pm
by Benj
Hello Danny

Please add a C code icon to the very start of your main macro and add the following line of C.

lcdcon = 0x00;

Hopefully this should allow the pins to work.

Let me know how you get on and I will add this fix to the next update of Flowcode.

Re: no I/O on VLCD PIC16F946

Posted: Wed Sep 29, 2010 8:18 am
by dannyvanneijenhoff
Hello Ben
Sorry for the late reply :oops: ,
this worked fine.
thanks for the fast support.