Author |
Message |
Topic: SMS - Text Messages - GSM - Remote Control - UPDATE 06/05/13 |
creative_35
Replies: 45
Views: 303950
|
Forum: Code Library Posted: Wed May 06, 2015 8:07 am Subject: SMS - Text Messages - GSM - Remote Control - UPDATE 06/05/13 |
Thanks Gabriel for the instant reply, I wrote the code as follows
char *p;
p= strchr(Receive_String,'H');
if ((p+1)==strchr(Receive_String,'O')||(p+2)==strchr ... |
Topic: SMS - Text Messages - GSM - Remote Control - UPDATE 06/05/13 |
creative_35
Replies: 45
Views: 303950
|
Forum: Code Library Posted: Tue May 05, 2015 7:56 am Subject: SMS - Text Messages - GSM - Remote Control - UPDATE 06/05/13 |
Thanks for the code, I have tested it with hyper terminal instead of LCD and sim900 modem with a speed of it's default 9600 baud rate. It's working fine and I have to modify. My question is how can I ... |
Topic: Dallas DS18B20, 1 wire bus, +/-, multi device, Light codes. |
creative_35
Replies: 12
Views: 113633
|
Forum: Code Library Posted: Wed Sep 01, 2010 10:51 am Subject: Dallas DS18B20, 1 wire bus, +/-, multi device, Light codes. |
Thanks everyone. It's working fine @ 20Mhz with some minor modifications.
Through trial and error I found some values matching.
//******************************************************************* ... |
Topic: Dallas DS18B20, 1 wire bus, +/-, multi device, Light codes. |
creative_35
Replies: 12
Views: 113633
|
Forum: Code Library Posted: Sun Aug 29, 2010 10:25 am Subject: Dallas DS18B20, 1 wire bus, +/-, multi device, Light codes. |
Thanks for the reply. First of all I am sorry to say that I don't have an oscilloscope :(
I tested the timings in MBLAB simulator/stopwatch and it's perfect but don't know what's happening in real wo ... |
Topic: Dallas DS18B20, 1 wire bus, +/-, multi device, Light codes. |
creative_35
Replies: 12
Views: 113633
|
Forum: Code Library Posted: Thu Aug 26, 2010 12:47 pm Subject: Dallas DS18B20, 1 wire bus, +/-, multi device, Light codes. |
Hi cotestatnt, Thanks for the code.
The code is working fine with 876A@10Mhz.
But when I tried to do @20MHz it's not identifying the device.
I tried with several crystals, and it's almost OK up to ... |
Topic: One Wire Communication Protocol |
creative_35
Replies: 18
Views: 24202
|
Forum: General CCS C Discussion Posted: Sun Dec 13, 2009 8:53 pm Subject: One Wire Communication Protocol |
Thanks for the comments,
Not sure what you mean by 'communication up on request',
I meant, The Master PIC sends a request to slave (Pull up or Pull down the bus) and while getting request, Slave ... |
Topic: Find out repeating data |
creative_35
Replies: 0
Views: 2159
|
Forum: General CCS C Discussion Posted: Sat Dec 12, 2009 10:57 pm Subject: Find out repeating data |
hi there,
How can I find out a 16bit data repeating more time out of 500 samples?
Language = CCSC or Assambly
In other words, How can I find out repeated number from an array of 500 elements. (16 ... |
Topic: One Wire Communication Protocol |
creative_35
Replies: 18
Views: 24202
|
Forum: General CCS C Discussion Posted: Sat Dec 12, 2009 10:10 pm Subject: One Wire Communication Protocol |
Thanks for All comments,
Actually I need one way communication up on request (interrupt driven) from Master. I didn't notice the example file in ccsc. EX_PBUSM.C. Let me study it and I hope it can so ... |
Topic: One Wire Communication Protocol |
creative_35
Replies: 18
Views: 24202
|
Forum: General CCS C Discussion Posted: Fri Dec 11, 2009 10:51 pm Subject: One Wire Communication Protocol |
Hi there,
I need to transfer data from one pic to another with one wire. (RC1 is the only port available in master PIC) Is there any protocol available in ccsc?
Your valuable suggestions are appreci ... |
Topic: How can I interface PIC to Printer |
creative_35
Replies: 11
Views: 14210
|
Forum: General CCS C Discussion Posted: Sun Jun 28, 2009 7:14 pm Subject: How can I interface PIC to Printer |
Thankyou, now I can draw the track with rts /cts.
I always used to do the PCB first |
Topic: How can I interface PIC to Printer |
creative_35
Replies: 11
Views: 14210
|
Forum: General CCS C Discussion Posted: Sun Jun 28, 2009 12:28 am Subject: How can I interface PIC to Printer |
Thanks for all the replies,
Actually I am intending to buy a thermal printer connectable to a serial port. I know that I have to study commands for the specific printer.
I don't need graphics, just ... |
Topic: How can I interface PIC to Printer |
creative_35
Replies: 11
Views: 14210
|
Forum: General CCS C Discussion Posted: Fri Jun 26, 2009 4:25 pm Subject: Re: RE: |
what 'POS serial Printer' are you using....?
thanks
arunb
I think all serial printers are interfacing in a common method. Correct me if I am wrong, thankyou |
Topic: How can I interface PIC to Printer |
creative_35
Replies: 11
Views: 14210
|
Forum: General CCS C Discussion Posted: Fri Jun 26, 2009 4:23 pm Subject: How can I interface PIC to Printer |
This is probably the wrong place to look for somebody to do your design and coding for you though.
Expend some effort on both the hardware and software front - and I'm sure folks will chime in ... |
Topic: How can I interface PIC to Printer |
creative_35
Replies: 11
Views: 14210
|
Forum: General CCS C Discussion Posted: Sat Jun 20, 2009 9:52 am Subject: How can I interface PIC to Printer |
Hi friends,
How can I interface a POS serial Printer to Microcontroller? Do I need a max232? what connections of a serial port necessory to print? I need a circuit diagram. Thanks in Advance. |
|