??? 01/27/06 07:09 Read: times |
#108467 - No input output Responding to: ???'s previous message |
When I started learning 8051 I was confused by this input output mode stuff of 8051 like Mohit since I came from PIC background. But soon enough I found out that it is much simpler in 8052, there is no input or output mode configuration. If you want to use it as input just read the port, if you want to use it as output just write to the port. Care must be taken as mentioned above by forum members when writing to the port in case of bidirectional operation.
Mahmood |