If you wanted to transmit a value and then check what it was, you can do that now.
@@ -17,10 +17,12 @@ _uart_txb:
rts
_uart_txb_block:
pha
sta UART_TXB ; Write value
@1: lda UART_STATUS ; Wait for status[0] to be 0
bit #$01
bne @1
pla
_uart_rxb:
The note is not visible to the blocked user.