??? 04/17/07 12:06 Read: times |
#137365 - gibberish Responding to: ???'s previous message |
on many 8051 microprocessors (and even microcontrollers), Port 0 is normally float.
the '51 IS a microcontroller 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. no they MUST be pulled up. 100k give a very slow risetime and is too large for many purposes 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. who cares what it does "when the program is not running" but it will NEVER go high (not 'float' BUT not go high) if there is no pullup Erik |