I am using FREEMODBUS with stm32f3xx . My question is how it will recognize the serial port or USART ?
its just have a predefined function eMBErrorCode eMBInit ( eMBMode eMode, UCHAR ucSlaveAddress, UCHAR ucPort, LONG ulBaudRate, eMBParity eParity ) how it will take my USART3 to communicate as modbus ?