Author |
Message |
Topic: Facing problem while reading GSM modem with pic16f877a |
ALI_726
Replies: 7
Views: 11318
|
Forum: General CCS C Discussion Posted: Mon Aug 27, 2012 5:21 am Subject: Re: Facing problem while reading GSM modem with pic16f877a |
in starting of "GSM modem with TTL output",modem will send RDY,+CFUN: 1,+CPIN: NOT READY like as follows
0x0d 0x0a R D Y 0x0d 0x0a
0x0d 0x0a + C F U N : 1 0x0d 0x0a
0x0d 0x0a + C P I N ... |
Topic: MAX6675 |
ALI_726
Replies: 8
Views: 60899
|
Forum: Code Library Posted: Mon Aug 27, 2012 5:07 am Subject: driver for MAX31855 |
Thank you so much for your reply and I understand your reasons.
My problem is that I don't have enough knowledge to design a driver for this IC, so my "cry for help "
Anyway, if yo ... |
Topic: MAX6675 |
ALI_726
Replies: 8
Views: 60899
|
Forum: Code Library Posted: Sat Aug 25, 2012 3:26 am Subject: MAX6675 |
Thank you so much for your reply and I understand your reasons.
My problem is that I don't have enough knowledge to design a driver for this IC, so my "cry for help "
Anyway, if yo ... |
Topic: MAX6675 |
ALI_726
Replies: 8
Views: 60899
|
Forum: Code Library Posted: Wed Aug 15, 2012 4:20 am Subject: MAX6675 |
hi i am sending this original code for max6675 Enjoy.....!
just copy and paste this code in to the editor
#include <18F452.h>
#device adc=10
#FUSES NOWDT, WDT128, HS, NOPROTECT, NOOSCSEN, ... |
|