FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

4167 questions

4739 answers

3460 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
700 views
in Vehicle tracking by
Hi,

What is the correct or best way of decoding device IMEI code?

Hex value of the code is 383637303335303432383831323930 and actual IMEI is 867035042881290. If remove every second character from hex code, which in this is case is "3" then I'll get the IMEI code but I think there are better ways of doing this.

If I just convert it to decimal value, I wont get the correct code, unlike I'm getting with every other value in messages that device sends.

1 Answer

0 votes
by anonymous

Hello,

In order to convert IMEI from hex format to the original number, you have to convert it using hex to ASCII conversion.

Please refer to the red box in this ASCII Table.

Best Regards,

Mahmoud A.M Khalil

Best answer
by
Thanks Mahmoud!