Ok i found the easy cdcusb demo thingy....(technically minded me)

i eventually got it all copiling without errors once i fixed the paths in the 'incs'

but....

now i have another issue...

this is a segment of my test code

Code:
    portb=16+8
    pause 1000
    portb=8+1
    pause 1000
    USBInit
    portb=8

It gets to ubinit with all being fine, then the lights go out, and thats the end of it.....

if it was waiting at usbinit or stuck at it i would expect the lights to stay on...


anyone know why that happens, windows does nothing either.