alejoseb / Modbus-STM32-HAL-FreeRTOS

Modbus TCP and RTU, Master and Slave for STM32 using Cube HAL and FreeRTOS
GNU Lesser General Public License v2.1
539 stars 183 forks source link

how to set register address ? #52

Closed saeidshokoufi closed 2 years ago

saeidshokoufi commented 2 years ago

Dear

Thanks for your Library,

How to set start address of Registers in modebus in this library?

Best Regards

alejoseb commented 2 years ago

Hi, The library does not support setting an specific starting address. It simply operates using zero-based arrays and addresses.