views:

182

answers:

1

The Microsoft RAPI2 interface is designed with the ability to talk to multiple devices. But, ActiveSync 4.5.0 allows only allows one device at a time to connect and only allows it over a USB connection.

Is there a way to write a client-server piece for the desktop and mobile device that will allow more than one device to connect to the desktop through a RAPI2 connection? Preferably some way to put RAPI2 over TCP/IP.

Thanks, PaulH

A: 

Hi Paul, I have actually the same problem.

In msdn they wrote this:

For Windows CE 5.0 and earlier, this enumeration sequence will only contain a single connected device.

So there must be a way to connect more than one device.

Did you find an solution?

Best Regards,

Robert

rbs
There is not. The interface allows the possibility for future expansion, but it isn't implemented that way.
PaulH