FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

13340 questions

15854 answers

25644 comments

50341 members

0 votes
113 views 1 comments
by

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
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
That works. Thanks a lot for your quick response as well!