Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by ilapuppu

  1. I

    couldn't get the output for the following code

    dear udayan92 i executed ur code.. but before const it shows an error like "expected an expression" the line where am getting error( const char *pointr = const char *strstr(y,"OK"); ) in order to debugg...what expression we need to add...?? please help us...
  2. I

    couldn't get the output for the following code

    this is the complete code for interfacing gps and gsm with arm7lpc2148.... and we got the error in voice status() function........ udayan92 #define CR 0x0D #include <intrinsics.h> #include <iolpc2148.h> #include <stdio.h> void getstring(unsigned char *); int getchar (void) ; /* Read...
  3. I

    couldn't get the output for the following code

    we already used this line (horace1's answer) but we got the error like" a value of type "int" cannot be used to initialize an entity of type "char *" D:\first\gsmn.c 144 pls let me know the correct ans........
  4. I

    couldn't get the output for the following code

    dear sir we couldn't get the output for the following program (gps and gsm interfacing with arm7lpc2148)...this is the block where we get the error void status_ok(void) { getstring(y); while(!(strstr(y,"OK"))) getstring(y); char *pointr = char *strstr( "y...
  5. I

    couldn't get the output for the following code

    #define CR 0x0D #include <intrinsics.h> #include <iolpc2148.h> #include <stdio.h> void getstring(unsigned char *); int getchar (void) ; /* Read character from Serial Port */ void status_ok(void); void Serial_Init(void); void delay(unsigned int n); unsigned char y[]; void main(void) {...
  6. I

    conversion of decimal value of latitude and longitude to hex value

    can anyone tell how to convert a decimal latitude,longitude points into hexadecimal value for interfacing purpose reply me as soon as possible thanks in advance
  7. I

    Code for GPS interfacing with ARM7 lpc2148

    i am doing B.E final year .. and my project is GPS based monitoring for female currently we are getting the latitude and longitude point from the gps receiver.... as NMEA format.. how to extract the NMEA string and how to interface with ARM7lpc2148.. please send the code as soon as possible...

Part and Inventory Search

Back
Top