• Receiving then transmitting from keyboard input
    I have this code that needs modifying to be able to accept a keyboard input and then transmit to serial window UART #1, 2 or 3 by creating a loop that receives from UART 1 then Transmit to UART 1. I...
  • UART User Port Writing problem
    Hi All, I am a newbie using the 8051 board. I Use the 8051 Development Board. I tried intSIO.zip sample code, after modifying the getchar() function in the main() to com_putchar('h'), which should...
  • 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...
  • 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...
  • 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...