TCP Server that can binding on specified TCP Port and specified local IP address or all local IPs (All(*)) asynchronously.
Also It send/receive data in asynchronously mode.
It has two modes for Tx/Rx Data:
1- Plaint-Text (Default)
2- Hex-String (Array of Bytes), and this mode if usual to communicate with smart devices like as PLCs, Micor-Controllers, RTUs, ...etc
Also It send/receive data in asynchronously mode.
It has two modes for Tx/Rx Data:
1- Plaint-Text (Default)
2- Hex-String (Array of Bytes), and this mode if usual to communicate with smart devices like as PLCs, Micor-Controllers, RTUs, ...etc
Show More