ATCommandTester
ATCommandTester copied to clipboard
Ported and cleaned up version of the ATCommandTester from m2msupport.net
After clicking on the connect button, the program crashes. I found this in the error file: [hs_err_pid3676.log](https://github.com/tomazas/ATCommandTester/files/8263691/hs_err_pid3676.log)
You can find the correct jnilib for Mac x64 [here](http://blog.iharder.net/2009/08/18/rxtx-java-6-and-librxtxserial-jnilib-on-intel-mac-os-x/)
On my Ubuntu System 20.04, it doesn't find the USB-Serial-Adapter, while Arduino IDE and VS Code have no problem finding and connecting to it.
Log: ``` Found ports :COM3 Sending AT query.. Disconnecting port COM3. Retry connecting COM3 at 115200 with flow control enabled Sending AT query.. Disconnecting port COM3. Retry connecting COM3 at...
Is there any setup or configuration needed to make this work? Find Ports displays nothing in Yellow pane when invoked.