TCP communication with Panasonic video mixer

Hi,
I’m trying to communicate over TCP/IP with a video mixer PANASONIC HS410, the protocol and the commands are documented here: [url]https://eww.pass.panasonic.co.jp/pro-av/support/dload/hs410_if201/AV-HS410-HS410_IF-Protocol-Ver1.3EVol_1.pdf[/url]
The documentation is pretty clear but I don’t really know how to construct the described TCP packet in TD. Should I try something like this ?

op(‘tcpip1’).sendBytes(0x02,‘SAUT:00:0:0’,0x03)

Thanks for your help^!

Yes, that looks correct. You can use two TCPIP DATs to send the data and inspect the results by changing the Table Format to ‘One Row Per Byte’ and enabling the ‘Bytes Column’.

Thanks Malcolm, i’ll try it !