Target with no serial port!

It’s been coming for a while, I know, but getting older is no fun. My target Win7 x64 system does not have a com port. Not one. Sheesh! I believe
that I can use a nice expensive USB debug cable, but has anyone ever tried using one of those USB->serial port things for debugging? Normally I would
think that it would be OK, but I’m not sure what is going on in the target machine under the hood. Just to clarify, I would like to use a usb serial
port adapter on a Win7 target machine. If the system normally boots and puts the USB/Serial port at COM3, for example, can I BCDEdit and do:
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS=“Debugging with Cable” /fastdetect /debug /debugport=COM3 /baudrate=57600
and run Windbg on my trusty old WinXP machine that actually has a real honest to God serial port?
Thanks!

Michael Wade wrote:

It’s been coming for a while, I know, but getting older is no fun. My target Win7 x64 system does not have a com port. Not one. Sheesh! I believe that I can use a nice expensive USB debug cable, but has anyone ever tried using one of those USB->serial port things for debugging?

Possible for the host machine, but not for the target. The kernel
debugger requires a genuine UART serial port at the traditional I/O port
addresses. Do you have a Firewire/1394 port? I find that to be the
best choice.


Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.

“Michael Wade” wrote in message
news:xxxxx@windbg…
> It’s been coming for a while, I know, but getting older is no fun. My
> target Win7 x64 system does not have a com port. Not one. Sheesh! I
> believe
> that I can use a nice expensive USB debug cable, but has anyone ever tried
> using one of those USB->serial port things for debugging? Normally I
> would
> think that it would be OK, but I’m not sure what is going on in the target
> machine under the hood. Just to clarify, I would like to use a usb serial
> port adapter on a Win7 target machine. If the system normally boots and
> puts the USB/Serial port at COM3, for example, can I BCDEdit and do:
> multi(0)disk(0)rdisk(0)partition(1)\WINDOWS=“Debugging with Cable”
> /fastdetect /debug /debugport=COM3 /baudrate=57600
> and run Windbg on my trusty old WinXP machine that actually has a real
> honest to God serial port?
> Thanks!
>

Have you looked well? Does the BIOS setup mention serial ports?
Many mobos have a RS232 header, though with no external connector.

- pa

OK, thanks. I’m still trying to get the 1394 cable situation resolved, but what about USB? Is the USB debugger cable the same thing as a USB data
transfer cable? Or at least, will it work? Thanks again.

On Wed, 12 Jan 2011 16:41:55 -0800, Tim Roberts wrote:

>Michael Wade wrote:
>> It’s been coming for a while, I know, but getting older is no fun. My target Win7 x64 system does not have a com port. Not one. Sheesh! I believe that I can use a nice expensive USB debug cable, but has anyone ever tried using one of those USB->serial port things for debugging?
>
>Possible for the host machine, but not for the target. The kernel
>debugger requires a genuine UART serial port at the traditional I/O port
>addresses. Do you have a Firewire/1394 port? I find that to be the
>best choice.

A 1394 card costs a fraction of what the USB debug device costs, and 1394 debugging runs about 40x faster, and is much easier to get working and keep working.

Don’t use USB2 debugging unless you don’t have a choice.

Joe.

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Michael Wade
Sent: Thursday, January 13, 2011 11:31 AM
To: Kernel Debugging Interest List
Subject: Re:[windbg] Target with no serial port!

OK, thanks. I’m still trying to get the 1394 cable situation resolved, but what about USB? Is the USB debugger cable the same thing as a USB data
transfer cable? Or at least, will it work? Thanks again.

On Wed, 12 Jan 2011 16:41:55 -0800, Tim Roberts wrote:

>Michael Wade wrote:
>> It’s been coming for a while, I know, but getting older is no fun. My target Win7 x64 system does not have a com port. Not one. Sheesh! I believe that I can use a nice expensive USB debug cable, but has anyone ever tried using one of those USB->serial port things for debugging?
>
>Possible for the host machine, but not for the target. The kernel
>debugger requires a genuine UART serial port at the traditional I/O port
>addresses. Do you have a Firewire/1394 port? I find that to be the
>best choice.


WINDBG is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer

Indeed, and as someone mentioned earlier, check your motherboard for headers
for 1394. Sometimes they are there.

Good luck,

mm

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Joe Ballantyne
Sent: Thursday, January 13, 2011 3:16 PM
To: Kernel Debugging Interest List
Subject: RE: Re:[windbg] Target with no serial port!

A 1394 card costs a fraction of what the USB debug device costs, and 1394
debugging runs about 40x faster, and is much easier to get working and keep
working.

Don’t use USB2 debugging unless you don’t have a choice.

Joe.

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Michael Wade
Sent: Thursday, January 13, 2011 11:31 AM
To: Kernel Debugging Interest List
Subject: Re:[windbg] Target with no serial port!

