User Activity

I have a requirement for receiving some long USART packets. (200 to 300 bytes). They can be of variable lengths. I did not want to poll or trigger interrupts for each byte and watch for a Stop byte symbol. But been trying to get the Idle line or Rece...