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 lionheart123

  1. L

    data sent through gprs modem

    void Send_Via_GPRS(void) { printf("AT\r"); L_delay(); printf("AT+CGATT=1\r"); L_delay(); printf("AT+CGDCONT=1,\"IP\",\"APN\"\r") L_delay(); printf("AT+CSTT=\"APN\"\r"); L_delay(); printf("AT+CIICR\r")...
  2. L

    receiving data at server sent from modem

    ok i will go through and try this.
  3. L

    receiving data at server sent from modem

    thnx.... gsm man for ur reply. actually i am doing vehicle tracking system for my final project. my algorithm is to receive lat,lon value at server insert this into mysql database and plot in google map. but now i am stuck in receiving data at server and have very less time. i have very less...
  4. L

    receiving data at server sent from modem

    I tried with following commands and the response of the gprs modem was following. I am confused about how to receive the data at the server sent from modem. I am using the server like www.abc.com and it has given me url like www.project.abc.com. now i have to send data like lattitude and...

Part and Inventory Search

Back
Top