TOP Contributors

  1. MIKROE (2760 codes)
  2. Alcides Ramos (374 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (118 codes)
  5. Bugz Bensce (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (139226 times)
  2. FAT32 Library (71732 times)
  3. Network Ethernet Library (57114 times)
  4. USB Device Library (47426 times)
  5. Network WiFi Library (43051 times)
  6. FT800 Library (42401 times)
  7. GSM click (29832 times)
  8. mikroSDK (28050 times)
  9. PID Library (26881 times)
  10. microSD click (26197 times)
Libstock prefers package manager

Package Manager

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]

< Back
Project

USB HID using PIC18F4550

Rating:

10

Author: Sajjad Ahmed

Last Updated: 2016-02-19

Package Version: 6.0.0.0

Category: USB

Downloaded: 7275 times

Followed by: 2 users

License: MIT license  

I make this project just to learn USB communication protocol with PIC18F4550, you can use HID terminal of MikroC for sending and receiving data. I also develop visual C sharp application, which can receive and transmit data, there is also proteus simulation: my.world782@gmail.com
Ignore PWM lines bcz I am working on this code.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "USB HID using PIC18F4550" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "USB HID using PIC18F4550" changes.

Do you want to report abuse regarding "USB HID using PIC18F4550".

  • Information
  • Comments (4)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroC PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Project Blog

This project is just to start learning USB data transmission and to control PIC micro controller working using USB. It is amazing for beginners because I compress everything required for this project, but user must have required tool to open these files, like Microsoft Visual Studio, MikroC for PIC and Proteus ISIS. All tools are freely available so you just have to download them. Source code for Windows application is also available which is very simple but after all you have to pay some time to learn and then make your customized project as you like.

An open source project anyone can edit the code and publish it. Update me with your work and don't forget to comment about everything.

I update this blog if there is feedback.

RELATED CODES

Easy USB HID Temperature Sensor with Display TFT and PIC32MX7

0

This Project utilizes temperature sensor and USB HID on PIC32MX7 Multi Media Board. Temperature is read from pin RB8/AN8 (°C). Value is then displayed on TFT display. The temperature value is send via USB to PC . This project work with USBHIDNetClass USBHID Drive and Visual C# 2008/2010 or VB.NET.

[Learn More]

USB MSD Host Library

5

Library for making an USB host capable of reading and writing sectors from/to USB memory sticks (&quot;USB drives&quot; or &quot;pen drives&quot;).To read/write actual files from/to the USB memory stick you need still e.g. a Fat16 or Fat32 library (see example).

[Learn More]

USB Device Library

5

USB Device Library presents the user set of functions required to handle USB device peripheral. A embedded user application program uses API defined in this library to access USB device peripheral.

[Learn More]