P
Paul
Hello,
I have the same problem as the other messages with "IrDa
DiscoverDevices" in the title :
Apparently the method DiscoverDevices of IrDAClient does not work, at
least up to SP1.
I found this text at
http://msdn.microsoft.com/library/default.asp?url=/library/en-
us/wceappservices5/html/wce50conNETCompactFrameworkMigration.asp :
"Windows CE 5.0 includes the .NET Compact Framework 1.0 and the .NET
Compact Framework Service Pack 2. Windows CE .NET 4.2 did not include
..NET Compact Framework Service Pack 2."
=> Is there a way to update CE.NET 4.x to make DiscoverDevices work ??
I tried the work around described in
http://www.alexfeinman.com/download.asp?doc=IRDABeamer.zip :
I changed "listener = new IrDAListener("OBEX:IrXfer");" to
"listener = new IrDAListener("BT_GPS:SPP slave");" (I also tried it
without the BT_GPS prefix).
=> No devices are discovered ???!! How can I make this work ?
By the way : with the bluetooth manager of my PocketPc (Asus MyPal)
there is no problem in setting up a connection.
I guess there are a lot of people that need a bluetooth connection in
their application, so what is the solution to this bug in ce.net ?
Thanks for any help,
Paul
I have the same problem as the other messages with "IrDa
DiscoverDevices" in the title :
Apparently the method DiscoverDevices of IrDAClient does not work, at
least up to SP1.
I found this text at
http://msdn.microsoft.com/library/default.asp?url=/library/en-
us/wceappservices5/html/wce50conNETCompactFrameworkMigration.asp :
"Windows CE 5.0 includes the .NET Compact Framework 1.0 and the .NET
Compact Framework Service Pack 2. Windows CE .NET 4.2 did not include
..NET Compact Framework Service Pack 2."
=> Is there a way to update CE.NET 4.x to make DiscoverDevices work ??
I tried the work around described in
http://www.alexfeinman.com/download.asp?doc=IRDABeamer.zip :
I changed "listener = new IrDAListener("OBEX:IrXfer");" to
"listener = new IrDAListener("BT_GPS:SPP slave");" (I also tried it
without the BT_GPS prefix).
=> No devices are discovered ???!! How can I make this work ?
By the way : with the bluetooth manager of my PocketPc (Asus MyPal)
there is no problem in setting up a connection.
I guess there are a lot of people that need a bluetooth connection in
their application, so what is the solution to this bug in ce.net ?
Thanks for any help,
Paul