Author |
Message |
Topic: How to pass a "const" variable to a function? |
hentropy
Replies: 4
Views: 9510
|
Forum: General CCS C Discussion Posted: Sun Dec 26, 2004 3:15 pm Subject: How to pass a "const" variable to a function? |
Thanks a lot Ttelmah, the shortcut method is really something new for me. Will try it out.
Regarding the fact that we cannot have a pointer to a const string, is this limitation only for PCM or for ... |
Topic: multiple serial ports using 1 USART |
hentropy
Replies: 4
Views: 12709
|
Forum: General CCS C Discussion Posted: Sun Dec 26, 2004 3:02 pm Subject: multiple serial ports using 1 USART |
Yes, I have done a project using 74LS139 and 74HC151 before (but not using the 2x 74HC4066). In my case, it worked fine and you won't waste your time.
That would be doing the signal splitting at th ... |
Topic: How to pass a "const" variable to a function? |
hentropy
Replies: 4
Views: 9510
|
Forum: General CCS C Discussion Posted: Sun Dec 26, 2004 1:15 am Subject: How to pass a "const" variable to a function? |
By the way, Merry Christmas to all christians in this forum, and may the Lord bless all of you who selflessly help the ones in need here. |
Topic: How to pass a "const" variable to a function? |
hentropy
Replies: 4
Views: 9510
|
Forum: General CCS C Discussion Posted: Sun Dec 26, 2004 12:57 am Subject: How to pass a "const" variable to a function? |
Dear Guys,
Can you guys please help me on this? I am writing code to transmit some text to a printer.
However, the text which is pre-defined in my source file seems to take too much space, and ... |
Topic: How do you detect a parity error with a software USART? |
hentropy
Replies: 3
Views: 8782
|
Forum: General CCS C Discussion Posted: Sun Oct 31, 2004 10:06 pm Subject: How do you detect a parity error with a software USART? |
Thanks for your reply ckielstra. At least now i know there's _NO_ way to do that.
(I'm using PCM v 3.117.) |
Topic: How do you detect a parity error with a software USART? |
hentropy
Replies: 3
Views: 8782
|
Forum: General CCS C Discussion Posted: Sat Oct 30, 2004 12:52 am Subject: How do you detect a parity error with a software USART? |
Hi guys,
I would really appreciate your assistance for this beginner's problem:
I'm using the software USART of a PIC16F874 to receive information for display on an LCD panel. I noticed that the ... |
|