At Commands

frika6

Active Member
Joined
Apr 3, 2012
Messages
33
Good day,

I have a question, can AT Commands be used to write a program? Or is it just used to command and to receive a response?

Forgive my inexperience. I'm new to all this development and would like to find a starting point.
 

gregmcc

Honorary Master
Joined
Jun 29, 2006
Messages
25,513
Only AT commands I remember were back in the modem days.
ATZ
ATW
 

Jet-Fighter7700

Honorary Master
Joined
Mar 12, 2008
Messages
31,618
its only used for diagnostics usually, but I suppose it could be done, as you can get it to dial, and hang up all using AT commands,

its definetly possible..... just not sure why....

unless your modem has to do something first before it works....
 

frika6

Active Member
Joined
Apr 3, 2012
Messages
33
I'm playing with ARM mbed but as far as I know C++ is mostly used for this type of dev. Just wanted to get some clarity
 

Geoff.D

Honorary Master
Joined
Aug 4, 2005
Messages
26,878
:D

Good for you for wanting to understand how all of this "stuff" started. But practically speaking, not really a requirement anymore ....
 

frika6

Active Member
Joined
Apr 3, 2012
Messages
33
:D

Good for you for wanting to understand how all of this "stuff" started. But practically speaking, not really a requirement anymore ....
Best to get started with a language and continue from there?
 

Geoff.D

Honorary Master
Joined
Aug 4, 2005
Messages
26,878
Looking up AT commands on Google gives over 2.4 million results .....

MY original ADSL modem ( still works) has an appendix in the back detailing the AT commands applicable to the modem.

I have a Microsoft MS-DOS User's Guide and reference on my bookshelf with an appendix listed AT commands .....

Maybe SS should have made more use of the "AT+CBC" command :whistling::crylaugh:
 

frika6

Active Member
Joined
Apr 3, 2012
Messages
33
Looking up AT commands on Google gives over 2.4 million results .....

MY original ADSL modem ( still works) has an appendix in the back detailing the AT commands applicable to the modem.

I have a Microsoft MS-DOS User's Guide and reference on my bookshelf with an appendix listed AT commands .....

Maybe SS should have made more use of the "AT+CBC" command :whistling::crylaugh:
took me a few minutes! Any suggestions on where to start an online C++ course?
 

Arthur

Honorary Master
Joined
Aug 7, 2003
Messages
26,879
Hard to believe, I know - I still have two modems between the two POTS lines coming into my office and the desktop PC. That way I can remotely manage Telkom CallForward and other touch-tone-managed services by simply RDPing into my PC and then controlling the Smart Services. It's all done in batch files that send Hayes AT command strings to the appropriate COM port and modem. From anywhere on the planet I can remotely forward my Telkom lines to any other number, switch CallForward on or off, etc.
 
Last edited:

frika6

Active Member
Joined
Apr 3, 2012
Messages
33
Hard to believe, I know - I still have two modems between the two POTS lines coming into my office and the desktop PC. That way I can remotely manage Telkom CallForward and other touch-tone-managed services by simply RDPing into my PC and then controlling the Smart Services. It's all done in batch files that send Hayes AT command strings to the appropriate COM port and modem. From anywhere on the planet I can remotely forward my Telkom lines to any other number, switch CallForward on or off, etc.
I find this amazing.
 

flippakitten

Expert Member
Joined
Aug 5, 2015
Messages
2,486
Hard to believe, I know - I still have two modems between the two POTS lines coming into my office and the desktop PC. That way I can remotely manage Telkom CallForward and other touch-tone-managed services by simply RDPing into my PC and then controlling the Smart Services. It's all done in batch files that send Hayes AT command strings to the appropriate COM port and modem. From anywhere on the planet I can remotely forward my Telkom lines to any other number, switch CallForward on or off, etc.

I don't understand why you would need to do that but I don't care to be honest, that is just freaking cool.
 

Arthur

Honorary Master
Joined
Aug 7, 2003
Messages
26,879
I don't understand why you would need to do that but I don't care to be honest, that is just freaking cool.
Because you can manage/change the various Plus Services only from an instrument directly attached to the line.
 

Hamish McPanji

Honorary Master
Joined
Oct 29, 2009
Messages
42,085
Good day,

I have a question, can AT Commands be used to write a program? Or is it just used to command and to receive a response?

Forgive my inexperience. I'm new to all this development and would like to find a starting point.

We used an asset telemetry device made by a company called enfora. That company is now owned by Novatel Wireless who now also own Digicore (Ctrack).

You could create scripts on that unit, store data, do calculations, loops , etc. All of this using AT commands. In essence, it was a scripting language of sorts
 

crackersa

Honorary Master
Joined
May 31, 2011
Messages
29,028
We used an asset telemetry device made by a company called enfora. That company is now owned by Novatel Wireless who now also own Digicore (Ctrack).

You could create scripts on that unit, store data, do calculations, loops , etc. All of this using AT commands. In essence, it was a scripting language of sorts
Recruiting again?

:D
 
Top