tcpOpen in listening mode

Find and share HowTos to various installations / configurations!
2 posts • Page 1 of 1
riccardo.crociani
Posts:34
Joined: Tue Mar 31, 2015 12:52 pm

tcpOpen in listening mode

Post by riccardo.crociani »

Hello,

is it possible to open a port in listening mode by the function tcpOpen() ?

If not, does exists any other way to do it ?

Thanks
Riccardo

gschijndel
Posts:376
Joined: Tue Jan 15, 2019 3:12 pm

Re: tcpOpen in listening mode

Post by gschijndel »

With the tcpOpen function it is not possible to open a port in listening mode.

With a c++ control extension it is possible to add your own function to the control language. It is located in the documentation under 'Special functions' -> 'Control Extensions'.

Perhaps it is an option to use UDP instead. The udpOpen function listens on the specified local address for incoming data.

2 posts • Page 1 of 1