nrf51 device transmit data as integer or hex value but i have received in end as ascii value. what could i do. any solution?
thanks advance.
nrf51 device transmit data as integer or hex value but i have received in end as ascii value. what could i do. any solution?
thanks advance.
Your question doesn't make sense - please clarify.
.
Any UART - not just nRF51 - just transmits bytes; it neither knows nor cares what those bytes will be used to mean or represent.
It is entirely up to you how you will interpret the bytes - as ASCII codes, or as numbers, or whatever
Your question doesn't make sense - please clarify.
.
Any UART - not just nRF51 - just transmits bytes; it neither knows nor cares what those bytes will be used to mean or represent.
It is entirely up to you how you will interpret the bytes - as ASCII codes, or as numbers, or whatever