Hi, Sorry, but as it has not been implemented, you will have to change a few other things.
Get the most recent jallib bee package, then download the most recent USB files from http://jallib.googlecode.com/svn/trunk/include/peripheral/usb/ as well as USB_MSD from http://jallib.googlecode.com/svn/trunk/include/external/storage/ Add the code and see what other errors you get and try to fix them, or ask me. I have also noticed a weird issue with usb_msd lib it's self that I have to fix. The PIC seems to be storing an undesirable value at times causing it to intermittently not work. The work around I have found for this is to turn the circuit off for a few minutes, and back on again so it magically works again. I'll be working on it this week and next. I would work on usb_serial with the code I provided, but I don't know much about those libs, so I don't know when/if I will get to them. usb_serial does not currently work at all with the above code, although it should. Matt. On Tuesday, May 6, 2014 10:00:59 AM UTC-4, Emil Johnsen wrote: > > Thank you for working on this, support for USB on the PIC16 parts would be > great. > > I have tried to make the usb_serial work with a PIC16F1455. I have > downloaded the latest version of the libraries and added your code to the > top of usb_drv_core.jal. > > When I compile I get many errors. The first is [Error] > (lib/usb_drv_core.jal) [Line 164] "postinc1" not defined, refering to the > line POSTINC1 = data[index] in _usb_copy_array_to_ram, this seems to make > sense as it still refers to the undefined postinc1. I assume more > modifications are needed to make this work, but I don't know what to do > > > Emil > -- You received this message because you are subscribed to the Google Groups "jallib" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/jallib. For more options, visit https://groups.google.com/d/optout.
