Newbie needs advice | Telit Cinterion IoT Developer Community
November 27, 2021 - 10:37am, 1314 views
Good day
I am new to the Gemalto modems.
I have been tasked with creating a program that will automate the AT command to control the Gemalto Cinterion L30960-N2720-A100 modem. For my application, the modem will be connected to a logger. The logger will remotely and routinely collect data in the field that ***** to be transmitted to the HQ.
I can code in C and C++, so my question is. What IDE can I use to write the code, and how do I load it into the modem?
I see a lot of Java talk, can the modem only be programmed in Java or can I use C and C++ to automate the AT commands?.
Thanks in advance
Hello,
Is it BGS5T terminal? If you want to write an application which will run on the BGS5 module it can only be Java app. Additionally you can communicate with every module with AT commands over a serial or USB interface. In that case if you have a microcontroller you can program it with C or C++ to communicate with BGS5 module.
For Java we have an installation package with all the tools you need. Additionally there is a Java user guide document. Please check this link for the documents and software:
https://iot-developer.thalesgroup.com/documentation/download-documentati...
Please check the firmware version of your module with ATI1 command to find the best software version.
Best regards,
Bartłomiej
Hi Bartłomiej,
Thanks for the response.
Yes it is the BGS5T, I will read through the link provided. And then decide on a way forward