How do I make a single UART not accept characters into the holding register?
IntDisable() RX does not hold off data entering the holding register or 16x8 FIFO. RXD holding register hold off should be an internal FIFO control function, but how? RAW or Masked Boolean switch via IntStatus() flags does not affect holding register. There are times when a host desires to shut port to client from the application perspective. Surely there must be a way to shut the RX data port without using modem control signals or external GPIO trickery.
The client does not provide modem control signals so it must be some kind of HWREG control to achieve RX stealth mode.