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?
Hello,
Configuration - Other - Data view - User's format - Set %.2X
Thanks, Arthur! i can just show the HEX value. :)