Modbus-STM32-HAL-FreeRTOS icon indicating copy to clipboard operation
Modbus-STM32-HAL-FreeRTOS copied to clipboard

Modbus TCP and RTU, Master and Slave for STM32 using Cube HAL and FreeRTOS

Results 3 Modbus-STM32-HAL-FreeRTOS issues
Sort by recently updated
recently updated
newest added

Hello. I have downloaded your modbus library and I am trying to use it. I use STM32F407. I have followed the steps that you have suggested: 1. In CUBEMX, configured...

Am I correct in thinking that, assuming the STM32 is a slave and implementing 5 coils, 5 holding registers, 5 input registers and 5 discretes, the numbering for each has...

Hello. Hope you're well. I want to simultaneously write and read from one client board to several servers. For example, here are two servers with Server1: IP:192.168.1.101, Port:2000 Server2: IP:192.168.1.102,...