How to convert array to a string ?

Hi

Yes I did that and I just used "t" and it was printed out correctly anthough it was the ascii representation printed 116

for (int i = 0; i < length; i++)
     {
       Serial.println(payload[i]);  
     }

Thanks

Regards Gary