We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]
Rating:
Author: dany
Last Updated: 2012-07-27
Package Version: 1.0.0.0
Category: USB
Downloaded: 2245 times
Followed by: 1 user
License: MIT license
This project uses all the available types of USB devices in the USB_OA library: HID (application echos chars send by the PC to the PC), CDC (application echos chars send by the PC to the PC), MSD (the contents of an SD/MMC card is presented to the PC as an extra drive).
Do you want to subscribe in order to receive notifications regarding "USB HID CDC MSD composite device" changes.
Do you want to unsubscribe in order to stop receiving notifications regarding "USB HID CDC MSD composite device" changes.
Do you want to report abuse regarding "USB HID CDC MSD composite device".
DOWNLOAD LINK | RELATED COMPILER | CONTAINS |
---|---|---|
1325612240_usb_hid_cdc_msd__mikropascal_pic.zip [7.20KB] | mikroPascal PRO for PIC |
|
This project uses the "USB_NA" package, which allows to create HID, CDC and MSD devices, simple or composite. Here a maximal composite USB device is created: HID + CDC + MSD.
The project needs an SD/MMC card connected to the PIC SPI interface.
The project uses following libraries:
- Conversions (mikroE)
- Mmc (mikroE)
- SPI (mikroE)
- String (mikroE)
- Uart (mikroE)
- USB_CDC_Library_NA (USB_NA)
- USB_HID_Library_NA (USB_NA)
- USB_MSD_Library_NA (USB_NA)
- USB_Library_Core_NA (USB_NA)
- USB_Library_Core_Constants_NA (USB_NA)
- SDMMC_Utils_mmc_p18 (Utilities)
- StrngUtils_p18 (Utilities)
Have fun!