• Emulate USB Keyboard with MCBSTM32Exl
    Hi, I use the board MCBSTM32Exl ( http://www.keil.com/arm/mcbstm32exl/ ) and i wanna that my Board emulate a USB HID Keyboard (When i use the push-button User, the char 'Q' is send to my PC Host...
  • PS2 keyboard emulator
    I'm working on a keyboard emulator with 8051 derivative. How do I know what information (bytes) the PC sends on start-up? And how should the emulator respond to acknowledge initialization?
  • USB Keyboard connected with LPC2388
    Hello, I want to connect the USB keyboard to the LPC2388. When the button 7 is pressed, it will be displayed on the LCD 7 . How can i connect the USB keyboard to the LPC2388? Thanks for your help...
  • USB Keyboard/Mouse HID
    Hi, I'm trying to implement a mouse and keyboard via my LPC2378 ARM chip. I have the mouse working correctly using the Keil USB classes. How would I go about implementing the keyboard side on the...
  • keyboard
    Hi, Below is a simple keyboard program, where i need to lock in 3 numeric digits only. The user will exit the program by pressing a non-numeric key. Until then, he can press any no. of keys. the...