From: boylesgj AT lion DOT cs DOT latrobe DOT edu DOT au (Gregary J Boyles) Newsgroups: comp.os.msdos.djgpp Subject: Key board LED's Date: 19 Apr 1997 15:42:51 GMT Organization: Comp.Sci & Comp.Eng, La Trobe Uni, Australia Lines: 18 Distribution: world Message-ID: <5jap5r$721@lion.cs.latrobe.edu.au> NNTP-Posting-Host: lion.cs.latrobe.edu.au To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk What is the correct procedure for setting the key board LED's? I have looked at the key board handler in ALLEGO however there is little or no explanation as to what exactly is being done. Which port do you need to write to? I tried writting to 0x60 and 0x64 but nothing happened. What is the structure of the flag you must send to the key board? Is it the same as or similar to the DOS state shift key flag? Is it absolutely necessary to wait for acknowledgment from the key board after writing to it? Do you just write the flag to the key board port or do you have to send a function code first followed by the flag? ETC