TOP Contributors

  1. MIKROE (2652 codes)
  2. Alcides Ramos (351 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 (136633 times)
  2. FAT32 Library (69841 times)
  3. Network Ethernet Library (55892 times)
  4. USB Device Library (46227 times)
  5. Network WiFi Library (41864 times)
  6. FT800 Library (41087 times)
  7. GSM click (28945 times)
  8. PID Library (26402 times)
  9. mikroSDK (26317 times)
  10. microSD click (25329 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: 7179 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 Joystick for Mikromedia for PIC32

0

This project is a small 2 axes, 10 buttons and PoV joystick driven by the tactil screen of the Mikromedia board.

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

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]