Windows XP debug COM port still visible after botting in Debug mode

HI,
I am trying to configure the a system for Windows kernel debugging. This system runs WIndows XP.

IT has a COM port which i am trying to set a debug port from msconfig utility. I am successfully setting all the values in the msconfig screen like below

“Debug” checkbox checked.
“Debug port” checkbox is checked and COM2 is selected from the dropdown.
An baud rate of 19200 is chosen.

Rebooted the PC.

THe problem is that even after successfully rebooting the system in debug mode, i am still able to see COM2 in device manager. This means that this COM port is not configured for debugging successfully by the OS correct?

I have administrator priveleges on my system.

Below are the contents of boot.ini file of this system.

[boot loader]
timeout = 30
default = multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS = “Microsoft XP Professional (Memory: NT=2968 MB, MIL=96.0MB)” /noexecute=optin /fastdetect /maxmem=2048 /debug /debugport=COM2: /baudrate=115200

ANy help is appreciated.

ANother point is that the COM port that i am using for debugging is mounted on a PCI-e card. It is not a standard serial port that comes inbuilt on the mother board.

On Apr 1, 2015, at 10:37 PM, xxxxx@gmail.com wrote:

Below are the contents of boot.ini file of this system.

[boot loader]
timeout = 30
default = multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS = “Microsoft XP Professional (Memory: NT=2968 MB, MIL=96.0MB)” /noexecute=optin /fastdetect /maxmem=2048 /debug /debugport=COM2: /baudrate=115200

You should not have a colon in the debug port. Just “/debugport=COM2” .

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

Hi RajuJayanthi,

Please do the following points :

  1. set debug mode on
  2. check parity checking (make sure even, odd or none any one is selected)
  3. stop bits : 8
  4. RX and TX , usually Rx is 3 and TX is 2 and grnd will be 5,
  5. please anode and cathod ( GND) of LED , ensure that once u reboot the
    LED glow on and off. (this will ensure your comport is working or not
    working by OS)
    (alternative u can connect d type connect female type and connect LED and
    examine these results)

By these exercise u can be sure the COM2 is working condition.

Regards
Kumara

On Thu, Apr 2, 2015 at 11:07 AM, wrote:

> HI,
> I am trying to configure the a system for Windows kernel debugging. This
> system runs WIndows XP.
>
> IT has a COM port which i am trying to set a debug port from msconfig
> utility. I am successfully setting all the values in the msconfig screen
> like below
>
> “Debug” checkbox checked.
> “Debug port” checkbox is checked and COM2 is selected from the dropdown.
> An baud rate of 19200 is chosen.
>
> Rebooted the PC.
>
> THe problem is that even after successfully rebooting the system in debug
> mode, i am still able to see COM2 in device manager. This means that this
> COM port is not configured for debugging successfully by the OS correct?
>
> I have administrator priveleges on my system.
>
> Below are the contents of boot.ini file of this system.
>
> [boot loader]
> timeout = 30
> default = multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
> [operating systems]
> multi(0)disk(0)rdisk(0)partition(1)\WINDOWS = “Microsoft XP Professional
> (Memory: NT=2968 MB, MIL=96.0MB)” /noexecute=optin /fastdetect /maxmem=2048
> /debug /debugport=COM2: /baudrate=115200
>
>
> ANy help is appreciated.
>
> —
> NTDEV is sponsored by OSR
>
> Visit the list at: http://www.osronline.com/showlists.cfm?list=ntdev
>
> OSR is HIRING!! See http://www.osr.com/careers
>
> 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
>

Hi Raju,

You can have one PCI based Serial Port Card mounted on the pci-slot to
enable ports i.ee COM1 and COM2

Best Wishes
Kumara

On Thu, Apr 2, 2015 at 2:17 PM, Kumar Rao wrote:

