damian177 - 2023-05-04

Hi,

Form my codesys I must send/receive package to remote device by TCP/IP on port 6611 . Package like below:
<esc><cmd>;<values>;<names>;<tid>;<crc><esc>\</esc></crc></tid></names></values></cmd></esc>

To do it I can use below example ?
https://store.codesys.com/en/http-client-example.html

and in url I should use http://ipaddres:6611 ?