Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README.md
Browse files Browse the repository at this point in the history
AndreDrubig authored Jan 31, 2025
1 parent df32d87 commit 783f6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -33,8 +33,8 @@ Read 10 bytes from DataBlock 87 starting at address 54
```
var dataItem = new DataBlockDataItem<byte[]>(
dbNumber: 87,
length: 10,
startByte: 54
length: 10,
);
await connection.ReadAsync(dataItem);
Console.WriteLine($"Read data: {BitConverter.ToString(dataItem.Value)}");

0 comments on commit 783f6bc

Please sign in to comment.