TOP Contributors

  1. MIKROE (2650 codes)
  2. Alcides Ramos (350 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (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 (136555 times)
  2. FAT32 Library (69760 times)
  3. Network Ethernet Library (55856 times)
  4. USB Device Library (46198 times)
  5. Network WiFi Library (41818 times)
  6. FT800 Library (41022 times)
  7. GSM click (28931 times)
  8. PID Library (26386 times)
  9. mikroSDK (26297 times)
  10. microSD click (25307 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: 7176 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

USB Mouse And Keyboard, Using Only One PIC Microcontroller

0

This example shows the possibillity of the MikroC PRO's HID library to emulate more than one device (keyboard and mouse) at the same time, using only one PIC Microcontroller. When you connect the USB port, the computer will recognize a mouse and a keyboard. They can work together. No additional drivers needed.

[Learn More]

PIC32 USB Host XC32

0

This example demonstrates how to use the USB host functionality of the PIC32 microcontroller with the XC32 compiler.

[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]