Sending HEX Values to Network device with TCP Binding

Hello,

we must send HEX commands to amps to load presets.

The crown digital amps accepts TCP commands with HEX Codes

for example

02190000001F2A270000000030100015040001000020050000000100040103

how can I send HEX Codes with de TCP Binding

Thanks

I’m not sure if it will help, but the following thread (for talking to an IR unit) involved passing it similar values.

I recall having to massage the hex values into 2 byte unicode or similar.