TOP Contributors

  1. MIKROE (2779 codes)
  2. Alcides Ramos (376 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (118 codes)
  5. Bugz Bensce (97 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 (139563 times)
  2. FAT32 Library (72041 times)
  3. Network Ethernet Library (57254 times)
  4. USB Device Library (47615 times)
  5. Network WiFi Library (43219 times)
  6. FT800 Library (42559 times)
  7. GSM click (29930 times)
  8. mikroSDK (28292 times)
  9. PID Library (26930 times)
  10. microSD click (26309 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: 7286 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

PIC18F25K50 USB HID BOOTLOADER MIKROBASIC

0

This project is the bootloader library for the pic18f25k50 processor. Prepared with microbasic. You can use it with the mikroe bootloader program. I thank Vedat BaloÄŸlu for the sample code. NOTE: I think it is available in pic18LF25k50. But I didn't test it.

[Learn More]

USB-HID dll for Delphi (and perhaps other languages)

5

Two versions of an USB-HID dll, meant for PC (Delphi, etc...) usage:
A basic version, developed by Joop Beunders,
A somewhat more extended version, based on the basic version of Joop.

[Learn More]

MikroC PRO HID Keyboard

10

PIC 18F4550 based example how to make the PIC microcontroller comunicate like a HID Keyboard.

[Learn More]