Quote Originally Posted by HenrikOlsson View Post
Hi,
The UART RX interrupt always* fires for each byte that comes into the RX buffer, there's no way to set a "threshold" on when the interrupt fires. After all, the buffer is only two bytes deep. But yes, you could set your code up so that after proper sync, adress, command etc you grab one byte and that's it.

* Well not always but that's details details details.....

/Henrik.
Thanks again, Henrik. Much appreciated. I'm going to try all this out tonight.