> Hi RajuJayanthi,
>
> Please do the following points :
> 1) set debug mode on
> 2) check parity checking (make sure even, odd or none any one is
> selected)
> 3) stop bits : 8
> 4) RX and TX , usually Rx is 3 and TX is 2 and grnd will be 5,
> 5) please anode and cathod ( GND) of LED , ensure that once u reboot the
> LED glow on and off. (this will ensure your comport is working or not
> working by OS)
> (alternative u can connect d type connect female type and connect LED and
> examine these results)
>
> By these exercise u can be sure the COM2 is working condition.
>
> Regards
> Kumara
>
> On Thu, Apr 2, 2015 at 11:07 AM, wrote:
>
>> HI,
>> I am trying to configure the a system for Windows kernel debugging. This
>> system runs WIndows XP.
>>
>> IT has a COM port which i am trying to set a debug port from msconfig
>> utility. I am successfully setting all the values in the msconfig screen
>> like below
>>
>> “Debug” checkbox checked.
>> “Debug port” checkbox is checked and COM2 is selected from the dropdown.
>> An baud rate of 19200 is chosen.
>>
>> Rebooted the PC.
>>
>> THe problem is that even after successfully rebooting the system in
>> debug mode, i am still able to see COM2 in device manager. This means that
>> this COM port is not configured for debugging successfully by the OS
>> correct?
>>
>> I have administrator priveleges on my system.
>>
>> Below are the contents of boot.ini file of this system.
>>
>> [boot loader]
>> timeout = 30
>> default = multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
>> [operating systems]
>> multi(0)disk(0)rdisk(0)partition(1)\WINDOWS = “Microsoft XP Professional
>> (Memory: NT=2968 MB, MIL=96.0MB)” /noexecute=optin /fastdetect /maxmem=2048
>> /debug /debugport=COM2: /baudrate=115200
>>
>>
>> ANy help is appreciated.
>>
>> —
>> NTDEV is sponsored by OSR
>>
>> Visit the list at: http://www.osronline.com/showlists.cfm?list=ntdev
>>
>> OSR is HIRING!! See http://www.osr.com/careers
>>
>> 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 RajuJayanthi,

Please do the following points :

  1. set debug mode on in command prompt for Windbg
  2. check parity checking (make sure even, odd or none any one is selected)
  3. stop bits : 8
  4. RX and TX , usually Rx is 3 and TX is 2 and grnd will be 5,
  5. please connect anode and cathod ( GND) of LED to d type connector ,
    ensure that once u reboot the LED glow on and off. (this will ensure your
    comport is working or not working by OS)
    (alternative u can have connector of d type connected female type ,
    connect LED and examine these results)

By these exercise u can be sure the COM2 is working condition.

Regards
Kumara

On Thu, Apr 2, 2015 at 2:18 PM, Kumar Rao wrote:

> Hi Raju,
>
> You can have one PCI based Serial Port Card mounted on the pci-slot to
> enable ports i.ee COM1 and COM2
>
> Best Wishes
> Kumara
>
> On Thu, Apr 2, 2015 at 2:17 PM, Kumar Rao wrote:
>
>> Hi RajuJayanthi,
>>
>> Please do the following points :
>> 1) set debug mode on
>> 2) check parity checking (make sure even, odd or none any one is
>> selected)
>> 3) stop bits : 8
>> 4) RX and TX , usually Rx is 3 and TX is 2 and grnd will be 5,
>> 5) please anode and cathod ( GND) of LED , ensure that once u reboot the
>> LED glow on and off. (this will ensure your comport is working or not
>> working by OS)
>> (alternative u can connect d type connect female type and connect LED and
>> examine these results)
>>
>> By these exercise u can be sure the COM2 is working condition.
>>
>> Regards
>> Kumara
>>
>> On Thu, Apr 2, 2015 at 11:07 AM, wrote:
>>
>>> HI,
>>> I am trying to configure the a system for Windows kernel debugging. This
>>> system runs WIndows XP.
>>>
>>> IT has a COM port which i am trying to set a debug port from msconfig
>>> utility. I am successfully setting all the values in the msconfig screen
>>> like below
>>>
>>> “Debug” checkbox checked.
>>> “Debug port” checkbox is checked and COM2 is selected from the dropdown.
>>> An baud rate of 19200 is chosen.
>>>
>>> Rebooted the PC.
>>>
>>> THe problem is that even after successfully rebooting the system in
>>> debug mode, i am still able to see COM2 in device manager. This means that
>>> this COM port is not configured for debugging successfully by the OS
>>> correct?
>>>
>>> I have administrator priveleges on my system.
>>>
>>> Below are the contents of boot.ini file of this system.
>>>
>>> [boot loader]
>>> timeout = 30
>>> default = multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
>>> [operating systems]
>>> multi(0)disk(0)rdisk(0)partition(1)\WINDOWS = “Microsoft XP Professional
>>> (Memory: NT=2968 MB, MIL=96.0MB)” /noexecute=optin /fastdetect /maxmem=2048
>>> /debug /debugport=COM2: /baudrate=115200
>>>
>>>
>>> ANy help is appreciated.
>>>
>>> —
>>> NTDEV is sponsored by OSR
>>>
>>> Visit the list at: http://www.osronline.com/showlists.cfm?list=ntdev
>>>
>>> OSR is HIRING!! See http://www.osr.com/careers
>>>
>>> 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 Tim Roberts,

The colon in " /debugport =COM2:" has been set when we select “COM2:” as debug port under debug option.

All COM ports available for debug port selection are usually displayed along with a colon.