PICcoder.co.uk Forum  


::post new topic::
What the error code means?
Date: 2006/11/08 16:09 By: Brander Status: User  
Karma: 0  
Posts: 1
graphgraph
Hi!
I think I missed the information about what the error codes mean.
I have read and followed Matts artickle about C# and the usb firware,
I have now done a even simpler console program using MS Visual C# express just to test diffrent stuff. However when I obviously do something wrong and the the communication with the picdem fs usb demo board fails, the console writes error codes, the one Im getting now is "error: 1167". I have also been getting other numbers.
Is it C# writing this error code or is it dll/driver/firmware sending this? And where can I get info about what they mean?
Thank you very much for the guide!


EDIT: Major typo detected, I had missed the break; in my case in the ServiceRequests function. error 1167 fixed. Would still be nice to know where to find a table of error codes and what they mean!

Post edited by: Brander, at: 2006/11/08 16:27
reply | quote

Re:What the error code means?
Date: 2006/11/15 21:28 By: Mat Status: Admin  
Karma: 7  
Posts: 211
graphgraph
This are not generated by the firmware, they are most likely from either the driver, or C# itself, in the case of the latter try google. As for the first you could try the driver source code, although I wouldn't hold out hope.

Mat
reply | quote

::post new topic::