I tried changing the baud here in main()static void MX_USART1_UART_Init(void)huart1.Init.BaudRate = 57600;and here in mbtask.c:void ModbusRTUTask() eMBErrorCode eStatus = eMBInit( MB_RTU, MB_SLAVE_ADDRESS, 3, 57600, MB_PAR_NONE );As mentioned, this o...