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.

2 comments:

  1. Hi, I am very interested in using this software, but the download link is no longer active. Could you send me the files maybe?

    ReplyDelete
    Replies
    1. I just found the more up to date link from your post following the feature of this program on dangerous prototype. Thanks!

      Delete