Author |
Message |
Topic: Decodeder to Remote with Manchester |
dos_santos_rj
Replies: 10
Views: 12375
|
Forum: General CCS C Discussion Posted: Tue Oct 10, 2006 4:11 pm Subject: Decodeder to Remote with Manchester |
I think width_buffer is just an internal buffer used by the driver.
I don't know anything the N9085UD.C driver. CCS doesn't provide an
example program that shows how to use the driver. I did a ... |
Topic: Decodeder to Remote with Manchester |
dos_santos_rj
Replies: 10
Views: 12375
|
Forum: General CCS C Discussion Posted: Tue Oct 10, 2006 3:35 pm Subject: Decodeder to Remote with Manchester |
Study the CCS driver for decoding a TV remote control.
Here is the file location:
c:\program files\picc\drivers\n9085ud.c
// Library for the N9085UD VCR / TV remote
// ... |
Topic: Decodeder to Remote with Manchester |
dos_santos_rj
Replies: 10
Views: 12375
|
Forum: General CCS C Discussion Posted: Mon Oct 09, 2006 6:01 am Subject: Decodeder to Remote with Manchester |
i edit my first post....
The problem is:
The time T of my remote controle is = 45
i think have a big delay in my code...
but i don t know where and why...
****
i'm a brazilian...
sorry ... |
Topic: Decodeder to Remote with Manchester |
dos_santos_rj
Replies: 10
Views: 12375
|
Forum: General CCS C Discussion Posted: Sat Oct 07, 2006 5:26 pm Subject: Decodeder to Remote with Manchester |
i edit my first post....
The problem is:
The time T of my remote controle is = 45
But I need to put :
if (( tot <20>65 ))
//more then 10% of erro
if I put
if (( tot &l ... |
Topic: Decodeder to Remote with Manchester |
dos_santos_rj
Replies: 10
Views: 12375
|
Forum: General CCS C Discussion Posted: Sat Oct 07, 2006 3:55 pm Subject: Decodeder to Remote with Manchester |
in this code have a delay in time..
but i dont know how to correct it
HELP! |
Topic: Decodeder to Remote with Manchester |
dos_santos_rj
Replies: 10
Views: 12375
|
Forum: General CCS C Discussion Posted: Fri Oct 06, 2006 10:43 pm Subject: Decodeder to Remote with Manchester |
HELP
Please! |
Topic: Decodeder to Remote with Manchester |
dos_santos_rj
Replies: 10
Views: 12375
|
Forum: General CCS C Discussion Posted: Fri Oct 06, 2006 5:58 am Subject: Decodeder to Remote with Manchester |
Decodeder to Remote with Manchester..
I have problems with my code..
decode a remote with HT6P20D...
My code to recive the codifier of remote control...
but have problems... i don t know why. ... |
Topic: Code to Codifier ci |
dos_santos_rj
Replies: 1
Views: 4297
|
Forum: General CCS C Discussion Posted: Mon Sep 25, 2006 8:05 pm Subject: Code to Codifier ci |
I need a code to receive the codifier of ci hcs200 in CCS...
can someone help me?
?? |
Topic: interrupt! |
dos_santos_rj
Replies: 3
Views: 4686
|
Forum: General CCS C Discussion Posted: Tue Sep 19, 2006 9:16 pm Subject: interrupt! |
libor,
Thank your help!
I made the code already. |
Topic: interrupt! |
dos_santos_rj
Replies: 3
Views: 4686
|
Forum: General CCS C Discussion Posted: Tue Sep 19, 2006 6:53 pm Subject: interrupt! |
I need two interrupts in my code...
this is a piec of part of my interrupt code:
ext_int_edge(l_to_h ); //when pin change 0 to 1, go to ....
INT_EXT!
enable_interrupts(global);
... |
|