CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

PCD:dynamic data change

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
W_Schauberg



Joined: 17 Sep 2009
Posts: 16

View user's profile Send private message

PCD:dynamic data change
PostPosted: Tue Nov 10, 2009 3:36 am     Reply with quote

Hello,
I'm passing some data from external source to my pic24 Terminal.
The external source and Terminal are connected with serial connection.

I can send and receive data but now I have to change the variables according to new incoming data. This part should be used for dynamic LCD representation.

Each time when I "download" some data from external device I want to be able to dynamically change the value in the terminal.

char UserName = new incoming userName value
char Date= new incoming date value.

How to make this ?
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Tue Nov 10, 2009 3:26 pm     Reply with quote

Look in this CCS file for serial input routines for text and numbers:
Quote:
c:\program files\picc\drivers\input.c

Then do a search on the CCS example files directory for "input.c"
to see examples of how to use those routines. There are about 25 files
that #include input.c. Example:
Quote:
c:\program files\picc\examples\ex_tank.c
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group