I'm trying to build a GPS tracker servcie over Sockets, the tracker send hex value as the position, i need to know how to convert "11:87:28:26" into "640190225" , the manual said that i should use compressed BCD code to interpret
the hex value into the needed one,any help is appreciated
↧