Hi. I'm interested in generating an interrupt when I receive a message over UART. This seems complicated, due to how many interrupt options are avail, and how UART works on a bit-by-bit (or byte-by-byte?) basis. I'm sending and receiving 11 byte messages. Some thoughts: - CMIE for CMF, and use a specific termination character on the messages - EOBIE for EOBF (end of block), then BLEN (?) to 11 - 4 = 7 - LBDIE for LBDF (line break) - maybe a message ends with a line break?