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 Shashankm123

  1. S

    Send Micro controller data to server via GET/POST method

    I am unable to send from the microcontroller so can you suggest from the client side.
  2. S

    Send Micro controller data to server via GET/POST method

    @everyone i want to send my sensor data to an PHP page using GET/POST method, please can you suggest how to carry out this step?? My send_sensor_data function looks like this void send_sensor_data() { char *chk=NULL; int k=0; memset(data_message,'\0',DATA_MESG_MAX); for(int i=0;i<sampleno;i++)...
  3. S

    Server to GSM Data Transfer

    @everyone i want to send my sensor data to an PHP page using GET/POST method, please can you suggest how to carry out this step?? My send_sensor_data function looks like this void send_sensor_data() { char *chk=NULL; int k=0; memset(data_message,'\0',DATA_MESG_MAX)...
  4. S

    Server to GSM Data Transfer

    @kgshankar1980, I am getting an error for AT+KTCPCNX, it is showing KTCP_NOTIF 1,3 which states that it is an DNS error, please suggest me an solution to this problem.
  5. S

    Server to GSM Data Transfer

    i am getting an error for the command AT+KTCPCNX, the error is KTCP_NOTIF 1,3 which states that it is a DNS error. Please can anyone suggest me how to rectify this error?? I am using Airtel network.
  6. S

    Server to GSM Data Transfer

    Can anyone suggest me how to send data via microcontroller to web server, so that in web server i can fetch the value using php Plzz suggest
  7. S

    Server to GSM Data Transfer

    ya i received it via AT command..now where is this value stored??
  8. S

    Server to GSM Data Transfer

    I was able to get back the data from the server and I am displaying on the console in IAR embedded workbench, please can u suggest in which registers the received value is stored and how to access it??
  9. S

    Server to GSM Data Transfer

    https://www.giga-concept.fr/media/uploads/products/documents/2011/06/URD1_OTL_5635_2_013_72398_ed_02_-_HiLo_V2_technical_specification_14_March_2011.pdf
  10. S

    Server to GSM Data Transfer

    @FvM, Ok...according to you the GSM module through which I am able to send the data to the server by using AT commands, same way the GSM module with the help of AT commands should fetch the data from the server periodically??
  11. S

    Server to GSM Data Transfer

    @kgshankar,@nsypid,@FvM, I am able to acquire the IP address of the sim card through the AT command and I am passing the same onto the server with the data, but when i try sending some data from the server to the IP which i got, I am not able to do so...
  12. S

    Server to GSM Data Transfer

    send_AT_command("AT&K3","OK",5); //hardware control activation send_AT_command("AT+KCNXCFG=0,\"GPRS\",\"airtelgprs.com\"","OK",2); //set gprs parameters //For BSNL - bsnlnet, AIRTEL - airtelgprs.com send_AT_command("AT+KCNXTIMER=0,60,2,70","OK",5); //set...
  13. S

    Server to GSM Data Transfer

    Hello kgshankar1980, I have a GSM module Sagem Hilo V2, by making use of the AT commands I am able to establish the TCP/IP connection wherein I am able to tranfer the data from the Microcontroller to the server with the help of GSM module. Now as it is using TCP/IP...
  14. S

    Server to GSM Data Transfer

    Please Can you tell me why cant we send data from server to a GSM module??
  15. S

    Server to GSM Data Transfer

    I am trying to establish a TCP/IP communication for GSM module(SAgem Hilo V2). I am able to send data from device to server but can you suggest me how to send data from server to the module??

Part and Inventory Search

Back
Top