Author |
Message |
Topic: Save string to eeprom |
deonvds
Replies: 3
Views: 8133
|
Forum: General CCS C Discussion Posted: Wed Sep 17, 2014 3:48 am Subject: Save string to eeprom |
I am sending the following string from hyper terminal to PIC using rs232 port: 6709852345 and then write the data to an EEPROM. The process works but is very slow. I have to delay transmission by 40ms ... |
Topic: spl meter |
deonvds
Replies: 1
Views: 6054
|
Forum: General CCS C Discussion Posted: Thu Sep 23, 2004 1:37 am Subject: spl meter |
Can anybody help me with a circuit diagram and code for a sound pressure level meter (spl meter). |
Topic: interrupt priority |
deonvds
Replies: 1
Views: 6152
|
Forum: General CCS C Discussion Posted: Thu Sep 23, 2004 1:35 am Subject: interrupt priority |
I am using interrupts int_rda and int_ccp2. I am using int_ccp2 to measure the frequency of a signal. The interupt int_rda however causes my software to miss pulses resulting in an inaccurate readin ... |
Topic: LCD display |
deonvds
Replies: 1
Views: 6267
|
Forum: General CCS C Discussion Posted: Thu Sep 23, 2004 1:25 am Subject: LCD display |
I need to remove and connect a LCD display. The problem is however when I remove the LCD the standard CCS LCD.C code still searches for the LCD and my program hangs. How can I check on startup if th ... |
Topic: pgen |
deonvds
Replies: 16
Views: 40889
|
Forum: General CCS C Discussion Posted: Wed Jul 28, 2004 12:53 pm Subject: pgen |
I am struggling to use the pwm for frequencies under 100hz. By reading the description of the example I see there is a new example ex_pgen.c that may do what I want. Can someone supply me with the ex ... |
Topic: PWM |
deonvds
Replies: 2
Views: 13154
|
Forum: General CCS C Discussion Posted: Mon Sep 08, 2003 6:08 am Subject: PWM |
Hi I want to use the PWM function off the 16f877 for PWM frequencies lower than 100HZ. My Xtal freq is 4MHZ. It seems to me the lowest freq I can generate is +- 500 HZ. Can anybody out there help me p ... |
|