??? 02/11/08 10:19 Modified: 02/11/08 10:19 Read: times |
#150549 - How would it be confusing? Responding to: ???'s previous message |
It is the standard way to approach any complex system - not just in electronics or software!
eg, a car is a very complex system, so we consider it as a number of simpler, easier-to-understand, subsystems - like engine, transmission, suspension, etc... It's exactly the same here: if "code for AT89C2051+HD44XXX to display uart tx/rx" is too complex to figure-out in one go, then try it in small steps - such as: Ap Charles said:
He knows what a UART is and how LCD is interfaced , no need to teach him that Exactly - that's why I asked the quesion, "where's the problem?" If he already has the UART part, and already has the LCD part, then he needs to ask a specific question if has has some specific difficulty in combining the two. Otherwise it is just "Gimme Code". Again. |