mahmoud2 / pinguino32

Automatically exported from code.google.com/p/pinguino32
0 stars 0 forks source link

Using CDC.Getkey function (undocumented) will generate CDC device with VID 0x0000 - PID 0x0000 #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start PinguinoX.2
2. Load 4.Communication --> USB --> CDC --> GetKey.pde sketch
3. Compile and Upload to any PIC32-Penguino board

What is the expected output? What do you see instead?
expected:
Press a key ...
Key pressed "<key>"
:

seen:
CDC USB driver will not be activated/found - board identfies with VID 0x0000 
and PID 0x0000 after the code has been uploaded and the board reset

What version of the product are you using? On what operating system?
Board: PIC32-Pinguino-MX220 and PIC32-Pinguino-Micro
PinguinoX.2 IDE: rev293
OS: Windows XP SP3

Please provide any additional information below.
CDC.Getkey is undocumented in the WiKi but is used in the GetKey.pde sketch and 
available in the CDC library. Compiling GetKey.pde shows no errors and 
generates a hex file that can be downloaded.

Original issue reported on code.google.com by ubannow on 6 Mar 2012 at 11:31

GoogleCodeExporter commented 9 years ago
CDC.getKey bug fixed in revision 305.
TODO: document this function in the wiki

Original comment by jp.mandon@gmail.com on 11 Mar 2012 at 6:12

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by jp.mandon@gmail.com on 5 May 2012 at 10:28