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
2010-05-17 13:12:07
TheLearner
2010-05-17 13:16:53
If you mean connected by means of ActiveSync or Windows Mobile Device Center, there can only be one device connected.
kgiannakakis
2010-05-17 13:20:43
A:
Only one device (PocketPC) can be connected at a time via ActiveSynch.
thelost
2010-05-17 13:18:16
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
2010-10-06 09:43:20