Sample Stream Interface Drivers

The Platform Builder contains sample device drivers that illustrate how to write stream interface drivers for several types of device. If you implement a stream interface driver for a device similar to one of the samples, you can base your driver on the appropriate source code of the sample driver. The following table shows the sample device drivers contained in the Platform Builder.

Sample
Description
Pager Card Illustrates a device driver for the Motorola NewsCard pager
Modem Card Illustrates a device driver for a PC Card modem
RAM Card Illustrates a device driver for a Static RAM PC Card
PC Card Test Illustrates a device driver for testing PC Cards
Serial Illustrates a device driver for devices that connect to a serial port
Touch Screen Illustrates a device driver that interacts with the screen

The following are PC Card drivers:

The following are serial port drivers:

For network driver interface specification (NDIS) drivers, NDIS sources consist of source code that is compatible with Windows 95 and Windows NT Workstation. The source code can simply be recompiled as a Windows CE–based DLL. For more information, see NDIS Network Drivers.