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

Connect to multiple servers....

Open Aimhighn opened this issue 2 years ago • 5 comments

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. image image How can I solve this problem? In fact, I want to not waste time to query other servers in case of a server loss.

Aimhighn avatar May 27 '23 13:05 Aimhighn

I am not sure what could be the reason, I need to replicate this configuration to verify the issue.

alejoseb avatar Jul 11 '23 17:07 alejoseb

Same problem. Found a solution?

GROMKABAN avatar Sep 22 '23 13:09 GROMKABAN

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

TheOrignalCDV avatar Oct 26 '23 03:10 TheOrignalCDV

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.

Aimhighn avatar Oct 29 '23 20:10 Aimhighn

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.

Aimhighn avatar Oct 29 '23 21:10 Aimhighn