/** \file * * This file contains special DoxyGen information for the generation of the main page and other special * documentation pages. It is not a project source file. */ /** \mainpage Keyboard Host Demo * * Keyboard host demonstration application. This gives a simple reference * application for implementing a USB Mouse keyboard, for USB keyboards using * the standard keyboard HID profile. * * Pressed alpha-numeric, enter or space key is transmitted through the serial * USART at serial settings 9600, 8, N, 1. * * This uses a naive method where the keyboard is set to Boot Protocol mode, so * that the report structure is fixed and known. A better implementation * uses the HID report parser for correct report data processing across * all compatable mice with advanced characteristics, as shown in the * KeyboardHostWithParser demo application. * * Currently only single interface keyboards are supported. * * <table> * <tr> * <td><b>USB Mode:</b></td> * <td>Host</td> * </tr> * <tr> * <td><b>USB Class:</b></td> * <td>Human Interface Device (HID)</td> * </tr> * <tr> * <td><b>USB Subclass:</b></td> * <td>N/A</td> * </tr> * <tr> * <td><b>Relevant Standards:</b></td> * <td>USBIF HID Specification, USBIF HID Usage Tables</td> * </tr> * <tr> * <td><b>Usable Speeds:</b></td> * <td>Low Speed Mode, Full Speed Mode</td> * </tr> * </table> */Download Driver Pack
After your driver has been downloaded, follow these simple steps to install it.
Expand the archive file (if the download file is in zip or rar format).
If the expanded file has an .exe extension, double click it and follow the installation instructions.
Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.
Find the device and model you want to update in the device list.
Double-click on it to open the Properties dialog box.
From the Properties dialog box, select the Driver tab.
Click the Update Driver button, then follow the instructions.
Very important: You must reboot your system to ensure that any driver updates have taken effect.
For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.