Author |
Message |
Topic: IRDA via RS232 port without any encoder |
simonb
Replies: 5
Views: 9652
|
Forum: General CCS C Discussion Posted: Mon Dec 10, 2007 9:36 am Subject: IRDA via RS232 port without any encoder |
for (i=0; (i <BUFFLEN>= ' ') && (retChar <buffer> 0; --j) dputc(0b11111111);
It's still messed up. Please copy and pasted it in again.
Ugh. This is like trying to herd cat ... |
Topic: restart_cause() can only be used once. Please add to manual. |
simonb
Replies: 3
Views: 3966
|
Forum: General CCS C Discussion Posted: Tue Nov 13, 2007 5:35 am Subject: restart_cause() can only be used once. Please add to manual. |
Oops. It's so embarrassing when I miss the very, very obvious
Just sent email.
Well, at least you all get to know in advance of any manual update :-) |
Topic: IRDA via RS232 port without any encoder |
simonb
Replies: 5
Views: 9652
|
Forum: General CCS C Discussion Posted: Tue Nov 13, 2007 4:43 am Subject: IRDA via RS232 port without any encoder |
Thanks for pointing out the problem. It wasn't "Disable HTML" it was just a bad copy/paste operation. Somehow the "put" code got left out too. Should make more sense now. |
Topic: restart_cause() can only be used once. Please add to manual. |
simonb
Replies: 3
Views: 3966
|
Forum: General CCS C Discussion Posted: Tue Nov 13, 2007 4:06 am Subject: restart_cause() can only be used once. Please add to manual. |
I just discovered (the hard way) that restart_cause(), at least on a PIC18F2520, will always return 15 after it's first use. This is because the various bits need to be manually set to 1 otherwise the ... |
Topic: IRDA via RS232 port without any encoder |
simonb
Replies: 5
Views: 9652
|
Forum: General CCS C Discussion Posted: Tue Sep 25, 2007 9:23 am Subject: IRDA via RS232 port without any encoder |
A few PICs have IRDA support built in however this limits choice if other PICs are more suitable in other respects. Alternatively there are IRDA driver chips that convert RS232 to IRDA but they usuall ... |
Topic: Ccsc.exe under Linux/wine. Line numbers offset. |
simonb
Replies: 1
Views: 3164
|
Forum: General CCS C Discussion Posted: Wed Feb 21, 2007 3:06 am Subject: Ccsc.exe under Linux/wine. Line numbers offset. |
I have the Windows compiler working under Wine/Linux however there is a minor problem.
Whatever line numbers the compilier refers to in the error reports or files it feeds to MPLAB (also working un ... |
|