Disabling debug info through serial port
From: Rob (Rob_at_discussions.microsoft.com)
Date: 12/28/04
- Next message: cool_harber: "What decides the Mono LCD gray scale?"
- Previous message: Bruce Eitman \(eMVP\): "Re: COM to USB Convertor"
- Next in thread: Remco: "Re: Disabling debug info through serial port"
- Reply: Remco: "Re: Disabling debug info through serial port"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 28 Dec 2004 06:03:04 -0800
Hi,
I want to stop WinCE from using the comport for debug info.
(CE5.0 x86 standard PC )
I did what is described in the following article :
http://msdn.microsoft.com/embedded/community/community/tips/ce/disable/default.aspx
My app calls OutPutDebugString() (I wrote my own TRACE() function)
The debug-info appears in my MSVC (through the network) as it should.
But the data passed there also still appears on my comport....
Is this a seperate mechanism ?
Do I need to re-install the SDK for my app to notice the change in debug.cpp ?
There are many "debug.c" files scatterred around the build tree, i modified
the one from C:\WINCE500\PUBLIC\COMMON\OAK\CSP\X86\OAL, is this the right
one, and only one that needs to change ?
So I want to keep my debug-data, but : only NOT on the comport !
Any tips are welcome.
Greetings,
Rob.
- Next message: cool_harber: "What decides the Mono LCD gray scale?"
- Previous message: Bruce Eitman \(eMVP\): "Re: COM to USB Convertor"
- Next in thread: Remco: "Re: Disabling debug info through serial port"
- Reply: Remco: "Re: Disabling debug info through serial port"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|