Author |
Message |
Topic: Problem in receiving data from GSM |
pathmasugu
Replies: 1
Views: 4717
|
Forum: General CCS C Discussion Posted: Sun Mar 30, 2014 9:58 am Subject: Problem in receiving data from GSM |
Hi
I have problem in receiving data from gsm. I'm using sim 300 module.
I tested my gsm in hyperterminal, its working fine. But in project board i have received what command i send. Please someon ... |
Topic: receiver interrupt |
pathmasugu
Replies: 6
Views: 9584
|
Forum: General CCS C Discussion Posted: Thu Mar 20, 2014 4:54 am Subject: receiver interrupt |
thank you |
Topic: receiver interrupt |
pathmasugu
Replies: 6
Views: 9584
|
Forum: General CCS C Discussion Posted: Thu Mar 20, 2014 3:51 am Subject: receiver interrupt |
i m using 18f452 ..... any possible to use two receiver interrupt!!!!!!!!!!!!!!!! |
Topic: receiver interrupt |
pathmasugu
Replies: 6
Views: 9584
|
Forum: General CCS C Discussion Posted: Thu Mar 20, 2014 3:29 am Subject: receiver interrupt |
hi,
can i use more then one receiver interrupt in same program ......we can generate software uart upto 4 ,likewise can we use receiver interrupt?..............some one help me |
Topic: BMP085 interfacing with PIC microcontroller problem |
pathmasugu
Replies: 6
Views: 12450
|
Forum: General CCS C Discussion Posted: Wed Mar 19, 2014 5:49 am Subject: BMP085 interfacing with PIC microcontroller problem |
I don't know about printf & sprintf in ccs.....now i got that information from you ..... thanks for your information and one more thing is that portion of code wrote by me only, that's why lot of ... |
Topic: BMP085 Pressure Sensor |
pathmasugu
Replies: 27
Views: 196395
|
Forum: Code Library Posted: Wed Mar 19, 2014 4:22 am Subject: BMP085 Pressure Sensor |
This code works good ..........thank you ajt. |
Topic: BMP085 interfacing with PIC microcontroller problem |
pathmasugu
Replies: 6
Views: 12450
|
Forum: General CCS C Discussion Posted: Wed Mar 19, 2014 4:19 am Subject: BMP085 interfacing with PIC microcontroller problem |
thank you MR.Ttelmah..
above driver now working properly..... i made mistake in my circuit ...... |
Topic: BMP085 interfacing with PIC microcontroller problem |
pathmasugu
Replies: 6
Views: 12450
|
Forum: General CCS C Discussion Posted: Wed Mar 19, 2014 2:13 am Subject: BMP085 interfacing with PIC microcontroller problem |
i refered that bmp085 driver.........but i got 12.8 c temperature and 1008.28 pressure value ........... these values are not correct because my room temp is 33 c ......help me ...
here i includ ... |
Topic: BMP085 interfacing with PIC microcontroller problem |
pathmasugu
Replies: 6
Views: 12450
|
Forum: General CCS C Discussion Posted: Tue Mar 18, 2014 11:15 am Subject: BMP085 interfacing with PIC microcontroller problem |
hi
i want to interface bmp085 pressure sensor with pic18f452....i have completed my testing code but i can't to get proper value from bmp085...
i have used 4.7 k pull up resistor.......
here i j ... |
Topic: GPS interface with pic16f microcontroller |
pathmasugu
Replies: 3
Views: 10676
|
Forum: General CCS C Discussion Posted: Tue Mar 18, 2014 1:46 am Subject: GPS interface with pic16f microcontroller |
HI,
you just try this code .............
#include <18F452.h>
#use delay(clock=20000000)
#Fuses HS
#use rs232(baud=9600,parity=N,xmit=PIN_C6,rcv=PIN_C7,bits=8,stream=GPS, ... |
Topic: help in strings comparison |
pathmasugu
Replies: 10
Views: 16590
|
Forum: General CCS C Discussion Posted: Tue Mar 18, 2014 1:28 am Subject: help in strings comparison |
dont compare direct string in strcmp function
dont use like this
if(strcmp(buffer,"ok")==0)
try use to following
char check[2]="ok";
.
.
.
if(strcmp(buffer,check ... |
Topic: GPS receiving problem with pic 16f877a |
pathmasugu
Replies: 11
Views: 19499
|
Forum: General CCS C Discussion Posted: Tue Mar 18, 2014 1:07 am Subject: GPS receiving problem with pic 16f877a |
ya sure ,#include <18F452.h>
#use delay(clock=20000000)
#Fuses HS
#use rs232(baud=9600,parity=N,xmit=PIN_C6,rcv=PIN_C7,bits=8,stream=GPS,errors)
#byte portb=0xf81
#byte tris ... |
Topic: GPS receiving problem with pic 16f877a |
pathmasugu
Replies: 11
Views: 19499
|
Forum: General CCS C Discussion Posted: Mon Mar 17, 2014 11:44 am Subject: thank you to all ...... now my GPS working good........ |
|
Topic: GPS receiving problem with pic 16f877a |
pathmasugu
Replies: 11
Views: 19499
|
Forum: General CCS C Discussion Posted: Fri Feb 21, 2014 2:11 pm Subject: GPS receiving problem with pic 16f877a |
Thanking you for your advice sir ...I'm the beginner of CCS..... now I'm start to study those things....i will contact soon through forum... and also thanks to Mr. Mike for your information. |
Topic: GPS receiving problem with pic 16f877a |
pathmasugu
Replies: 11
Views: 19499
|
Forum: General CCS C Discussion Posted: Fri Feb 21, 2014 4:24 am Subject: GPS receiving problem with pic 16f877a |
sir,
i dont have any idea about flex_lcd driver ..... pls give some tips |
|