https://github.com/tomazas/atcommandtester
Ported and cleaned up version of the ATCommandTester from m2msupport.net
https://github.com/tomazas/atcommandtester
at at-command atcommands gsm gsm-modem java serial tester
Last synced: 3 months ago
JSON representation
Ported and cleaned up version of the ATCommandTester from m2msupport.net
- Host: GitHub
- URL: https://github.com/tomazas/atcommandtester
- Owner: tomazas
- License: gpl-2.0
- Created: 2015-08-08T13:30:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-02-26T13:45:13.000Z (over 2 years ago)
- Last Synced: 2023-11-07T19:19:32.690Z (over 1 year ago)
- Topics: at, at-command, atcommands, gsm, gsm-modem, java, serial, tester
- Language: Java
- Size: 896 KB
- Stars: 128
- Watchers: 12
- Forks: 54
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### 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.`
* Ported and cleaned up version of the ATCommandTester from m2msupport.net
* Standalone & offline - no Java Applet security bullshit
* Still lots of optimizations can be done, e.g. ATCommandTester.java >10k lines!!! seriously?! OMG!
* Grab and enjoy!***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***
![]()