Author |
Message |
Topic: scanf() 16F887 |
roger_cris
Replies: 10
Views: 16185
|
Forum: General CCS C Discussion Posted: Fri May 02, 2014 3:03 pm Subject: scanf() 16F887 |
yes, you'll have to upgrade
or
cut your own 'scan(....)' function
be aware that 5.008 was 'young' and had a few 'problems'...
hth
jay
Tk U All for the support! |
Topic: scanf() 16F887 |
roger_cris
Replies: 10
Views: 16185
|
Forum: General CCS C Discussion Posted: Fri May 02, 2014 2:43 pm Subject: scanf() 16F887 |
Here is a list of ways to find the CCS compiler version:
1. Compile a test file, and look at the top of the .LST file, which will
be in your project folder. It will show the version. However, to ... |
Topic: scanf() 16F887 |
roger_cris
Replies: 10
Views: 16185
|
Forum: General CCS C Discussion Posted: Fri May 02, 2014 11:00 am Subject: scanf() 16F887 |
Further comments though, remember that scanf, is a multi character function. INT_RDA, implies _one_ character is waiting. You will hang code operation while the data is received to meet your scanf spe ... |
Topic: scanf() 16F887 |
roger_cris
Replies: 10
Views: 16185
|
Forum: General CCS C Discussion Posted: Fri May 02, 2014 10:57 am Subject: scanf() 16F887 |
Maybe a silly question but what version of the compiler are you using?
jay
CCS MPLABx plug in V1.57. |
Topic: scanf() 16F887 |
roger_cris
Replies: 10
Views: 16185
|
Forum: General CCS C Discussion Posted: Fri May 02, 2014 9:33 am Subject: scanf() 16F887 |
Hello,
I try to implement scanf() after reading http://www.ccsinfo.com/newsdesk_info.php?newsdesk_id=159, but after compiling generates an error Error#12 Undefined identifier -- scan.
Using MP ... |
|