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 3 matches
CCS Forum Index
Author Message
  Topic: gsm modem interfacing with PIC controller
liusse

Replies: 7
Views: 13437

PostForum: General CCS C Discussion   Posted: Sun Jun 07, 2015 11:58 am   Subject: gsm modem interfacing with PIC controller
You can use this

printf("AT+CMGS=");
delay_ms( 1000 );
printf("\"");
delay_ms( 1000 );
printf(string);
...
  Topic: RC522 interface with PIC16F887a
liusse

Replies: 7
Views: 18905

PostForum: General CCS C Discussion   Posted: Thu Jun 04, 2015 9:19 am   Subject: RC522 interface with PIC16F887a
Hi liusse,
can you provide me the code? i can't download it from the website provided.

Thanks

You can download the "hex" file:

www.allm2m.com/RFID/mifare.htm

Confused The sou ...
  Topic: RC522 interface with PIC16F887a
liusse

Replies: 7
Views: 18905

PostForum: General CCS C Discussion   Posted: Sun Apr 26, 2015 9:24 am   Subject: RC522 interface with PIC16F887a
So what should I do now ? Pic18f45k22 can directly interface with mfrc522 ?

On my website you can see an example with a PIC 16F628A
http://www.allm2m.com/RFID/mifare_pic_sch.jpg

Regards.
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group