How to detect MODBUS RTU end of frame( silent interval) using uart interrupts?
MODBUS RTU frame start and end with >=3.5 char interval i want to detect this interval using stm32 uart interrupt after detection of frame and i can process data further.How can i detect this silent char interval using uart interrupt or any other way...