I'm interested in playing around with the PIC18F2455 PIC and experimenting with its USB module. Does GCB implement directly any of the USB module functions that some PIC's offer? The only thing I found when searching the GCB docs was references to interrupts, which had to be handled in manual code.
Last edit: Dave B 2016-04-26
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
USB - driver. We have two streams of work. One Microchip and one ATMEL. Both have some working capabilities in terms of communications etc. Both streams need further work to complete the USB driver and a lot of testing.
Are you interested, and willing, to compete the USB code for the community?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm interested in playing around with the PIC18F2455 PIC and experimenting with its USB module. Does GCB implement directly any of the USB module functions that some PIC's offer? The only thing I found when searching the GCB docs was references to interrupts, which had to be handled in manual code.
Last edit: Dave B 2016-04-26
USB - driver. We have two streams of work. One Microchip and one ATMEL. Both have some working capabilities in terms of communications etc. Both streams need further work to complete the USB driver and a lot of testing.
Are you interested, and willing, to compete the USB code for the community?
I have the time and inclination, but not the skills/knowledge needed.