tomazas / ATCommandTester

Ported and cleaned up version of the ATCommandTester from m2msupport.net
GNU General Public License v2.0
140 stars 57 forks source link
at at-command atcommands gsm gsm-modem java serial tester

ATCommandTester

NOTE: This repo is just for reference to the old application code, it's not actively maintained or supported.


Test AT commands for GSM modems over serial (RS232/UART) connection with lots of options.

Windows users

Run run_x32.bat file to launch the program on 32-bit Windows.

Run run_x64.bat file to launch the program on 64-bit Windows.

GNU/Linux users

Install the Java Runtime Environment (JRE) and the java package for RXTXComm.jar

I.e: in Ubuntu GNU/Linux:

sudo apt install openjdk-11-jre for the JRE, if you don't have the command java

and

sudo apt install librxtx-java for the RXTXcomm library.

After that you can run the program with the right permissions to write to your serial port.

If you are in doubt... just use sudo ;)

sudo java -jar ATCommandTester.jar

Screenshots