Author |
Message |
Topic: problem get a Sms, interrupt RDA |
Daniv
Replies: 7
Views: 9365
|
Forum: General CCS C Discussion Posted: Sun Nov 02, 2008 12:31 pm Subject: problem get a Sms, interrupt RDA |
What is the difference and & & &? Which is correct?
}
if ((rx_buffer[2]=0x2B)&(rx_buffer[3]=0x43)&(rx_buffer[4]=0x4D) ... |
Topic: problem get a Sms, interrupt RDA |
Daniv
Replies: 7
Views: 9365
|
Forum: General CCS C Discussion Posted: Sun Nov 02, 2008 10:57 am Subject: problem get a Sms, interrupt RDA |
Hello, thank you for your answer. The part of code on that you comment to me works correctly, I suppose that it has been a luck. I go to apply your advice(council). Thank you very much. |
Topic: problem get a Sms, interrupt RDA |
Daniv
Replies: 7
Views: 9365
|
Forum: General CCS C Discussion Posted: Sun Nov 02, 2008 6:54 am Subject: problem get a Sms, interrupt RDA |
Hi, thanks for your advice. It is not necessary to write to the eeprom, I do it just to see if it works the use you. Try to use your tips.
I´m sorry my Inglish is very bad. |
Topic: problem get a Sms, interrupt RDA |
Daniv
Replies: 7
Views: 9365
|
Forum: General CCS C Discussion Posted: Sun Nov 02, 2008 5:19 am Subject: problem get a Sms, interrupt RDA |
Googler translator:
Hi, I have the following problem, Why do not interrupt the RDA works? Sorry for my English. Thank´s you.
#include "D:\PIC\movil\lcdtouch18f4525.h"
#define FA ... |
|