This would help to see the PC software as well.
try to skip DoUsbIn and just do a loop of DOUSBOut.
Never Forget, array index 0 on the PIC side is INDEX 1 on the PC side,
This would help to see the PC software as well.
try to skip DoUsbIn and just do a loop of DOUSBOut.
Never Forget, array index 0 on the PIC side is INDEX 1 on the PC side,
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
You should never say never...
That was the problem here, thanks mister_e for the "never... "...
However, this brings up another issue, if PC buffer[0] is always report ID as stated in VB-program, how could one send that info to the PIC if needed?
A second question, do you now a good pic2550/4550 assembler tutorial somewhere around the wep? I have been trying to look around such tutorials but haven't been so lucky yet![]()
Well you just send it to your pic, the same way i use for the PWM Scroll bar in my USBDemo... not sure how handy it is to send it though
I don't know of any good asm tutorial, but as Darrel says elsewhere, the datasheet, and the reference guide for 18F familly is usually more than enough.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks