Modbus-STM32-HAL-FreeRTOS
Modbus-STM32-HAL-FreeRTOS copied to clipboard
Connect to multiple servers....
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, Port:2001
According to the picture, I considered a telegram for each of them.
In the case that both servers are ready to accept and communicate, there is no problem and data exchange is done, but when one server fails, the connection with the other server also fails.
How can I solve this problem?
In fact, I want to not waste time to query other servers in case of a server loss.
I am not sure what could be the reason, I need to replicate this configuration to verify the issue.
Same problem. Found a solution?
Hi Aimhighn, A little off-topic but I note that in issue #63 that you successfully converted the library to CMSIS V1.
I have been struggling to get this going for a few weeks now. Are you able to assist with a branch to your V1 library?
Thanks and best regards, The OriginalCDV
Same problem. Found a solution? Hi. I almost know where the problem is. But I don't have time to modify the library code. If I can, within the next 10 days, I will send the correction code for this work.
Hi Aimhighn, A little off-topic but I note that in issue #63 that you successfully converted the library to CMSIS V1.
I have been struggling to get this going for a few weeks now. Are you able to assist with a branch to your V1 library?
Thanks and best regards, The OriginalCDV
Hi. Yes. I have already succeeded in porting the library from CMSIS-V2.0 to CMSIS-V1.0. Please wait while we create a fork from the modified code.