usb-Serial-port:how to send a message with hex for RTU Modbus?

Dear all :
I am use node red serial output to send a message to our modbus device and use python to send message to our modbus device is OK , but when I am use node red serial output or request to send the same message as below ,it send the message but change the type ,how do i send a message as hex .
0: 0xb
1: 0x6
2: 0x8
3: 0x2b
4: 0x0
5: 0x20
6: 0x7a
7: 0xdd
modbus show message as below
2020/11/9 11:03:32.085 [RX] - 7B 22 70 61 79 6C 6F 61 64 22 3A 7B 22 74 79 70 65 22 3A 22 42 75 66 66 65 72 22 2C 22 64 61 74 61 22 3A 5B 31 31 2C 36 2C 38 2C 34 33 2C 30 2C 35 30 2C 31 32 32 2C 32 32 31 5D 7D 79 74 72 71 65

thank you for your help
David best regards

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.