Skip to content

Commit 36e754a

Browse files
update docu
1 parent 18b6ee0 commit 36e754a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Collection of classes and examples that are mainly related to Serial and Network
3030
| Example | Description |
3131
| --- | --- |
3232
| 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) |
3334
| uip.pas | Some helper routines to work and get IP's |
3435
| utcp.pas | abstract wrapper for TLTcp (from L-net) |
3536

@@ -44,7 +45,7 @@ Collection of classes and examples corresponding to data processing, math and co
4445
| udomxml.pas | generic xml parser |
4546
| ufifo.pas | generic first in first out class |
4647
| 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) |
4849
| uneuralnetwork.pas | generic neural network implementation (not performant but simple) |
4950
| usqlite_helper.pas | helper routines to access to SQLLite3 databases (needs SQLDBLaz package)|
5051
| uuart_deprecated.pas | wrapper for synaser.pas (see Synapse) |

0 commit comments

Comments
 (0)