rs485 Communication through usart
Posted on April 27, 2013 at 08:12I am using stm32f107rc for rs485 communication through usart1 and usart3. i am receving a set data from usart1 to an array and trying to transmit the same set of data from an array through an usart3. it works fine fo...