Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
keyboard interfacing
Name: paulr1984 Date: January 19, 2004 at 17:48:04 Pacific OS: windows xp CPU/Ram: 1.3Ghz P-M/ 380mb
Comment:
hi! I have a c program that listens for keystrokes by the user. Here's my code: [code] int main() { int x; while(1) { x = inportb( 0x60 ); printf( "%d\n", x ); sleep( 100 ); } return 0; } [/code] the program is able to get every keystroke. But i'm planning to make this a windows service. The problem is, my typing gets interfered when I put the program in the background. Its like the program locks up my keyboard. How do I work around this?
Summary: hello, I am writing a program that waits for a user to press a key on the keyboard, and then verify the scancode (...or Ascii code) generated by the keystroke. So an example run may be: Please pres...
Summary: Don't know Solaris. Your documentation should give you your interface. With most of the commoner IBM_PC types of barcode readers the interface is a keyboard wedge. (Hardware - the device connects bet...
Summary: i've looked all over, and it's been done before. there's so many similar projects that have done the same thing, but i don't know which one is the one for me. i'm doing a project, which uses the keybo...