Hi,
I am trying to convert a buffer data to string data
Buffer data i am pushing in as follows,
[123,34,100,97,116,97,34,58,34,52,49,49,48,48,52,34,44,32,34,112,111,114,116,34,58,50,44,32,34,116,105,109,101,34,58,34,105,109,109,101,100,105,97,116,101,108,121,34,125,0]
the data displays when it converted to string as below,
{"data":"411004", "port":2, "time":"immediately"}
how should i need to proceed in node red?