Top "At-command" questions

AT Commands are text commands for communicating with a modem.

How do I go about writing a program to send and receive sms using python?

I have looked all over the net for a good library to use in sending and receiving sms's using python …

python sms gsm at-command
How to reject or accept an incoming call to my GSM modem using AT commands in Python?

I've wrote the below Python program to wait for incoming calls and accept or reject them. Based on this document …

python gsm at-command pyserial modem
Send arduino sensor data to server with GPRS shield and AT commands

I'm trying to send arduino sensor data to a server using a GPRS shield (sim900 shield from geeetech http://www.…

python arduino sensors at-command gprs
Send AT command on rooted Xperia Z android device

I have a rooted xperia Z phone. I would like to send USSD command and catch the answer. My first …

android adb at-command ussd
Sending SMS AT commands to 3G modem using PHP

I'm having trouble sending commands to a 3G modem connected on COM5. The modem is accepting the connection and receiving …

php modem 3g at-command