This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| sdk:scripts:modbus-tcp-rtu-gateway [2022/07/07 12:15] – klueppel | sdk:scripts:modbus-tcp-rtu-gateway [2022/11/08 07:48] (current) – klueppel | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| <code c modbus-tcp-rtu-gateway.are> | <code c modbus-tcp-rtu-gateway.are> | ||
| /* DESC: This script implements a Modbus TCP RTU gateway | /* DESC: This script implements a Modbus TCP RTU gateway | ||
| - | * Copyright (C) 2015-2022 NetModule AG, Switzerland | + | * Copyright (C) 2015-2016 NetModule AG, Switzerland |
| */ | */ | ||
| DEVIDX | DEVIDX | ||
| Line 82: | Line 82: | ||
| nb_modbus_set_debug(tcp_client, | nb_modbus_set_debug(tcp_client, | ||
| } | } | ||
| + | } | ||
| } | } | ||