slowtec / modbus-core

A pure no-std Rust modbus library
Apache License 2.0
40 stars 16 forks source link

Added Modbus TCP server/codec based on the RTU versions #3

Closed dtjones190 closed 4 years ago

dtjones190 commented 4 years ago

Unit tests passed. I have done additional testing with smoltcp on a Nucleo-144 and haven't found bugs yet.

flosse commented 4 years ago

Thanks a lot!