OK, thanks. I’m still trying to get the 1394 cable situation resolved, but
what about USB? Is the USB debugger cable the same thing as a USB data
transfer cable? Or at least, will it work? Thanks again.

On Wed, 12 Jan 2011 16:41:55 -0800, Tim Roberts wrote:

>Michael Wade wrote:
>> It’s been coming for a while, I know, but getting older is no fun. My
target Win7 x64 system does not have a com port. Not one. Sheesh! I
believe that I can use a nice expensive USB debug cable, but has anyone ever
tried using one of those USB->serial port things for debugging?
>
>Possible for the host machine, but not for the target. The kernel
>debugger requires a genuine UART serial port at the traditional I/O port
>addresses. Do you have a Firewire/1394 port? I find that to be the
>best choice.


WINDBG is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer


WINDBG is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer

To clearly answer your question. NO, the usb debug “cable” is NOT the same thing as an easy transfer cable. And NO you cannot use an easy transfer cable to kernel debug a target over USB2.

Joe.

-----Original Message-----
From: Joe Ballantyne
Sent: Thursday, January 13, 2011 12:16 PM
To: Kernel Debugging Interest List
Subject: RE: Re:[windbg] Target with no serial port!

A 1394 card costs a fraction of what the USB debug device costs, and 1394 debugging runs about 40x faster, and is much easier to get working and keep working.

Don’t use USB2 debugging unless you don’t have a choice.

Joe.

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Michael Wade
Sent: Thursday, January 13, 2011 11:31 AM
To: Kernel Debugging Interest List
Subject: Re:[windbg] Target with no serial port!

OK, thanks. I’m still trying to get the 1394 cable situation resolved, but what about USB? Is the USB debugger cable the same thing as a USB data
transfer cable? Or at least, will it work? Thanks again.

On Wed, 12 Jan 2011 16:41:55 -0800, Tim Roberts wrote:

>Michael Wade wrote:
>> It’s been coming for a while, I know, but getting older is no fun. My target Win7 x64 system does not have a com port. Not one. Sheesh! I believe that I can use a nice expensive USB debug cable, but has anyone ever tried using one of those USB->serial port things for debugging?
>
>Possible for the host machine, but not for the target. The kernel
>debugger requires a genuine UART serial port at the traditional I/O port
>addresses. Do you have a Firewire/1394 port? I find that to be the
>best choice.


WINDBG is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer

I can’t believe that this motherboard does not have a 1394 port on it, but I don’t think it does. Lot’s of USB, lot’s of SATA, bot no firewire. I
think I am going to have to go USB. Argh!

Buy a card and plug it in. Unless of course you bought a motherboard without any slots…

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Michael Wade
Sent: Thursday, January 13, 2011 12:42 PM
To: Kernel Debugging Interest List
Subject: Re:[windbg] Target with no serial port!

I can’t believe that this motherboard does not have a 1394 port on it, but I don’t think it does. Lot’s of USB, lot’s of SATA, bot no firewire. I
think I am going to have to go USB. Argh!


WINDBG is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer

You meant that as a joke, but this is not a motherboard I would buy for myself. It has 1 PCI slot, and a whopping 2 PCIe slots.

On Thu, 13 Jan 2011 20:42:35 +0000, Joe Ballantyne wrote:

>Buy a card and plug it in. Unless of course you bought a motherboard without any slots…
>
>-----Original Message-----
>From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Michael Wade
>Sent: Thursday, January 13, 2011 12:42 PM
>To: Kernel Debugging Interest List
>Subject: Re:[windbg] Target with no serial port!
>
>I can’t believe that this motherboard does not have a 1394 port on it, but I don’t think it does. Lot’s of USB, lot’s of SATA, bot no firewire. I
>think I am going to have to go USB. Argh!
>
>—
>WINDBG is sponsored by OSR
>
>For our schedule of WDF, WDM, debugging and other seminars visit:
>http://www.osr.com/seminars
>
>To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer
>

When I said buy a 1394 card and plug it in, I was dead serious.

If you have a free slot. Buy a 1394 card for it, and plug it in and use 1394 debugging.

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Michael Wade
Sent: Thursday, January 13, 2011 1:30 PM
To: Kernel Debugging Interest List
Subject: Re:[windbg] Target with no serial port!

You meant that as a joke, but this is not a motherboard I would buy for myself. It has 1 PCI slot, and a whopping 2 PCIe slots.

On Thu, 13 Jan 2011 20:42:35 +0000, Joe Ballantyne wrote:

>Buy a card and plug it in. Unless of course you bought a motherboard without any slots…
>
>-----Original Message-----
>From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Michael Wade
>Sent: Thursday, January 13, 2011 12:42 PM
>To: Kernel Debugging Interest List
>Subject: Re:[windbg] Target with no serial port!
>
>I can’t believe that this motherboard does not have a 1394 port on it, but I don’t think it does. Lot’s of USB, lot’s of SATA, bot no firewire. I
>think I am going to have to go USB. Argh!
>
>—
>WINDBG is sponsored by OSR
>
>For our schedule of WDF, WDM, debugging and other seminars visit:
>http://www.osr.com/seminars
>
>To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer
>


