??? 02/09/08 05:40 Read: times |
#150513 - Thats your subjective understanding Responding to: ???'s previous message |
Andy Neil said:
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 likeuart_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 likelcd_display_byte() lcd_display_string() etcClearly, none of those functions would have anything to do with the UART. and way of seeing things. |