A82: Reset of keyboard


[Prev][Next][Index][Thread]

A82: Reset of keyboard




Hi
Writing additional code in the Key handler of BMMP I remind the fact that it is
necesary to reset the keyboard port by sending ff before every scanning.
for instance:
        ld	a,0ffh				; reset keyport
        out	(P_KEYBOARD),a			; necessary code?
	ld	a,%11101111
	out	(P_KEYBOARD),a			; Mask out 0/4
	in	a,(P_KEYBOARD)

I'd like to know if it has to be send every time or not and why.
BTW has someone done more advance investigations about this subject?

Eric



Follow-Ups: References: