Hello everybody!!
Well, I’ve been working with SIM200 a lot, since about a year and a half… At the beggining of the year I start using SIM340, because SIM200 is obsolete.
For the SIM 200 I’ve made a software to connect via GPRS to a Server application made in Visual Basic. It worked fine, very fine… Then I modify the code so I would be compatible with SIM340. [I mean, I modify the code of the MCU that controls the GPRS module]. There were few little differences between SIM200 and SIM340… I made this changes, about 6 months ago, and when I tested it also work very fine.
Since that, till today I haven’t touch that project… Now I return to it, because I want to do some changes, and I found out that I can’t connect to the Server… The MCU code has not change, it’s exactly the same… The Visual Basic application has experience some changes (not done by me, my boss did it, he knows lot about Visual Basic). The changes on this application were necesary because the software uses a DataBase, and now it works with another DataBase…
The GPRS module arrives to the point of connnecting to server, and after a long waiting (about a minute) it response:
STATE: TCP CONNECTING
CONNECT FAIL
Don’t know what to look for what to do… It seems like the Server never exists… I can tell that because if I close my Visual Basic application, the same thing happens…
I know the module is connecting to the cell-phone provider Network because it gives me an IP address
Thanks A LOT!!!