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 173 matches
CCS Forum Index
Author Message
  Topic: Module MRF24J40MD
andys

Replies: 1
Views: 6193

PostForum: General CCS C Discussion   Posted: Thu Aug 11, 2016 7:18 pm   Subject: Module MRF24J40MD
I would like to ask if the module MRF24J40MD can be used for a card reader modules.
  Topic: ID-20WR card reader
andys

Replies: 4
Views: 10181

PostForum: General CCS C Discussion   Posted: Tue Sep 08, 2015 4:28 pm   Subject: ID-20WR card reader
Its very simple to read a tag via this card reader.

The problem which i don't know is how to write to the tag (from card reader).
  Topic: ID-20WR card reader
andys

Replies: 4
Views: 10181

PostForum: General CCS C Discussion   Posted: Sun Jun 14, 2015 4:36 am   Subject: ID-20WR card reader
None who work with this card reader ?
  Topic: ID-20WR card reader
andys

Replies: 4
Views: 10181

PostForum: General CCS C Discussion   Posted: Sat Jun 13, 2015 12:17 pm   Subject: ID-20WR card reader
I would like to use an ID-20WR card reader.
http://www.id-innovations.com/httpdocs/Modules%28read&write%29.html
Is anyone who have experience on this card reader ?
Is any library available for ...
  Topic: state machine
andys

Replies: 9
Views: 13597

PostForum: General CCS C Discussion   Posted: Tue Dec 02, 2014 5:11 am   Subject: state machine
I am trying to create a state machine. (i would like to learn how a state machine is implemeted at pic microcntroller).

I had adc as input and LED as output and state A and B. The state machine is ...
  Topic: state machine
andys

Replies: 9
Views: 13597

PostForum: General CCS C Discussion   Posted: Mon Dec 01, 2014 6:08 pm   Subject: state machine
something like this it will work ? :


enum state{state_A=0,state_B}currentState;

float read_analog_indput(void)
{
float value;
set_adc_channel(0);
value=read_ ...
  Topic: state machine
andys

Replies: 9
Views: 13597

PostForum: General CCS C Discussion   Posted: Mon Dec 01, 2014 5:35 pm   Subject: state machine
something like this it will work ? :


enum state{state_A=0,state_B}currentState;

float read_analog_indput(void)
{
float value;
set_adc_channel(0);
value=read_ ...
  Topic: state machine
andys

Replies: 9
Views: 13597

PostForum: General CCS C Discussion   Posted: Sun Nov 30, 2014 2:19 pm   Subject: state machine
I am looking for a state machine example.

Is it possible to implement a state machine on a pic microcontroller?

If yes can i find any example ?
  Topic: problem with ublox gps
andys

Replies: 78
Views: 115035

PostForum: General CCS C Discussion   Posted: Sun Jun 22, 2014 6:39 am   Subject: problem with ublox gps
I have already check this and the problem is comming from the parser.

BUT i don't understand why the parser is faulty.
  Topic: problem with ublox gps
andys

Replies: 78
Views: 115035

PostForum: General CCS C Discussion   Posted: Sun Jun 22, 2014 5:21 am   Subject: problem with ublox gps
anyone who can help me to solve this problem ?
  Topic: problem with ublox gps
andys

Replies: 78
Views: 115035

PostForum: General CCS C Discussion   Posted: Sat Jun 21, 2014 9:15 am   Subject: problem with ublox gps
When i said "... I can't see anything on the pc screen .... "

i mean that i can't see the data from the GPS.

If i put a fprintf(PC,"DATA:%s",GPSData);

in the while (with o ...
  Topic: problem with ublox gps
andys

Replies: 78
Views: 115035

PostForum: General CCS C Discussion   Posted: Sat Jun 21, 2014 8:30 am   Subject: problem with ublox gps
I used this code :

while(1)
{

if (GPSDataReady)
{
GPRMC_decode(GPSData, &MyGPRMCInfo);
if (MyGPRMCInfo.Valid == 'A')
{

fp ...
  Topic: problem with ublox gps
andys

Replies: 78
Views: 115035

PostForum: General CCS C Discussion   Posted: Thu Jun 19, 2014 8:03 am   Subject: problem with ublox gps
Finally i success to parse the GPS output. I used the code below :

I put the a
//parser
#include <string.h>
#include <stdlib.h>


////////////////////////////////////////
typede ...
  Topic: problem with ublox gps
andys

Replies: 78
Views: 115035

PostForum: General CCS C Discussion   Posted: Tue Jun 10, 2014 12:53 pm   Subject: problem with ublox gps
At the line :

sscanf(pch,"%2d%2d%2d",&DAY,&MON,&YEAR);

int *DAY,*MON,*YEAR;
(i also try to define as int DAY[10],MON[10],YEAR[10]; )

i get the error and war ...
  Topic: problem with ublox gps
andys

Replies: 78
Views: 115035

PostForum: General CCS C Discussion   Posted: Mon Jun 09, 2014 1:17 pm   Subject: problem with ublox gps
Any ideas how to solve the problem?
 
Page 1 of 12 Goto page 1, 2, 3 ... 10, 11, 12  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group