Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!lll-tis!ames!ll-xn!mit-eddie!jbs From: jbs@eddie.MIT.EDU (Jeff Siegal) Newsgroups: comp.sys.ibm.pc Subject: Checking for KBD input in "raw" mode Message-ID: <8281@eddie.MIT.EDU> Date: 25 Feb 88 19:01:52 GMT Reply-To: jbs@eddie.MIT.EDU (Jeff Siegal) Organization: MIT, EE/CS Computer Facilities, Cambridge, MA Lines: 8 I am attempting to use "raw" mode to read keyboard input without interference from DOS processing of special chars (^C, ^S, etc.) I find that reading chars works fine (DOS does not interfere), but if attempt to use DOS function 0BH to check the keyboard input status, DOS processes special chars like ^C even though raw mode seems to be properly set. Is there something I am missing, or does this simply not work as I would like. Jeff Siegal