News:

Welcome on our forum!

Main Menu

2 byte hex stream

Started by HHC, April 28, 2020, 07:33:30 PM

Previous topic - Next topic

HHC

There is a stream of hex, such as "E0 00 2C 01 E3 00 40 01" from serial port, two bytes for one signal level. it is only need to be output as the same stream, and will be send to mqtt.

But when i send "E0" to data logger, it show "#E0".

How can i remove the "#" sign?


Arthur Grasin

Hello,

Configuration - Other - Data view - User's format - Set %.2X
If you like my work, please take a few seconds and add feedback about our site or our software [here]

HHC

Thanks, Arthur! i can just show the HEX value.  :)