Tech Support > Microsoft Windows > Drivers > NDIS driver sample code for SDIO interface
NDIS driver sample code for SDIO interface
Posted by Steven on November 17th, 2005


Hi, I am developing a SDIO driver for our chipset. The output from our
chipset is IP datagram carry realtime video. I need to give the IP datagram
to the NDIS protocol stack then pass to Windows CE media player does anybody
have any NDIS example for WinCE I can follow?

I understand how to transfer data via SDIO interface the experience I am
lacking is after I get the data how do I pass to upper layer protocol stack
(NDIS) so when user want to watch live TV using windows media player they
can do it. It should be similar to 802.11 just the out put from our chipset
is IP packets not Ethernet packet


Posted by Maxim S. Shatskih on November 17th, 2005


Why not just use the sendto() call?

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com

"Steven" <viwang@aol.com> wrote in message
news:eh%23b5N16FHA.1140@tk2msftngp13.phx.gbl...


Similar Posts