• Emulate USB Keyboard
    I look & test these examples. In the DVD, there is an another example: (19) MINI — USB Communication The documentation on the DVD is in Chinese - sick! :) To discuss about the code, I propose to...
  • 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?
  • How to access a microSD card with MCBSTM32EXL
    Hi, I'm using the Keil MCBSTM32EXL development board. I would like to communicatie with a microSD card. I collected a lot of documentation from the Internet. As I understood: the uSD card starts...
  • 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...