|
Hi,
I'm attempting to connect to the USB demo board using the ek demo software (CDC).
The problem I am having is to do with the usb library on the PC side of things. I have 2 endpoints for my in pipe and outpipe, they are both configured correctly and it connects and we get bing bong sounds and the works but.....
If I attempt to open the inpipe at the same time as the outpipe, then I get a windows system error from the 'CreateFile' function of 0x05 - ERROR_ACCESS_DENIED.
I can open both independently but not at the same time. I need both to be open at once so I can send data to the atmel as well as receiving data from it.
Any idea anyone?
Thanks,
Chris.
|