Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/21/02 20:55
Read: times


 
#21997 - RE: 8051 Testing Assistance
Steve M. Taylor wrote:
-------------------------------
... like all Port 2 will be low and all port 1 high, have you checked that ?

... looking for it with an oscilloscope, have you got one ?

Steve,

Thanks for your response, but in C, we can set any of the 8 pins using a single hex value:

P1 = 0x00 ; // All P1 Pins off
P1 = 0x08 ; // Pin P1.4 on
P1 = 0x41 ; // Pin P1.7 on and P1.0 on
P1 = 0xFF ; // All P1 Pins on

As for the oscilloscope, I don't have one at the house.. I may have to pick on up.. I knew I'd need one eventually :)

List of 19 messages in thread
TopicAuthorDate
8051 Testing Assistance            01/01/70 00:00      
RE: 8051 Testing Assistance            01/01/70 00:00      
RE: 8051 Testing Assistance            01/01/70 00:00      
RE: 8051 Testing Assistance            01/01/70 00:00      
RE: 8051 Testing Assistance            01/01/70 00:00      
RE: 8051 Testing Assistance            01/01/70 00:00      
RE: 8051 Testing Assistance            01/01/70 00:00      
RE: 8051 Testing Assistance            01/01/70 00:00      
RE: 8051 Testing Assistance            01/01/70 00:00      
RE: 8051 Testing Assistance            01/01/70 00:00      
RE: 8051 Testing Assistance            01/01/70 00:00      
RE: 8051 Testing Assistance            01/01/70 00:00      
RE: 8051 Testing Assistance            01/01/70 00:00      
RE: 8051 Testing Assistance            01/01/70 00:00      
RE: 8051 Testing Assistance            01/01/70 00:00      
RE: 8051 Testing Assistance            01/01/70 00:00      
RE: 8051 Testing Assistance            01/01/70 00:00      
RE: 8051 Testing Assistance            01/01/70 00:00      
RE: 8051 Testing Assistance            01/01/70 00:00      

Back to Subject List