Giter Club home page Giter Club logo

Comments (16)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 13, 2024
Of course not work, because library has a lot of mistakes...

Original comment by [email protected] on 16 Jan 2012 at 3:58

from gsm-shield-arduino.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 13, 2024
Hmm, I see only 9 open issues. And SMS-test works.

Original comment by aapo.rantalainen on 16 Jan 2012 at 4:12

from gsm-shield-arduino.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 13, 2024
It works, but not all!

For example, look my issues7 and source code. How module can execute commands 
if he received:

ATD
+420123456789
;

not a ATD+420123456789;

???

Look GSM.cpp, int GSM::begin(long baud_rate){
Always return true, if module not answer or not connected...

And etc...

Original comment by [email protected] on 16 Jan 2012 at 4:30

from gsm-shield-arduino.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 13, 2024
dmg244 you are right and we need also your help with testing and debugging. Now 
the begin should be very stable. Check the new version and let me know!

Original comment by [email protected] on 18 Jan 2012 at 9:57

from gsm-shield-arduino.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 13, 2024
OK!

Original comment by [email protected] on 18 Jan 2012 at 11:51

from gsm-shield-arduino.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 13, 2024
Hi,
  i downloaded new version "GSM_Shield_GPRS_Ver_3_06_(IDE100).zip".
   now also same problem.
  i think 
          "int res= gsm.read(result, resultlength);" - the problem.

Original comment by [email protected] on 9 Feb 2012 at 6:35

from gsm-shield-arduino.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 13, 2024
Hi, 
1) Do the other sketch work?
2) If you remove it, and use the same sketch, does it work? 
3) Use also the debug mode (decomment in GSM.h the line DEBUG_ON) re-compile e 
post the results
Marco

Original comment by [email protected] on 9 Feb 2012 at 8:38

from gsm-shield-arduino.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 13, 2024
I got LibraryClient testing working with version 3.06.
Just changed my APN.

Original comment by aapo.rantalainen on 17 Feb 2012 at 8:20

from gsm-shield-arduino.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 13, 2024
I changed address of httpGET and it received 0. I changed it back to google, 
and it received 0. 

Log with debug enabled:

GSM Shield testing.
DB:ELSE
DB:ELSE
DB:ELSE
DB:CORRECT BR

status=READY
DB:STARTING NEW CONNECTION
DB:APN OK
DB:CONNECTION OK
DB:ASSIGNED AN IP
status=ATTACHED

85.76.207.23
DB:RECVD CMD
DB:OK TCP
DB:>
DB:SENT

Number of data received:
0

Data received:

CLOSED


Original comment by aapo.rantalainen on 17 Feb 2012 at 8:31

from gsm-shield-arduino.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 13, 2024
Mhh seems that everything work except for the last step. Try this ways:
1)Change baudrate (use 1200 or 2400) for gsm.begin
2)After the first attempt without result, try the reset button on the shield 
(without turning off the power source).
3)If these solutions don't work, open the inetHTTP.cpp file and in the function 
httpGET comment the line where it save the reply (line 54) and decomment the 
line 58 just for the return value.
Let me know if some of these solutions work ;)
Marco

Original comment by [email protected] on 19 Feb 2012 at 5:46

from gsm-shield-arduino.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 13, 2024
Seem there is a problem in the function inetGSM::attachGPRS, when command 
"AT+CSST" is invoked.  The original code is:   

  gsm.SimpleWriteln("AT+CSTT");
  gsm.SimpleWriteln(domain);
  gsm.SimpleWriteln("\",\"");
  gsm.SimpleWriteln(dom1);
  gsm.SimpleWriteln("\",\"");
  gsm.SimpleWriteln(dom2);
  gsm.SimpleWriteln("\"\r");  

but don't work for me.  I decided send the command in a unic line, for my 
specific case:  

gsm.SimpleWriteln(domain,\"\",\"\")

and worked.

Original comment by [email protected] on 6 Apr 2012 at 5:25

from gsm-shield-arduino.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 13, 2024
Thank you very much! I try to put the command in a unic line.
Marco

Original comment by [email protected] on 6 Apr 2012 at 6:21

from gsm-shield-arduino.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 13, 2024
Of course that construction will not be worked. Because Writeln send data to 
SIM module immediately. Marco you say that review all code and will repair this 
errors.

Original comment by [email protected] on 6 Apr 2012 at 7:28

from gsm-shield-arduino.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 13, 2024
Yen man i said this. But on my system it works perfectly. However dear dmg244 I 
don't receive money for this job. As you can see it's an open suorce project. 
So if you want to collaborate I'm happy but I can't fix all the library without 
help of you.

Original comment by [email protected] on 6 Apr 2012 at 7:39

from gsm-shield-arduino.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 13, 2024
The change for this is done now.

Original comment by [email protected] on 24 Apr 2012 at 1:03

  • Changed state: Fixed

from gsm-shield-arduino.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 13, 2024
This issue section is not longer supported.
Please check the support page www.gsmlib.org 

Original comment by [email protected] on 6 Jul 2013 at 11:27

from gsm-shield-arduino.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.