Hi I am new to Device driver development and I have to write a
COM port (UART 0) driver for chip DM6443.
I need get started help on it.

I have questions like

1)do I have to create more then one DLL project on one will do

2) what functions do I have to define in it

Note:- I have been through DM6443 document.

Re: how to write a serial port driver (UART 0) COM Port by Doron

Doron
Fri Mar 28 14:36:23 CDT 2008

1) download the wdk
2) get the kmdf serial sample (<ddk>\src\kmdf\serial)
3) rip out all of the 16550 UART related hw accesses, keep the queues and
IOCTl processing exactly the same

d

--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.


"shashank" <shashankshukla2001@gmail.com> wrote in message
news:4114f927-b096-4bf7-8445-a4aa27aa07a1@p25g2000hsf.googlegroups.com...
>
> Hi I am new to Device driver development and I have to write a
> COM port (UART 0) driver for chip DM6443.
> I need get started help on it.
>
> I have questions like
>
> 1)do I have to create more then one DLL project on one will do
>
> 2) what functions do I have to define in it
>
> Note:- I have been through DM6443 document.
>


Re: how to write a serial port driver (UART 0) COM Port by Pavel

Pavel
Sat Mar 29 12:06:17 CDT 2008

"shashank" <shashankshukla2001@gmail.com> wrote in message
news:4114f927-b096-4bf7-8445-a4aa27aa07a1@p25g2000hsf.googlegroups.com...
>
> Hi I am new to Device driver development and I have to write a
> COM port (UART 0) driver for chip DM6443.
> I need get started help on it.
>
> I have questions like
>
> 1)do I have to create more then one DLL project on one will do
>
> 2) what functions do I have to define in it
>
> Note:- I have been through DM6443 document.

Please ask in WinCE forums. This newsgroup does not deal with WinCE or Linux
development.

Regards,
--PA