Author |
Message |
Topic: 1 us |
ccmcca
Replies: 13
Views: 10137
|
Forum: General CCS C Discussion Posted: Thu Jun 14, 2007 9:46 am Subject: Good |
Ok I wil tried with the RB4....
Because less components is much better.
Thanks |
Topic: 1 us |
ccmcca
Replies: 13
Views: 10137
|
Forum: General CCS C Discussion Posted: Wed Jun 13, 2007 6:48 pm Subject: 1 us |
MUCHAS GRACIAS AMIGO
THANK A LOT!!!!!!!!!!!!!!!!!!!!!!!!1 |
Topic: 1 us |
ccmcca
Replies: 13
Views: 10137
|
Forum: General CCS C Discussion Posted: Wed Jun 13, 2007 5:40 pm Subject: 1 us |
Yes it is 5v.
What i have to do ....put some pullup or a transistor....?
THANK!!!!!!!!! |
Topic: 1 us |
ccmcca
Replies: 13
Views: 10137
|
Forum: General CCS C Discussion Posted: Wed Jun 13, 2007 5:02 pm Subject: 1 us |
0v LOW
2.85V HIGH |
Topic: 1 us |
ccmcca
Replies: 13
Views: 10137
|
Forum: General CCS C Discussion Posted: Wed Jun 13, 2007 4:52 pm Subject: 1 us |
I have a 10 Mhz osc with 4xx - 40Mhz
But i cant detect this pulse.
I dont know whath's going on... |
Topic: 1 us |
ccmcca
Replies: 13
Views: 10137
|
Forum: General CCS C Discussion Posted: Wed Jun 13, 2007 2:54 pm Subject: 1 us |
Hello i am working with a GPS module that have 1 pps and the duration of it pulse is 1 MICRO SEG (1us).
The question is ....
Can i capture this little pulse with the RB0 of my 18f252, with an exte ... |
Topic: 220 VOLT OR 110 VOLT |
ccmcca
Replies: 3
Views: 5236
|
Forum: General CCS C Discussion Posted: Wed Sep 13, 2006 2:36 pm Subject: 220 VOLT OR 110 VOLT |
How can i drive OR TEST 220 v ???
I need a TRIAC? I need a solenoid?
Has anybody same example circuit?
THANKS.- |
Topic: ADC=16 or ADC=10 |
ccmcca
Replies: 1
Views: 4009
|
Forum: General CCS C Discussion Posted: Tue Sep 12, 2006 12:25 pm Subject: ADC=16 or ADC=10 |
I am using a 18f458, that has a 10 bit adc
The questions is :
What i have to use ....ADC=16 ????
or adc=10?
I dont understand why the compiler allow me to put a 16 bit adc if i have only 10 bit i ... |
Topic: WHY NEVER STOPS?? |
ccmcca
Replies: 3
Views: 5156
|
Forum: General CCS C Discussion Posted: Sat May 06, 2006 8:31 pm Subject: WHY NEVER STOPS?? |
#include "mainbalanza.h"
#int_RDA
RDA_isr()
{
printf("-INTERRUPT-");
delay_ms(1000);
}
void main()
{
ini();
delay_ms(10);
printf("------------------------------------\n\ ... |
Topic: Out of ROM, A segment or the program is too large |
ccmcca
Replies: 4
Views: 12368
|
Forum: General CCS C Discussion Posted: Sat Mar 11, 2006 5:34 pm Subject: Out of ROM, A segment or the program is too large |
How can i fix this problem? I cant compile the program because of this ERROR
#int_COMP
COMP_isr()
{
printf("%03.2f\r\n ",2.19-(get_timer1())*0.4*0.00034);
} |
Topic: DS1302 |
ccmcca
Replies: 3
Views: 5029
|
Forum: General CCS C Discussion Posted: Thu Nov 10, 2005 2:29 pm Subject: DS1302 |
What is NVR??
In this driver...
rtc_write_nvr(address,data) Write to NVR
data = rtc_read_nvr(address) Read from NVR |
Topic: PIC TO PIC COMUNICATION |
ccmcca
Replies: 5
Views: 7152
|
Forum: General CCS C Discussion Posted: Sat Oct 29, 2005 1:58 pm Subject: PIC TO PIC COMUNICATION |
How can i send a variable from one pic to another?
Is rs232 or I2C the better method?
I need an example.
Thanks!!.- |
Topic: HYPERTERMINAL |
ccmcca
Replies: 4
Views: 10948
|
Forum: General CCS C Discussion Posted: Tue Oct 11, 2005 11:46 am Subject: HYPERTERMINAL |
How can i clean the screen, of an Hyperterminal sesion?
I'm working with a pic 16f877a and i want to show a menu on a PC, but i need to clean the screen sometimes and i dont Know How.
The compiler i ... |
|