Thanks for your response.
I cannot find what you're telling me.
But I've tryed every thing and I can't comunicate from the PC to MKL26.
Processor expert do't generate any code to comunicate. It just makes the device. The only thing I've seen is to start from the HID mouse demo in the USB stack. But I don't know how to add an OUT_ENDPOIND.
I've been trying also the sample code on this thread: Re: USB Generic HID but I can only send data from my board to PC. I can't send data from PC to my board. On this code he ads an out-endpoint as endpoint 2. I'm not an usb expert as you can see, but I think the endpoints are enumerated as (1: in), (1:out),(2:in),(2:out)...
Ofcourse I've tried my PC code with an other HID devide from an other vendor and it works fine.
Just to inform you, I'm working with codewarrior because all examples I found are for codewarrior. And convert them to KDS is so difficult.
I just need to send and receive data. First I did it using cdc. But i'ts difficult for an end user to install the driver in windows and in windows 8.1 usualy doesn't work.
If you could give me some working example I would be very gratefull.