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
519 stars 182 forks source link

Unable to connect to ModBus Simulator #67

Closed Ketul412 closed 1 year ago

Ketul412 commented 1 year ago

I am at the very beginning of the STM journey and cannot figure out how to use this code. I did download the code on the Nucleo-F429ZI Board but now I am not able to connect the simulator you provided. Can you please help me out with any other configurations or connections required to board before running the simulator software?

alejoseb commented 1 year ago

I need more details. Are you testing the master or the slave? Depending on that you need to also select a master or slave simulator.

Ketul412 commented 1 year ago

I want to use the simulator as a slave so can you walk me through the process to test the protocol. Do I need to connect anything else to the board for the code to run?

alejoseb commented 1 year ago

Sorry, I cannot provide that kind of support.