Looking for USB HID code for the Propeller 1
mlwarren
Posts: 5
in Propeller 1
Wondering if anyone has created code for the Propeller 1 to allow it to act as a USB device?
Looking for a USB device stack to allow the Propeller to be a device, using resistors, directly from the Px pins.
Thanks
Comments
I'm also interested in trying to use the P1/P2 as a USB device (such as a keyboard driver). Hopefully someone else can shed some light on this.
I found this thread a while ago while searching for something else if this is of any use.
https://forums.parallax.com/discussion/121321/working-full-speed-12-mb-s-bit-banging-usb-host-controller/p1
There is one in OBEX:
https://github.com/parallaxinc/propeller/tree/master/libraries/community/p1/All/USB%20and%20Bluetooth%20Host%20Stack
Also look for BradC's 'california dreaming' demo
There is a P2 host by garyj search the forums