FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
186 views 1 comments
by anonymous

At the moment, we are struggling to find an unique identifier from the TRB145 device using BASH command. We just simply don't know where all the unique identifiers stored including serial number, IMIE number and etc.

We are just simply trying to send some readings to our server with the unique identifier through a bash script.

Besides, we could find these unique identifiers including the IMIE through the admin page. See the attached file.

However, we don't want to manually put these information in a text file for each of the device.

Thanks for your help in advance.

1 Answer

+1 vote
by anonymous
Write the command: gsmctl with the appropriate parameter.
eg.
gsmctl --imei

For more intomation, see:
https://wiki.teltonika-networks.com/wikibase/index.php?title=AT_Commands
by anonymous
That works. Thanks a lot for your quick response as well!