Hello,
I am able to send data from Arduino to a Server using GSM SIM800L. The data is being sent in HEX format. Though, as per my understanding, there is no provision to store HEX data in MySQL, the data gets converted to the corresponding INT values (as I have given the datatype as INT in the table of my database) and is stored.
Now, I need to fetch this data and send it to a different module. How I can convert this data back to HEX while retrieving it?
Thanks in advance.
Regards,
Anuvandan Dave