Author |
Message |
Topic: Problem with RC5 code |
tomi7
Replies: 3
Views: 6291
|
Forum: General CCS C Discussion Posted: Thu Jan 06, 2005 1:30 pm Subject: Problem with RC5 code |
I use TSOP1738 as IR receiver. Transmition rs-232 works correcly.
Decoding rc5 is wrong, if a press "1" key I get code 30h in place of 01h,
"2" - 28h
"3" - 20h
"4" - 18h
etc... |
Topic: Problem with RC5 code |
tomi7
Replies: 3
Views: 6291
|
Forum: General CCS C Discussion Posted: Wed Jan 05, 2005 1:21 pm Subject: Problem with RC5 code |
I have wrote program for pic12f675 to decode rc5 code.
It works, but decoding rc5 is not correct.
What is wrong ? Can You help me ?
#include <12F675.h>
#device adc=8
#use delay(cloc ... |
Topic: Code for ADE7756 ? |
tomi7
Replies: 1
Views: 7022
|
Forum: General CCS C Discussion Posted: Mon Sep 27, 2004 12:01 pm Subject: Code for ADE7756 ? |
Has anybody write code for ADE7756 ?
I have started project power meter and I'm looking for example. |
Topic: Problem with LCD display |
tomi7
Replies: 3
Views: 8393
|
Forum: General CCS C Discussion Posted: Thu Sep 16, 2004 3:20 pm Subject: Problem with LCD display |
Yes, NOLVP helps, uffff
Thanks You very much. |
Topic: Problem with LCD display |
tomi7
Replies: 3
Views: 8393
|
Forum: General CCS C Discussion Posted: Wed Sep 15, 2004 1:25 pm Subject: Problem with LCD display |
I have problem with LCD display. I have use functions from orginal lcd.c and set PortB for LCD interface. This program doesn't work, led diode turns on once, but i hapens only sometimes. When I remove ... |
|