Author |
Message |
Topic: I2C How it works?? |
Chevy64
Replies: 3
Views: 9975
|
Forum: General CCS C Discussion Posted: Wed Oct 26, 2016 3:55 am Subject: Thank you |
Thank you Guys for information. Have to say manual is not so informative however needs to be read. CCS C help file is a copy of manual.
It is not necessary to put KW on the air most of times QRP w ... |
Topic: I2C How it works?? |
Chevy64
Replies: 3
Views: 9975
|
Forum: General CCS C Discussion Posted: Wed Oct 26, 2016 2:17 am Subject: I2C How it works?? |
Hi Guys:
My question will not be a kind of trouble shooting question it is going to be to understand the rationale behind the I2C functions. I am trying to establish pic to pic communication via I2 ... |
Topic: int RDA |
Chevy64
Replies: 3
Views: 13440
|
Forum: General CCS C Discussion Posted: Thu Mar 31, 2016 3:44 am Subject: TNX |
My special thanks goes to you guys. I appreciated and learned much.. |
Topic: int RDA |
Chevy64
Replies: 3
Views: 13440
|
Forum: General CCS C Discussion Posted: Thu Mar 31, 2016 1:41 am Subject: int RDA |
Hi everybody,
My question could be repeated one if so please accept my apology. I am trying to send data from Tx Mcu to Rx one. For checking purposes I put Printf function and delay into RDA interrup ... |
Topic: printf(lcd_putc, |
Chevy64
Replies: 4
Views: 11328
|
Forum: General CCS C Discussion Posted: Tue Feb 09, 2016 5:28 am Subject: printf(lcd_putc, |
Thank you all for your prompt answer. As Ttelmah explained; despite printf is an adorable function and does arduous job it is a parser with limits. If one splits also works with 4X20 LCD by putting r ... |
Topic: printf(lcd_putc, |
Chevy64
Replies: 4
Views: 11328
|
Forum: General CCS C Discussion Posted: Tue Feb 09, 2016 3:50 am Subject: printf(lcd_putc, |
Thank you Ttelmah;
I got you, but still have a hard time to understand.
I am printing only 26 Characters not 255,and what if I try to print different characters instead of repeating characters. How ... |
Topic: printf(lcd_putc, |
Chevy64
Replies: 4
Views: 11328
|
Forum: General CCS C Discussion Posted: Tue Feb 09, 2016 2:28 am Subject: printf(lcd_putc, |
Hi Guys;
This is my first time to write in the forum if I have written in wrong spot please accept my apology.
Here is my simplest code:
printf(lcd_putc,"\f%C%C%C%C%C%C%C%C%C%C%C%C%C%C% ... |
|