How to see the sent value in UART Data Register?
I send the number 5 via UART to the Data Register, at a speed of 600 bit / s.I watch the Data Register in Keil.The Data Register value is always zero.Is it because the data transfer is very fast?In my case 1/600==0.00166 seconds per bit.I set Breakpo...