Commit Graph

16 Commits

Author SHA1 Message Date
a458e76aea Implemented Modbus Serial Client 2024-04-02 19:34:27 +02:00
ca95298390 Moved some more settings to the connection interface 2024-04-02 17:43:45 +02:00
21b0540e81 Updated Protocol Constants 2024-04-02 17:40:29 +02:00
a58af4d75f Refactoring connection to use an idle timeout and automatically close the underlying data channel 2024-03-31 22:39:42 +02:00
967d80ff3f Implemented RTU over TCP protocol 2024-03-28 20:26:02 +01:00
1bcac96d52 Implementing ASCII protocol; removing min. unit ID for serial line - see note on README 2024-03-28 18:08:44 +01:00
dee0d67453 Implemented the RTU protocol 2024-03-27 20:39:43 +01:00
7d5f3194c2 Renamed array-extension to "BigEndian" 2024-03-26 20:23:35 +01:00
d6bc5f1a4a Added implementation of Modbus TCP Server 2024-03-25 20:54:22 +01:00
fbc9f9e429 Add ModbusDevice as preparation for server implementations. 2024-03-18 13:49:06 +01:00
946614b86c Trying to stabilize the CI build as the last build had only 20% coverage due to wrong detection 2024-03-10 00:03:16 +01:00
24f7cc74a7 Implemented Device Identification (0x2B / 43) for TCP 2024-03-09 21:31:33 +01:00
7a3c7625a7 Added IDs and Tags for NuGet packages 2024-03-09 17:33:29 +01:00
ab52d3a23a Added UnitTests for TCP 2024-02-29 21:44:29 +01:00
eedd1066e3 Implemented TCP 2024-02-11 19:32:35 +01:00
f31f6f94ff Implementation of the basic functionallity 2024-02-06 19:55:44 +01:00