debevv / nanoMODBUS

A compact MODBUS RTU/TCP C library for embedded/microcontrollers
MIT License
234 stars 47 forks source link

Fixed function handle_read_file_record() logic according to specification #33

Closed arhiv6 closed 12 months ago

arhiv6 commented 1 year ago

According to MODBUS specification we MUST finish checking all checks before starting processing sub-requests. This PR fixed it.