No sure I understand what you mean.
Yes, you can read U1RXB, that's what I'm doing in my first example posted yesterday (the one that works since it's not using HSERIN).
HSERIN uses the UART receive interrupt flag to determine if there's a byte in the recevice buffer, problem is it looks at the wrong interruptflag.
Yes, you can read U1RXB, that's what I'm doing in my first example posted yesterday (the one that works since it's not using HSERIN).
HSERIN uses the UART receive interrupt flag to determine if there's a byte in the recevice buffer, problem is it looks at the wrong interruptflag.
Comment