Page 1 of 1
USB of PIC 18F4550
Posted: Thu May 15, 2008 1:07 pm
by MIKE_31
Hello,
I want to communicate with PIC18F4550 with it's USB interface.
Is there any specific Component to have direct access of USB (like RS232 component ) in Flowcode ?
Someone has a exemple to program USB of PIC18F4550 ?
Thanks.
MIKE
Re: USB of PIC 18F4550
Posted: Thu May 15, 2008 1:57 pm
by Steve
There is a HID USB example on this page:
http://www.matrixmultimedia.com/Flowcode_Components.php
At the moment, that is all we have for USB. But we are looking into it and might be doing some more USB work soon.
Re: USB of PIC 18F4550
Posted: Thu May 15, 2008 4:30 pm
by MIKE_31
Thank Steve,
MIKE
Re: USB of PIC 18F4550
Posted: Wed Aug 27, 2008 10:47 pm
by kersing
Hi Steve,
I'm looking at the HIB USB example, however it includes usb_defs.h which can't be found on my system. Is there anything I need to install to get this file (and probably other parts needed for USB as well) ??
Best regards,
Jac
Re: USB of PIC 18F4550
Posted: Thu Aug 28, 2008 9:56 am
by Benj
Hello
Im not sure if the external usb_defs file is needed. I have attached it here just incase.
Re: USB of PIC 18F4550
Posted: Thu Aug 28, 2008 8:49 pm
by kersing
Hi Ben,
Thank you for supplying the file.
The USB example code in the beta components section did not compile when I commented the references to usb_defs.h. After copying the file to C:\Program Files\Matrix Multimedia\Flowcode V3\boostc\include flowcode generates the hex file succesfully.
Best regards,
Jac