??? 02/08/08 17:05 Read: times |
#150494 - Look at it this way... Responding to: ???'s previous message |
Jecksons Ben said:
Is there code for AT89C2051+HD44XXX to display uart tx/rx? SO, in other words, data received by the UART is to be displayed on the LCD. For receiving data at the UART, you would have functions like uart_receive_byte() uart_receive_string() etcClearly, none of those functions would have anything to do with the LCD. Similarly, for displaying data on the LCD, you would have functions like lcd_display_byte() lcd_display_string() etcClearly, none of those functions would have anything to do with the UART. |