Search found 2 matches

by lordgarth6
Sat May 03, 2014 3:21 pm
Forum: E-blocks
Topic: EB083 LCD Programming Problem
Replies: 3
Views: 4405

Re: EB083 LCD Programming Problem

Benj wrote:Hello,

Flowcode automatically adds these commands to the start of main for the 16F1937 device to setup all the I/O into digital mode, maybe adding these to your program would help.

Code: Select all

ansela = 0x00;
anselb = 0x00;
anseld = 0x00;
ansele = 0x00;

option_reg = 0xC0;

perfect cheers
by lordgarth6
Fri Apr 18, 2014 2:45 am
Forum: E-blocks
Topic: EB083 LCD Programming Problem
Replies: 3
Views: 4405

EB083 LCD Programming Problem

Hello, i am using the eb083 combo/development board, all parts are function using the testing Hex files provide by matrix, but when i come to program the LCD alone it will not work with my code when using a PIC16F1937 but it does when using a PIC16F877A. the same code using the PIC16F1937 works with...