In UART RS485 transmission the last byte always missing in HTERM (STM8S003F3)
Posted on November 27, 2017 at 23:57Hi all, I am using currently STM8S003F3 for my work and I want to send an array of bytes to the HTERM on my PC using UART RS485. But I always miss the last byte in the array (I can't see the last byte in HTERM). H...