Author |
Message |
Topic: 16F877 Problem - passing string data |
robinaspey
Replies: 1
Views: 5728
|
Forum: General CCS C Discussion Posted: Tue Nov 25, 2008 7:28 am Subject: 16F877 Problem - passing string data |
I'm having a problem with sending some sample data to test a microcontroller - the data is passed via a 16F877 and the
character strings dont get passed from the sample data array.
Here is the cod ... |
Topic: sscanf() for CCS |
robinaspey
Replies: 19
Views: 171639
|
Forum: Code Library Posted: Fri Oct 24, 2008 2:40 am Subject: sscanf() for CCS |
I got it to work in the end but there are probably some elements of ansi sscanf syntax that dont work correctly . Otherwise in the end it worked fine and I am very grateful for the code.
You just n ... |
Topic: sscanf() for CCS |
robinaspey
Replies: 19
Views: 171639
|
Forum: Code Library Posted: Thu Oct 02, 2008 5:00 am Subject: Sscanf code (Mark Norton) |
Adding the directive to pass strings in RAM certainly helped the program
compile but I havent so far managed to get the variables to copy the data
using the sscanf function (version with variable ar ... |
Topic: sscanf() for CCS |
robinaspey
Replies: 19
Views: 171639
|
Forum: Code Library Posted: Wed Oct 01, 2008 10:07 am Subject: sscanf code (Mark Norton) |
I'm having some trouble with the versions of sscanf posted, here is the
code I was using to test the function (below):
The error I get is passing the pointer to the parameter buffer which
is pass ... |
|