Hi,
I am working with Wince5.0.
I developed my own bootloader and with my Eboot.nb0 i load OS into
the targert device.
Now i am developing serial device driver.
i want to test my serial driver.
I referred to queries and it says that i have to disable debug serial
port from sending messages once i load OS into target.
Even i deleted the serial driver given by my vendor. Still its
displaying messages.
If i disable OEMDebugInitSerial() in my bootloader i am not gettting
any messages in from bootloader itself.
I want to get debug message from Bootloader but not from OS once i
load OS into target device.
How to stop my serial port from sending messages once i load OS into
target device and to test my serial driver.
help me regarding this issue.
Regards,
Kirthika.