Hi Rob, > I'm building a test board similar to your board_18f2450_af (except that > I have no 2450 but a 2455, shouldn't be a problem). I wonder: what is > the purpose of the button on pin 24? You call it a 'program button', is > this related to the bootloader you use?
Yes, the switch is for the bootloader, you don't need it, actually I'm modifying my board so it will be tied to pin 25 (RB5), so it is in line with pic18f4550 board(s) > > BTW The html-documentation which is generated from your sources is not > very helpful: almost empty. Please have a look at 'your' docs and I'm > sure you'll agree it needs considerable improvements to make it > acceptable for release. I agree, still struggling the final interfaces and conifguration items. I'm already working on a more abstract interface for serial communication, called usb_serial which will have a similar interfaces as the serial_hardware library, so it will be compatible with print and format libraries. This abstract interface requires only a few conifguration paramters and is easy to use for the end user. Think a similar interface can be created for the HID devices (I think that is what the majority of the users will use anyways) In addition the low(er) level libraries need to be documented in more detail, but it will be hard to document all the details, and to make it accessible/readible for everyone without any detailed knowledge of the USB specification >I don't think a beginner with USB can find his > way in your libs. That why I propose to provide a higer level protocol interface for the CDC and HID devices > A reference to a good USB book would also be helpful (e.g. USB Complete > of Jan Axelson). Will add some references Regards Albert --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jallib?hl=en -~----------~----~----~----~------~----~------~--~---
