I am working with serial-in/out nodes from node-red-node-serialport 0.11.0.
I have a hex message that I want to out directly but the module deliver the string as ASCII string or binary buffers.
But this would be to have again this data in node red and process it, isn't it?
what I want is to deliver via serie as hex string (it will be delivered to a external physical device) this output or do a trick to achieve the output ascii string will be the hex output that i need ....
Thanks again
I was in need of the same thing, to give a hexa output.. which I managed to obtain buffer from binary code and sent it to the device.. that is a bit complicated.. but works( still searching for better way)