tags:

views:

30

answers:

3

Hii... I want to find out the number of Pocket PC devices(In my Case they are RFID reader's).Is there any way to do thi using RAPI in C#.net?can you please help me out....

A: 

There can only be one device connected to your PC at any time. So you only need to check if a device is actually connected. See here for example. I also recommend to have a look at OpenNetCF RAPI.

kgiannakakis
TheLearner
If you mean connected by means of ActiveSync or Windows Mobile Device Center, there can only be one device connected.
kgiannakakis
A: 

Only one device (PocketPC) can be connected at a time via ActiveSynch.

thelost
A: 

is it now possible to do this with RAPI2?

msdn says yes...but I don't get it working.

http://msdn.microsoft.com/en-US/library/ee497070.aspx:

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

rbs