Click here to Skip to main content
16,007,885 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
GeneralRe: USB, Embedded System Pin
C-P-User-317-Apr-13 7:47
C-P-User-317-Apr-13 7:47 
GeneralRe: USB, Embedded System Pin
C-P-User-318-Apr-13 5:52
C-P-User-318-Apr-13 5:52 
GeneralRe: USB, Embedded System Pin
Jonathan Davies18-Apr-13 6:07
Jonathan Davies18-Apr-13 6:07 
QuestionTrouble creating .inf file Pin
fglenn18-Mar-13 13:01
fglenn18-Mar-13 13:01 
AnswerRe: Trouble creating .inf file Pin
David Knechtges20-Mar-13 5:32
David Knechtges20-Mar-13 5:32 
GeneralRe: Trouble creating .inf file Pin
fglenn20-Mar-13 7:07
fglenn20-Mar-13 7:07 
AnswerRe: Trouble creating .inf file Pin
Erudite_Eric25-Mar-13 4:17
Erudite_Eric25-Mar-13 4:17 
QuestionUSB to RS-232 converter with 5 Baud Pin
Kiran Satish13-Mar-13 11:52
Kiran Satish13-Mar-13 11:52 
AnswerRe: USB to RS-232 converter with 5 Baud Pin
Erudite_Eric17-Mar-13 1:21
Erudite_Eric17-Mar-13 1:21 
AnswerRe: USB to RS-232 converter with 5 Baud Pin
Albert Holguin19-Mar-13 5:28
professionalAlbert Holguin19-Mar-13 5:28 
AnswerRe: USB to RS-232 converter with 5 Baud Pin
Steve4419-Mar-13 22:29
Steve4419-Mar-13 22:29 
QuestionMpLab Pin
C-P-User-312-Mar-13 10:25
C-P-User-312-Mar-13 10:25 
AnswerRe: MpLab Pin
enhzflep12-Mar-13 10:59
enhzflep12-Mar-13 10:59 
GeneralRe: MpLab Pin
C-P-User-312-Mar-13 11:02
C-P-User-312-Mar-13 11:02 
AnswerRe: MpLab Pin
glennPattonWork322-Apr-13 22:58
professionalglennPattonWork322-Apr-13 22:58 
QuestionWindows Mobile Pin
aymen Tn19-Feb-13 5:01
aymen Tn19-Feb-13 5:01 
AnswerRe: Windows Mobile - Cross posted. Pin
Pete O'Hanlon19-Feb-13 6:04
mvePete O'Hanlon19-Feb-13 6:04 
GeneralRe: Windows Mobile - Cross posted. Pin
aymen Tn19-Feb-13 22:48
aymen Tn19-Feb-13 22:48 
QuestionUSB Ports Acting Screwey Pin
Kevin Marois15-Feb-13 7:51
professionalKevin Marois15-Feb-13 7:51 
AnswerRe: USB Ports Acting Screwey Pin
Eddy Vluggen15-Feb-13 10:02
professionalEddy Vluggen15-Feb-13 10:02 
AnswerRe: USB Ports Acting Screwey Pin
Albert Holguin4-Mar-13 17:42
professionalAlbert Holguin4-Mar-13 17:42 
GeneralRe: USB Ports Acting Screwey Pin
Kevin Marois4-Mar-13 18:55
professionalKevin Marois4-Mar-13 18:55 
QuestionDebugging Kernel Mode Driver using Windbg Pin
msr_codeproject12-Feb-13 21:55
msr_codeproject12-Feb-13 21:55 
AnswerRe: Debugging Kernel Mode Driver using Windbg Pin
Erudite_Eric14-Feb-13 22:49
Erudite_Eric14-Feb-13 22:49 
In system config on the target you need to enable kernel debug specifying firewire of serial.

Hook the target to the host with tht relevant cable.

Turn off the target.

Run windbg on the host and set it to kernel debug on the relevant interface (firewire or serial).

Restart the target and it should connect and you will see a lot of debug data.

You then set the path in windbg for the symbols and code for your driver (and use the global microsoft symbol server for their code, search in help for symsrv), then you can set breakpoints and step through your code.
==============================

Nothing to say.

AnswerRe: Debugging Kernel Mode Driver using Windbg Pin
Erudite_Eric3-Apr-13 5:33
Erudite_Eric3-Apr-13 5:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.