Hello guys, seems I need some professional advice :-)

I have the following use case: connect some Windows Mobile based
smartphone to a windows CE based host via USB and transmit cyclic
data. I made a protoype using ActiveSync on XP and used RAPI-functions
to transmit the data stream; works pretty well...

This project targets an embedded market so I thought about using WinCE
also on the host side. I made some research and currently I'm a little
bit stuck about what viable solutions could be:
1) USB serial and try to adapt librapi from the SynCE project
2) somehow enable a RNDIS host and use network functions

Both solutions seems to produce kinda mucha work, so do you have other
ideas how to implement this scenario?

Best regards,
Christian.

Re: Connecting Windows Mobile client to Windows CE Host by Paul

Paul
Tue Jul 29 16:05:57 PDT 2008

My opinion is that 2 is your best chance. Does it work? Have you tried it?
You ain't gonna find any RAPI laying around for Windows CE...

Paul T.

"cpmetz" <cpmetz@googlemail.com> wrote in message
news:bc1f0971-5ebd-4bef-a2a7-0c29ef5d8df7@r66g2000hsg.googlegroups.com...
> Hello guys, seems I need some professional advice :-)
>
> I have the following use case: connect some Windows Mobile based
> smartphone to a windows CE based host via USB and transmit cyclic
> data. I made a protoype using ActiveSync on XP and used RAPI-functions
> to transmit the data stream; works pretty well...
>
> This project targets an embedded market so I thought about using WinCE
> also on the host side. I made some research and currently I'm a little
> bit stuck about what viable solutions could be:
> 1) USB serial and try to adapt librapi from the SynCE project
> 2) somehow enable a RNDIS host and use network functions
>
> Both solutions seems to produce kinda mucha work, so do you have other
> ideas how to implement this scenario?
>
> Best regards,
> Christian.



Re: Connecting Windows Mobile client to Windows CE Host by Valter

Valter
Fri Aug 01 05:51:31 PDT 2008

cpmetz <cpmetz@googlemail.com> wrote in
news:bc1f0971-5ebd-4bef-a2a7-0c29ef5d8df7@r66g2000hsg.googlegroups.co
m:

[...]
> This project targets an embedded market so I thought about using
> WinCE also on the host side. I made some research and currently
> I'm a little bit stuck about what viable solutions could be:
> 1) USB serial and try to adapt librapi from the SynCE project
> 2) somehow enable a RNDIS host and use network functions


Solution 2 using sockets or high-level protocols will allow your
software to work on the USB link but also on other kinds of
connections (wired or wireless) and would be a more "future-proof"
choice, IMHO.

--
Valter Minute
www.fortechembeddedlabs.it
Training, support and development for Windows CE
(the reply address of this message is invalid)