usb protocol

AlexR

Joined Jan 16, 2008
732
Some PIC18 microcontrollers have USB support built in but I have not heard of anyone bit-bashing USB in a PIC16 chip. I suspect that the PIC16 chip does not have the memory resources or speed to support USB.
 

n9352527

Joined Oct 14, 2005
1,198
Well, it can be done. I know someone who've done it before. The only advice I can give you is to get the USB protocol document from the usb.org and study it. Otherwise, using PIC with USB support would be a much easier and less painful route.
 
Top