Subject: Re: need diag led list for DEC 3000/700
To: None <port-alpha@netbsd.org>
From: ITOH Yasufumi <itohy@netbsd.org>
List: port-alpha
Date: 08/05/2002 14:24:57
linc@thelinuxlink.net writes:
> Here's the problem with that manual.. How the heck do you convert 8 leds
> numbered 0-7 to a hex equivelent number 00-FF???
Probably each of the LED represents a binary digit of the code:
light = 1,
dark = 0.
You see 8 LEDs, and they are 8 bits, hence 2 hexadecimal digits.
I haven't see M700s and I don't know how the LEDs are laid out....
--
ITOH Yasufumi