Fixing the USB lib to not use postinc1 will make USB slower. Maybe try 
another PIC.
 
I do agree however that USB should be supported on all PICS. When I was 
working on USB I noticed the use of postinc1 and figured that it would be 
better for USB to use the memory_pointer library. That way, if postinc1 is 
not declaired, the lib could use arrays instead.
 
Matt.

On Saturday, January 25, 2014 12:05:30 PM UTC-5, Sunish Issac wrote:

> No I had tried some work arounds/hacks but couldnt get it working..
>
> Sunish
>  On 25 Jan 2014 13:40, "Emil Johnsen" <[email protected] <javascript:>> 
> wrote:
>
>> Hi.
>>
>> I'm trying to use the USB library with a PIC16f1455. This does not work. 
>> "[Error] (lib/usb_drv_core.jal) [Line 37]  "postinc1" not defined" etc.
>>
>> I have been googling the problem and from an old thread ("USB sample on 
>> 16f1455") on this group I understand it's because the pic16's don't have 
>> the postinc used by the USB library. There was also a suggested change to 
>> the library in that thread but I have not been able to make it work and 
>> don't know if anyone else have been able to either.
>>
>> Is there a solution / work around for this problem?
>>
>> Thank you in advance for any reply.
>>
>> 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] <javascript:>.
>> To post to this group, send email to [email protected]<javascript:>
>> .
>> Visit this group at http://groups.google.com/group/jallib.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>

-- 
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/groups/opt_out.

Reply via email to