Hello world,

Hope anyone can help me figuring this out:

I've to develop an SDIO driver for a hardware that's is being designed
at the moment.
I've been asked to develop the relevant driver for PPC windows mobile
2003.
Here is my questions :

Does PocketPC 2003 come with a SDIO driver such that the SDIO card
will work on any PocketPC 2003 device with SDIO compatible SD
slot?

My understanding is that so far one had to buy the BSQUARE SDIO now!
kit for peripherals and write its own driver and then distribute it
with the
card
... Boring and Expensive!
I read on the BSQUARE website that the Windows CE .NET release will
indeed
integrate the SDIO driver.
Is that true? Does this apply for the current Pocket PC 2003 release
already?

I terms of software, what does it means?
- should i develop just a lib?
- should i develop a new stack on a already build SDIO driver?
- anything else?

What kind of tool i need (just eVC, platform Builder, ...)?

This is a bit fuzzy for me.

Thanks a lot for your help
--

-----------------
liooil
* remove _NOSPAM_ in my adress if you wish to mail me directly *

Re: SDIO driver by Stefan

Stefan
Thu Jun 24 18:53:50 CDT 2004

From what I can tell, the sdio bluetooth cards seem to have
proprietary drivers. A toshiba bluetooth driver doesn't seem to work
with anything but a Toshiba PPC.

Socket and BSquare are supposed to be universal, but the forums are
full of people having problems getting the drivers to work.

Steven



On Thu, 24 Jun 2004 10:18:45 +0200, liooil
<liooil_NOSPAM_@ifrance.com> wrote:

>Hello world,
>
>Hope anyone can help me figuring this out:
>
>I've to develop an SDIO driver for a hardware that's is being designed
>at the moment.
>I've been asked to develop the relevant driver for PPC windows mobile
>2003.
>Here is my questions :
>
> Does PocketPC 2003 come with a SDIO driver such that the SDIO card
> will work on any PocketPC 2003 device with SDIO compatible SD
> slot?
>
> My understanding is that so far one had to buy the BSQUARE SDIO now!
> kit for peripherals and write its own driver and then distribute it
>with the
> card
> ... Boring and Expensive!
> I read on the BSQUARE website that the Windows CE .NET release will
>indeed
> integrate the SDIO driver.
> Is that true? Does this apply for the current Pocket PC 2003 release
> already?
>
> I terms of software, what does it means?
> - should i develop just a lib?
> - should i develop a new stack on a already build SDIO driver?
> - anything else?
>
> What kind of tool i need (just eVC, platform Builder, ...)?
>
> This is a bit fuzzy for me.
>
> Thanks a lot for your help