Can someone help me with UART? I want send data from the 8051 to my PC via UART. I know which registers I have to set, but how do I send the data to the PC? The program is writen in C. I want this program to send the data to the interface on the PC. How will the interface recieve this data?
By default, printf() outputs to the UART. If sending binary data just write directly to SBUF. How you receive data at the PC end is entirely up to you and off-topic for this forum.
Thnx for your reply :)