Hi mackrackit,
Thanks for the reply. Sorry about the link. Let me try it again.
http://www.picbasic.co.uk/forum/show...4292#post94292
Well I see in your code that it is different than Darrel's original post. It has more
USBINIT and USBSERVICE statements.
My Code: (copied from the bad link)
-----------
PAUSE 100
USBINIT
USBSERVICE
UIE = $7F
UEIE = $9F
@ INT_ENABLE USB_INT
Your Code:
-------------
PAUSE 100
USBINIT
USBSERVICE
UIE = $7F
UEIE = $9F
PAUSE 500
USBINIT
USBSERVICE
@ INT_ENABLE USB_INT
USBSERVICE
That would be great if that's all it is. I will try it tonight and let you know.
If it doesn't work, I will post my code and configs.
Bookmarks