Author |
Message |
Topic: Old version kbd.c |
dromero
Replies: 4
Views: 6198
|
Forum: General CCS C Discussion Posted: Tue Sep 06, 2005 1:59 pm Subject: Re: Old version kbd.c |
Dear PCM compiler:
I am using an old PCM compiler (version 2.7.1) The kbd.c file in the examples folder start with this line:
#define kbd =6
I found a new version keypad driver (kbdd.c) which ... |
Topic: Many devices on PIC16F876 |
dromero
Replies: 2
Views: 4197
|
Forum: General CCS C Discussion Posted: Tue Sep 06, 2005 8:29 am Subject: Re: Many devices on PIC16F876 |
Dear All,
I am using PIC16F876 and old version PCM compiler. I need to use a LCD display, a 4x3 keypad, an EEprom, and a serial DAC. I must use port C for i2c communication for EEprom, and serial co ... |
Topic: Problem using EEPROM read/write functions |
dromero
Replies: 9
Views: 10532
|
Forum: General CCS C Discussion Posted: Mon Sep 05, 2005 12:13 pm Subject: eeprom |
I ran your second program (writing twice to location 00) using an older PICSTART plus and and older version of MPLAB on a PIC16F877, and it did exactly what it was supposed to: MPLAB viewing the EEPRO ... |
Topic: Problem using EEPROM read/write functions |
dromero
Replies: 9
Views: 10532
|
Forum: General CCS C Discussion Posted: Mon Sep 05, 2005 8:53 am Subject: Re: Problem using EEPROM read/write functions |
I tried using the program in that post and it doesn't work. The one in the reply of PCM programmer.
It worked sometimes with some other code. For example I put the power to the circuit, it writes c ... |
|