home *** CD-ROM | disk | FTP | other *** search
/ C/C++ User's Journal & Wi…eveloper's Journal Tools / C-C__Users_Journal_and_Windows_Developers_Journal_Tools_1997.iso / sysembed / keybd.ebh < prev    next >
Encoding:
Text File  |  1996-10-24  |  897 b   |  21 lines

  1. [14. Keyboard Support]
  2.                    EMBEDDED BIOS KEYBOARD SUPPORT
  3. ════════════════════════════════════════════════════════════════════════
  4. Embedded BIOS provides support for PC and AT keyboards through the 8042
  5. keyboard controller or the raw 8255 PIO part, including support for the
  6. "extra" F11 and F12 keys.
  7.  
  8. OEM-Configurable:
  9.  
  10. If your system has no keyboard, or if instead you have a special-purpose
  11. keypad, an OEM-customizable source module can be fitted with custom OEM
  12. code and enabled with just a single configuration option.
  13.  
  14. Keyboard Redirection:
  15.  
  16. Just as video output can be redirected to a COM port, you can also have
  17. keyboard input redirected to a COM port, so that you can communicate
  18. with your system through a program like PROCOMM, for example.  Keyboard
  19. I/O can be redirected at three different levels:  SETUP screen I/O, debug
  20. I/O, and general user I/O.
  21.