Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcuee/picusb
Automatically exported from code.google.com/p/picusb
https://github.com/mcuee/picusb
Last synced: about 1 month ago
JSON representation
Automatically exported from code.google.com/p/picusb
- Host: GitHub
- URL: https://github.com/mcuee/picusb
- Owner: mcuee
- Created: 2015-05-01T09:29:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-06-17T04:39:58.000Z (over 1 year ago)
- Last Synced: 2024-10-14T08:15:00.371Z (3 months ago)
- Language: Assembly
- Size: 1.37 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# picusb
Automatically exported from code.google.com/p/picusbThis page is mainly related to code and resources for Microchip USB PICs and libusb/libusb-win32 and libusb related stuff. For example, I may publish test binaries for libusb related projects (libusb-1.0 Windows backend, libusb-win32, libftdi and libftdi-1.0, OpenOCD windows binary). These test binaries are only for testing purpose and please follow the license (LGPL or GPL).
libusb: http://www.libusb.info/
libusb-win32 http://libusb-win32.sourceforge.net/
libftdi: http://www.intra2net.com/en/developer/libftdi/
OpenOCD: http://openocd.org/
For more information about PIC related stuff, please refer to the following Microchip forum threads.
http://www.microchip.com/forums/tm.aspx?m=235427
http://www.microchip.com/forums/tm.aspx?m=123533
For fsusb and fsusb_demo, please refer to the original websites and the following Microchip forum thread. Take note I am not the original author. I just made a few minor modifications.
PICDEM FS USB bootloader for Linux/Windows using libusb.
http://www.internetking.org/fsusb/
https://www.microchip.com/forums/tm.aspx?m=106426
PICDEM FS USB demo appliation under Linux/Windows using libusb
http://www.varxec.net/picdem_fs_usb/ (dead link now)
https://www.microchip.com/forums/tm.aspx?m=106426
I also wrote some simple libusb based programs. Please take note I am not a good C programmer. Therefore you are welcome to send comments to me by using Microchip forum or maybe using libusb mailing list.
1) for Jan Axelson's WinUSB example
http://www.microchip.com/forums/tm.aspx?m=3408922) for Jan Axelson's Generic HID program
http://www.microchip.com/forums/tm.aspx?m=3408983) for generic isochronous transfer example (take note that the firmware is not a proper isochronous device as there is no zero-bandwidth interface).
http://www.microchip.com/forums/fb.aspx?m=2722774) For Jan Axelson's firmware and PC host codes (Windows only), please refer to her website.
http://janaxelson.com/