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
539 stars 183 forks source link

Would this work with UART interfaces on the STM32 (as opposed to USART)? #39

Closed emptor8 closed 2 years ago

emptor8 commented 2 years ago

I'm seeing no response when I use a UART interface vs. a USART interface on the STM32. Is there anything special that needs to be done for it to work on a UART interface?

For example, using UARTx_RX/UARTx_TX pins rather than USARTx_RX/USART_TX pins