Data stream is not ASC character format like FB 10 00... It is hex data stream: 0xFB, 0x10, 0x00 not readable in {1} buffer from TCP plugin. So I don't know how to use Results object to manipulate the hex pattern in VC. I think Hex code in Serial port communication is common. But when using TCP server to receive it, especially for VC, we really don't know that. Any suggestion?