Gemalto is now part of the Thales Group, find out more.

You are here

Signal strength extraction within Java | Thales IoT Developer Community

May 28, 2015 - 11:03pm, 3757 views

When checking a response from a modem, ie EHS6T, it is straight forward if there is only one response parameter. However when using AT^SMONI for checking EC/n0 and RSCP for checking the GSM signal levels, they are two of about 18 parameters within the response. I am struggling trying to find technigues within a Java program for extracting these two parameters from the response string. Any guidance on the best methods for doing this would be appreciated.