You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ Collection of classes and examples that are mainly related to Serial and Network
30
30
| Example | Description |
31
31
| --- | --- |
32
32
| Modbus_Diagnostic | Shows a implementation for the MODBUS RTU, MODBUS-TCP and MODBUS-TCP RTU version, use to detect address offset and encoding of the MODBUS SLAVE |
33
+
| uchunkmanager.pas | Server / Client component to send packages of data through a TCP-IP connection (need L-Net) |
33
34
| uip.pas | Some helper routines to work and get IP's |
34
35
| utcp.pas | abstract wrapper for TLTcp (from L-net) |
35
36
@@ -44,7 +45,7 @@ Collection of classes and examples corresponding to data processing, math and co
44
45
| udomxml.pas | generic xml parser |
45
46
| ufifo.pas | generic first in first out class |
46
47
| uimodbus.pas | Modbus server class for Modbus TCP or Modbus RTU |
47
-
| uiwrapper.pas | data source wrapper for uimodbus.pas (L-Net or Synapse) |
48
+
| uiwrapper.pas | data source wrapper for uimodbus.pas (Lnet or Synapse) |
0 commit comments