??? 04/17/07 01:30 Read: times Msg Score: -1 -1 Message Not Useful |
#137350 - about P0 Responding to: ???'s previous message |
on many 8051 microprocessors (and even microcontrollers), Port 0 is normally float.
It is fine to use them as general purpose data pins, but they really should be tied to a pull-up (or a pull down) resistor as well. 100K for a cmos chip will work well. If you fail to do this, then there is a good chance that port 0 will float when the program is not running and chances are that there may be a problem using your LCD. Why not try ports 1 and 3 instead? |