WINDBG is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer

On 1/14/2011 12:14 AM, Joe Ballantyne wrote:

When I said buy a 1394 card and plug it in, I was dead serious.

If you have a free slot. Buy a 1394 card for it, and plug it in and use 1394 debugging.

Maybe in the (far) future, MS could support debugging via Ethernet…

Why would we ever to something so completely brain dead obvious… :slight_smile:

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Hagen Patzke
Sent: Friday, January 14, 2011 12:05 AM
To: Kernel Debugging Interest List
Subject: Re:[windbg] Target with no serial port!

On 1/14/2011 12:14 AM, Joe Ballantyne wrote:

When I said buy a 1394 card and plug it in, I was dead serious.

If you have a free slot. Buy a 1394 card for it, and plug it in and use 1394 debugging.

Maybe in the (far) future, MS could support debugging via Ethernet…


WINDBG is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer

That would be nice (one of the few features of SoftICE that I miss
(occasionally)), though if we’re making a list, I’d personally rather see
support for debugging hyper-v guests first.

My two cents,

mm

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Hagen Patzke
Sent: Friday, January 14, 2011 3:05 AM
To: Kernel Debugging Interest List
Subject: Re:[windbg] Target with no serial port!

On 1/14/2011 12:14 AM, Joe Ballantyne wrote:

When I said buy a 1394 card and plug it in, I was dead serious.

If you have a free slot. Buy a 1394 card for it, and plug it in and use
1394 debugging.

Maybe in the (far) future, MS could support debugging via Ethernet…


WINDBG is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer

And OSR sells cards targeted for the proper chipsets.

Gary G. Little
H (952) 223-1349
C (952) 454-4629
xxxxx@comcast.net

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Joe Ballantyne
Sent: Thursday, January 13, 2011 5:14 PM
To: Kernel Debugging Interest List
Subject: RE: Re:[windbg] Target with no serial port!

When I said buy a 1394 card and plug it in, I was dead serious.

If you have a free slot. Buy a 1394 card for it, and plug it in and use
1394 debugging.

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Michael Wade
Sent: Thursday, January 13, 2011 1:30 PM
To: Kernel Debugging Interest List
Subject: Re:[windbg] Target with no serial port!

You meant that as a joke, but this is not a motherboard I would buy for
myself. It has 1 PCI slot, and a whopping 2 PCIe slots.

On Thu, 13 Jan 2011 20:42:35 +0000, Joe Ballantyne
wrote:

>Buy a card and plug it in. Unless of course you bought a motherboard
without any slots…
>
>-----Original Message-----
>From: xxxxx@lists.osr.com
>[mailto:xxxxx@lists.osr.com] On Behalf Of Michael Wade
>Sent: Thursday, January 13, 2011 12:42 PM
>To: Kernel Debugging Interest List
>Subject: Re:[windbg] Target with no serial port!
>
>I can’t believe that this motherboard does not have a 1394 port on it,
>but I don’t think it does. Lot’s of USB, lot’s of SATA, bot no firewire.
I think I am going to have to go USB. Argh!
>
>—
>WINDBG is sponsored by OSR
>
>For our schedule of WDF, WDM, debugging and other seminars visit:
>http://www.osr.com/seminars
>
>To unsubscribe, visit the List Server section of OSR Online at
>http://www.osronline.com/page.cfm?name=ListServer
>


WINDBG is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer


WINDBG is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer

Information from ESET Smart Security, version of virus signature
database 5788 (20110114)


The message was checked by ESET Smart Security.

http://www.eset.com

Joseph, now you’re being facetious …

Gary G. Little
H (952) 223-1349
C (952) 454-4629
xxxxx@comcast.net

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Joe Ballantyne
Sent: Friday, January 14, 2011 2:32 AM
To: Kernel Debugging Interest List
Subject: RE: Re:[windbg] Target with no serial port!

Why would we ever to something so completely brain dead obvious… :slight_smile:

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Hagen Patzke
Sent: Friday, January 14, 2011 12:05 AM
To: Kernel Debugging Interest List
Subject: Re:[windbg] Target with no serial port!

On 1/14/2011 12:14 AM, Joe Ballantyne wrote:

When I said buy a 1394 card and plug it in, I was dead serious.

If you have a free slot. Buy a 1394 card for it, and plug it in and use
1394 debugging.

Maybe in the (far) future, MS could support debugging via Ethernet…


WINDBG is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer


WINDBG is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer

__________ Information from ESET Smart Security, version of virus signature
database 5788 (20110114) __________

The message was checked by ESET Smart Security.

http://www.eset.com