Question
rs485 communication between stm32f103 and a pc
Posted on June 18, 2017 at 20:04
Hello,
i'm using stm32f103c8t6 in order to send data to my PC using RS485 (max485) and an USB/RS485 adapter , i made the right connection between components and i used uart to send the data to the max485 and i tried to check the data at reception using a hyperterminal and i found that i'm not receiving the correct data.is there some special configuation to do to uart in order to communication with the max485 (data length , stop bit ...)
thank you
#rs485