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: Kai Masemann
Last Updated: 2016-02-25
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Communication
Downloaded: 424 times
Followed by: 1 user
License: MIT license
The package contain an example how to transfer data between pc and PIC Clicker board by using Python3.
The example was testet with PIC32 Clicker but should easy be adaptable to any PIC supporting USB.
Do you want to subscribe in order to receive notifications regarding "USB HID Clicker and Python3 - Example" changes.
Do you want to unsubscribe in order to stop receiving notifications regarding "USB HID Clicker and Python3 - Example" changes.
Do you want to report abuse regarding "USB HID Clicker and Python3 - Example".
DOWNLOAD LINK | RELATED COMPILER | CONTAINS |
---|---|---|
1429865385_usb_hid_clicker__mikroc_pic32.zip [238.77KB] | mikroC PRO for PIC32 |
|
PIC - USB - Python
The most common practice to implementing USB is to use a CDC Driver which emulates an COM port in the Windwos device manager or by using USB HID Drivers.
CDC Drivers are easy to implement but have the following disadvantages:
Using your device as HID USB is a little harder to implement but gives you the following advantages:
The example hopefully give you a nice starting point and save you a lot of time.
shows the simple example usable as starting Point for usb projects using Windows preinstalled HID Drivers.
View full image