473,396 Members | 1,816 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Using At+commands

Hi guys/gals, i'm new to this forum, and WHOA IT'S GREAT!!!
I'm working for a Software company and i'm incharge in developing a simple SMS gateway.

Everything is working fine currently, I'm using cache to connect to the GSM modem the company is supplying.

As such, we are using AT+ commands,

forgive me if this question is silly, but i haven't been able to detect the Network from my modem.

I'm using AT+CPOS command, on certain modem, i'll be getting the correct msg, which i can identy, but on other modem, they just return me some funny numbers, exp:52123 whereas it should have been "DiGi"

My guess is the modem setting, i need to set something, but right now, i've got no idea what to set, the next thing would be Getting the SIM card No.

It would help if someone can tell me which AT+ command should i use to grab the SIM card phone number (not from the address book but the actual own number of that sim i'm using).

Thanks, any relevant reply would be appriciated
Jul 4 '07 #1
4 8250
It's me again

i've found a way to work around the problem of not getting the telco information correctly.

AT+COPN actually display a list of telco company with the no appended, thus u can compare the number and get the telco company,

Here's the example I got

SMSDEV>w $$SRead^SWr.msgSMS("AT+COPN",5)
AT+COPN
+COPN: 20201,"GR COSMOTE"
+COPN: 20205,"vodafone GR"
+COPN: 20209,"GR Q-TELECOM"
+COPN: 20210,"TIM GR"
+COPN: 20404,"vodafone NL"
+COPN: 20408,"NL KPN"
+COPN: 20412,"NL Telfort"

Just something i found

But the drawback will be slower information gathering time, Using Cache takes extra 20-30% longer than hyperterminal.

Jacs
Jul 4 '07 #2
Hi Jacob,
I'm also very new to this forum as well as very very new to the S/W field. Just now I'm also working on the sms gateway s/w as a first project of my carrier. I have got the at+ commands for these, and I think that to get the sim no. you have to know about the PIN no of that SIM.
The PIN no you can get from the ESN no of the SIM.THis is my idea, please try it. And if I'm wrong then please guide me and forgive me for my wrong ans.
Can you please tell me about the usage of at+ commands for sending & recieving of bulk sms. Just now I have got the same application only for single sms at time using hyperterminal.

Thanks
















Hi guys/gals, i'm new to this forum, and WHOA IT'S GREAT!!!
I'm working for a Software company and i'm incharge in developing a simple SMS gateway.

Everything is working fine currently, I'm using cache to connect to the GSM modem the company is supplying.

As such, we are using AT+ commands,

forgive me if this question is silly, but i haven't been able to detect the Network from my modem.

I'm using AT+CPOS command, on certain modem, i'll be getting the correct msg, which i can identy, but on other modem, they just return me some funny numbers, exp:52123 whereas it should have been "DiGi"

My guess is the modem setting, i need to set something, but right now, i've got no idea what to set, the next thing would be Getting the SIM card No.

It would help if someone can tell me which AT+ command should i use to grab the SIM card phone number (not from the address book but the actual own number of that sim i'm using).

Thanks, any relevant reply would be appriciated
Jul 23 '07 #3
RedSon
5,000 Expert 4TB
Hi Jacob,
I'm also very new to this forum as well as very very new to the S/W field. Just now I'm also working on the sms gateway s/w as a first project of my carrier. I have got the at+ commands for these, and I think that to get the sim no. you have to know about the PIN no of that SIM.
The PIN no you can get from the ESN no of the SIM.THis is my idea, please try it. And if I'm wrong then please guide me and forgive me for my wrong ans.
Can you please tell me about the usage of at+ commands for sending & recieving of bulk sms. Just now I have got the same application only for single sms at time using hyperterminal.

Thanks
Hey guys, thanks for joining. I'm the moderator of this forum but I can't help you much. I build applications to run on embedded devices not SMS gateways and connectivity like that. Sorry. But keep up the good work, hopefully between the two of you, you can work it out. This seems to be a common problem.
Jul 24 '07 #4
Hello guys, sorry for not posting so long, I'm back at developing an SMS gateway, Things have been fine now,

For your information, many places don't stat it, but certain models of Modems requires an initialization string. You have to run it after unlocking the sim for the modem to function properly

Hope this helps
Mar 27 '08 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: A | last post by:
I need to send "AT" Commands to a GSM Modem that is connected to my local machine vi a USB port. How is this done? Is there an interface in .NET that allows communicating to the USB Port? Sample...
1
by: Jonas Hei | last post by:
I need to develop support for communications using modems (AT compatible modems) in my application? Where do I start? Would you recommend using TAPI? Or would it be a better idea to directly...
1
by: Johny Begood | last post by:
Hi All, Anyone any suggestions on sending AT modem commands to a mobile phone connected via Bluetooth, primarly to send SMS. How would you get php to send these commands AT OK AT+CMGF=1 OK
2
by: weird0 | last post by:
// AT+CMGS sends the SMS message I wish to send the above AT command on the serial port but how should i write the string for it which is "AT+CMGS=+03222345432 temp...
0
by: sajithamol | last post by:
Can anyone please tell me how to implement AT commands in .NET for sending and receiving SMS through GSM modem/mobile connected to a PC.
1
by: thiruanjali | last post by:
Dear friends How to use at commands in c for accessing gsm modem, Please send any info to email removed per posting guidelines Thanks
1
by: laxmidilu123 | last post by:
Hi friends.... i trying to write a sample application which would communicate a webservice through my gprs modem (Sparkfuns EVK v3 usb with GM862 telit module) through a set of AT commands. ...
1
by: pritpalsinghbasra | last post by:
HELLO SIR, I am ME biomedical engg student i wanted to send signal from my device which sense ecg and want to send that ecg to the doctors mobile as a heart rate so how can i use gsm modem for it...
0
by: gorovc1234 | last post by:
i need to know the phone models that support the AT command AT+CMGS Does Nokia 6600 support this command is it possible to send an sms through the hyper terminal on any symbian 60 series phone
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.