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 CCS Technical Support

Search found 4 matches
CCS Forum Index
Author Message
  Topic: how to extract serial data
nithinkrishnanrs

Replies: 4
Views: 12148

PostForum: General CCS C Discussion   Posted: Thu Jun 02, 2016 11:13 pm   Subject: working code
void str1()
{

strcpy(string,"$ Temp:37.88;PH:2.16;DO:10.88;CO:12.45; %");
//strcpy(string,"one,two,three;");

strcpy(term,&q ...
  Topic: how to extract serial data
nithinkrishnanrs

Replies: 4
Views: 12148

PostForum: General CCS C Discussion   Posted: Thu Jun 02, 2016 1:11 am   Subject: code
can you show an example
  Topic: how to extract serial data
nithinkrishnanrs

Replies: 4
Views: 12148

PostForum: General CCS C Discussion   Posted: Wed Jun 01, 2016 11:37 pm   Subject: how to extract serial data
thank you for your valuable information.
  Topic: how to extract serial data
nithinkrishnanrs

Replies: 4
Views: 12148

PostForum: General CCS C Discussion   Posted: Wed Jun 01, 2016 11:09 pm   Subject: how to extract serial data
how to extract serial data
$ Temp:37.88;PH:2.16;DO:10.88;CO:12.45 %
i need to extract the value and store the value like
p1=37.88
p2=2.16
p3=10.88
p4=12.45

Thanks in advance.
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group