Re: How to test my serial driver



Depending on the platform you can disable the debug serial port in yout
bootloader configuration .


"kracks" <kirthikaiitm@xxxxxxxxx> wrote in message
news:1178637234.057882.133820@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On May 7, 9:43 pm, "Blake" <blake29.ch...@xxxxxxxxx> wrote:
Hi Kracks,

Sometimes OAL will initialize aserialport to be a debug port for printing
debug messages whether there is aserialportdriveror not.
So the debug messages can be shown without anyserialportdriver.
If you want to load aserialportdriverto replace the debug port, you
should disable this debug port or change the debug port into
anotherserial
port.

--
I hope it is useful ^_^

Best Regards,

Blake Chang

"kracks" <kirthikai...@xxxxxxxxx> wrote in message

news:1178517071.971346.42280@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx



Hi,
I am working in wince5.0. I am bit new to devicedriver
developement.
I have createdserialdriver.
Root is (wince500/platform/src/drivers/serialand i complied from
pbworkspace\openworkspace\ open release directory\sysgen\build -c
and i got ser2440.dll
ser2440.dll i added in project.bib file as well as in platform.bib,
project.reg.
With and without ser2440.dll(created by me) i am getting debug
messages when i loadmyOS to target board.
I hv a doubt that if i didn't includemyserialdriver(ie. PDD) while
building OS i should not get debug messages once i load OS to target
device.

I also gave BSP_NOPCMCIA and BSP_NOPCCARD also as environment
variables.
Even though i am getting debug messages.
I don't know how i am getting without PDDserialdriver.
Whether MDD presents in platform builder itself gives debug messages
or anyother thing.

I am confused. Help me regarding this issue.
How to checkmyserialdriver?

Regards,
Kirthika- Hide quoted text -

- Show quoted text -

Hello sir,
How to disable my debug port?
I referred to other queries..
But i couldn't do it sir.
Kindly help me.

Regards
Kirthika



.



Relevant Pages