Sunday, August 22, 2010

AT Command Script Processor... Enhanced and Renamed!



The AT Command Processor was renamed to Serial AT Command Processor. It has been featured on the Dangerous Prototype.

This software was used for creating AT Command Scripts for USB Huawei E160E HSDPA Modem and GSM/GPRS Sim900D Modem.

But later I realized the it can also be used on Dangerous Prototype's Pirate Bus, which is a very powerful tool especially for us hobbyists.

Download Link: Serial AT Command Processor


- includes sample script for AT command and Bus Pirate Sample script


Update as of 8/9/2015:  The source code and the link for the Windows executable and sample scripts are placed here

Saturday, August 14, 2010

AT Command Script Processor

Last week, I am creating a software for GSM module. The debugging of the AT command is usually done via Hyperterminalbut I got tired of typing series of AT commands via Hyperterminal. I tried looking on the web for some kind of AT Command Script Processing to be able to execute series of AT commands repeatedly but found none.

So I created an AT Command Script Processor written in C# (Visual C# 2010 Express Edition).



Here is the download link. (Current version as of this writing is 00.08.01 Alpha Release)

Included are two files: the application and a sample script file.

The script file formatting is like this:
AT Command| Get Response (bool)| Delay| Comment
Example#1:
AT|TRUE|1000|Send AT then delay for 1 sec then get data
This example wait for the reply from the GSM modem.

Example#2:
AT|FALSE| 1000|Send AT then delay for 1 sec
This example doesn't wait for reply from the GSM modem.

Update as of 8/9/2015:  The source code and the link for the Windows executable and sample scripts are placed here.