Re: how to write a serial port driver (UART 0)
- From: Tony Hedge <tonyatbenthicsciencesdotcodotuk>
- Date: Fri, 28 Mar 2008 12:34:51 +0000
That's quite a big question, and one that would fill several chapters of a book!
The help documentation and samples are the best place to start. Take a look in Platform Builder Help at "Developing a Device Driver > Windows CE Drivers > Serial Port Drivers".
There are "production quality" (Microsoft's words, not mine, but they do do everything they need) drivers for a number of uarts in the Platform Builder public sources, which you can use as a starting point.
You will need to use Platform Builder for the development, and for testing you will probably need to generate a debug build of your OS.
Good luck!
shashank wrote:
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.
- References:
- how to write a serial port driver (UART 0)
- From: shashank
- how to write a serial port driver (UART 0)
- Prev by Date: how to write a serial port driver (UART 0)
- Next by Date: I am struck with configuration file COM port driver
- Previous by thread: how to write a serial port driver (UART 0)
- Next by thread: I am struck with configuration file COM port driver
- Index(es):
Relevant Pages
|