I received accelerometer value (0x): E0-EA-F8-E4-28-32 in mobile.Is is possible to send Decimal values instead of Hex value?
I received accelerometer value (0x): E0-EA-F8-E4-28-32 in mobile.Is is possible to send Decimal values instead of Hex value?
There's no such thing as sending a decimal vs a hex value. You are sending the underlying data, how it's displayed it just a question of formatting. Whatever you are using to view the data just happens to show the bytes as hex because it doesn't (and cannot) know what the data type is.