I Need to convert string of decimal to ascii data is coming like this:- NAME : msg.payload : string[78] "74 0069 0082 0089 000 0065 0075 0065 0082 0032 0075 0085 0077 0065 0082 000 00"

  1. What does Debug 3 show?
  2. What is "74 0069 0082 0089 000 0065 0075 0065 0082 0032 0075 0085 0077 0065 0082 000 00" supposed to read?

Debug 3 show mqtt raw data.
And decimal value are showing person name

"74 0069 0082 0089 000 0065 0075 0065 0082 0032 0075 0085 0077 0065 0082 000 00" this the name of person comeing from biometric device

Please show us

What exactly does this particular set of numbers equal? It is necessary to know to help with accurate conversation

I have to convert it on ASCII.

"80.0082.0065.0066.0072.0065.0075.0065.0082.0032.0075.0085.0077.0065.0082.000.00" this no is equal to "PRABHAKAR KUMAR"

1 Like

this is working properly for prabhakar but when i enter "74.69.82.89" Return ER only but this is actually jery

Returns JERY here

1 Like

Thanks you very much E1cid its work. Thankx for your help.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.