At Cgreg

Add Question

27 Threads found on edaboard.com: At Cgreg
hi check these out {AT Command (Didapat dari AT Scan) -------------------------------------------- # cquery 4.16b # +GMI (TA manufacturer) AT+GMI SAMSUNG # +GMM (TA model) AT+GMM SGH-C100 # +GMR (TA revision) AT+GMR C10ABWG1 # +GSN (TA serial number) AT+GSN ERROR # +GOI (Global Object Identification) AT+GOI ERROR # +GCI (Coun
AT //ATTENTION COMMAND ok AT+cgreg? //NETWORK REGISTRATION STATUS AT+cgreg=1 STETUS SHOULD BE 1,1 Parameter 0 disable network registration unsolicited result code 1 enable network registration unsolicited result code +cgreg: 2 enable network registration and location information unsolicited result code (...)
ofcourse... am not that dumb man.... i have did it with my gsm modem.... but with mobile phone am not able to do it.... When we start answering the thread we start with the basics without jumping into some conclusion. it helps us to know what you already tried and what needs to be done. When asking for help dont be
Hi all..I'm working on SIM900 and when I send the command AT it returns +CFUN:1 INSERTED and nothing after that works, that is AT+CGATT=1 then starts returning ERROR. I have put AT+CGATT=1 in loop but it returns ERROR for all instances of the command. Without any change in the code when AT command is sent and response got is OK +CPIN:READY,everythi
Most siemens mobile phones have the same AT command set as the MS35i module. When you buy a new mobile, you have to configure it for IP, port, APN etc to use the WAP features which use GPRS. It is called configuring the WAP profile. So what I get from your post is that you can use the phone as a MC35 modem connected to the PC without confirguring
hI I suggest you to use a GMS module TELIT GM862 he have a extended AT command set. AT#MONI gives u cell monitor info another command is AT#SERVINFO #SERVINFO: ,,,, ,,,,[,,, ,
hi check your anten cable & be sure that you etered the sim pincode by at+cpin=<> if you do this right sim300 give back you if U see this massage U can connect to gprs
Hello I'm using SIM300C to send data through GPRS. I can connect to GPRS but I'm not able to send data. when I'm using the AT+CIPSEND the data is not send to the server. the command that I used: at+cpin? +CPIN: READY OK Call Ready at+cgreg? +cgreg: 0,1 OK at+creg? +
hi guys i could connect server so how i send data from my gprs to another gprs? and where i take off ip (another gprs )? Added after 1 minutes: i don't understand well please help Added after 5 minutes: hi guys so how i send data from my gprs to another gprs?
Hi, CREG: 2 means that the module is searching for the network CREG:0 its not registered with the network and also it's not searching CREG:1 means that the module is registered with the operator network One thing u could always do is check AT+CREG? before sending the AT+CIICR and if CREG: 1 then only fire the AT+CIICR command Also, whe
Hi everybody, I'm using a SIM340DZ modem and I already got connect and send data to my server, but I'm having problems in data stream that my server receive. For example; I've put the command below: AT+CIPSEND > C8C8C8 SEND OK And my server receives 3 bytes: 0x67 0x56 0x67 -> Hex format The problem is: I want to send and receive:
Hi everyone. I'm using an Enfora Enabler IIIE GSM/GPRS/EDGE (EDG0308AT001) module to try to make a HTTP request to a web site, basically I want to send a parameter to a web site like: But I'm actually having problems since I can't find which command to use to send the HTTP request after I've def
Hi all, I am trying to establish a GPRS connection through bluetooth enabled phone using a bluetooth application running on java! I am not able to get the GPRS connection! Here are the commands and the response i got! Can anybody help me regarding this? I am getting junk values when i give the command ATD*99***1# ! I am using Nokia 2700 m
AT+CGATT ATTACH/DETACH FROM GPRS SERVICE AT+CGDCONT DEFINE PDP CONTEXT AT+CGQMIN QUALITY OF SERVICE PROFILE (MINIMUM ACCEPTABLE) AT+CGQREQ QUALITY OF SERVICE PROFILE (REQUESTED) AT+CGACT PDP CONTEXT ACTIVATE OR DEACTIVATE AT+CGDATA ENTER DATA STATE AT+CGPADDR SHOW PDP ADDRESS AT+CGCLASS GPRS MOBILE STATION CLASS AT+CGEREP CONTROL U
hello I'm new to GPRS and m2m communication. I'm trying to send datas from vehicules to a distant server. I’m using a GM862-GPS from telit and I want to send data to a socket with these commands : AT+CPIN=XXXX AT+cgreg=1 AT&K=0 AT+CGDCONT= 1,”IP”,”orange” AT#USERID=”” AT#PASSW=”&
hi i am using gr47 module and i can connect to a server with a static IP and then can send data and receive data but the problem is that: i don't know how to disconnect from server. the code that i connect to the server is: AT+CGDCONT = 1,”IP”,”internet" AT+cgreg=1 AT*E2IPA=1,1 AT*E2IPO = 1,”129.59.217.99”,3
Hi everyone, I have a really difficult project. My project is to turn on/off my leds by using gprs modem. Where should I start?? Now I'm trying to give my modem a static İP by using AT commands but that is also difficult:( Please help me Thanks
hey can anybody tell me is it possible to transmit data from gm862 to a remote server and simultaneously receive data from the same server... i can connect it to remote server and can send data from module to server by using these commands... AT+cgreg=1 AT+CGDCONT AT#SKTSET AT+CGACT AT#SKTOP when i get connect response i can send data ..
First you have to learn basic interfacing with GSM/GPRS modem learn AT commands.. try to do simple interfacing with modem like dialing no, sending/recieving sms, checking signal strength etc. then you start GPRS related commands
AT OK AT+CGDCONT=1,"IP","orangeinternet","192.168.71.35" ,1,1 OK AT+CDNSCFG="158.043.192.001","158.043.128.001" OK AT+CSTT="orangeinternet","","" OK AT+CIICR OK AT+CIFSR 10.52.83.134 AT+CIPSTATUS OK STATE: IP STATUS AT+CIPHEAD=1 OK AT+CDNSORIP=1 OK AT+CIPSTART="TCP","212.157.119.102","21" OK CONNECT OK +IPD65:220-*********************************
i really did not understand your question... if you have problem then post the code here so that someone will help you.......
hi, thanks for the information. i hope my questions are not bothering you :) i tried using hardware flow control but it seems its not working. i connected CTS/RTS line to my microcontroller and enabled hardware flow control using AT+IFC=2,2 but when i put CTS line to low sim900 continues to transmit data and overflow occurs. am i missing something
Hi all, I've purchased SIM900-TE-C for MMS application. The SIM900 runs commands in "SIM900_AT_Command Manual V1.03" properly. But when I tried the MMS commands (SIM900_MMS_AT Command Manual V1.00), I always got "ERROR" result. The following is my information. Country: Thailand Mobile operator: AIS, DTAC Result from ATI SIM900 R11.
Hello,everyone I did some work to transplant TCP/IP stack to MCU. Through GPRS, MCU can connect internet. However, I met with some trouble during LCP negotiation.The following is my solution referring networking order to make MCU PPP simpler.The LCP option request are respond with rejection. Server:7e ff 03 c0 21 01 01 00 14
To send data using modem(mc35i) use following at commands, at+csms=1 at+cmgf=1 at+cmgs=" +91number to whom u want to send " >ur message ^z. try this step. but every time u type command u should wait for its response. then u giv next command.
Actually, the GPS by SMS can not meet the market requirement now. What about using SMS+Free GPRS platform. Bryan Huang (Manager) Wynnyeen International (China) Limited Mobile:008613924587838 |Tel.:008675526161537 |Fax:008675533230856 Email/MSN/Gtalk: |Skype/Yahoo: wynnyeen Shenzhen, China
i hav done the successful communication with ftp server using tcp port 2021,i hv made the directory in server successfully but for data connection i have write below last command but it shows error? Could you please check and revert. +CREG: 1,"0C25","084A" RDY +CFUN: 1 +CPIN: READY at OK at OK at+creg? +CREG: 0,1 OK at+cgatt=