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 ?
Log in to post a comment.
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 ?