Apollo3zehn / FluentModbus

Lightweight and fast client and server implementation of the Modbus protocol (TCP/RTU).
MIT License
189 stars 71 forks source link

Unable to create RTU Client #25

Closed weirdyang closed 4 years ago

weirdyang commented 4 years ago

image Hi, I'm trying to create a RTU client but the constructor doesn't accept a string.

weirdyang commented 4 years ago

Ok, it's the documentation. It should be corrected to ModbusRtuClient.

image

Apollo3zehn commented 4 years ago

Thanks, I'll correct it later today! It's a classical copy paste error in the documentation ...

Apollo3zehn commented 4 years ago

Fixed!