Search found 3 matches

by limbonic
Tue Mar 19, 2013 6:42 pm
Forum: E-blocks
Topic: Problem with lcd and ports.
Replies: 4
Views: 4285

Re: Problem with lcd and ports.

I try everything. I dont find what is going wrong. Anyone that can help me?
by limbonic
Tue Mar 19, 2013 10:45 am
Forum: E-blocks
Topic: Problem with lcd and ports.
Replies: 4
Views: 4285

Re: Problem with lcd and ports.

Sorry, i make a mistake and upload the wrong code. The eblocks that i buy has an 16F88 onboard and in this device i try PORTA. But i have also a PIC16F877a and with this PIC i try every other port. I changed the configuration bits of course and the include and list directive for the PIC16F877a, but ...
by limbonic
Tue Mar 19, 2013 10:28 am
Forum: E-blocks
Topic: Problem with lcd and ports.
Replies: 4
Views: 4285

Problem with lcd and ports.

Hello, I use this code from PICmicros cd to interface an LCD. The code is written for PORTB but i want to change to PORTC. I make the suitable changes like initialiase PORTC in the start for output etc. but the code doesn't work. I also try all the other ports with no success, only in PORTB is worki...