M
Mark Johnson
Using VS NET 2003 C#
O2 XDA (Pocket PC 2002)
Nokia 6150 (6100)
The InfaRed Function of Pocket PC can find the Nokia 6150 Mobile Telefon.
When I run a program with :
IrDAClient irdaClient = new IrDAClient();
IrDADeviceInfo[] irdaDevices;
irdaDevices = irdaClient.DiscoverDevices(10);
irdaDevices.Length is allways 0. (No Exceptions)
If the PDA can find the Nokia then why can't IrDAClient find it?
Has any body tried this on a O2 XDA with different results?
For that matter has anybody had the same results, but has found it to be
Machine specific ?
I have tried a c++ Sample (IrdaMobil) that looks for a Nokia 5300 with a AT
Command. Connection to (IrDA Port) COM2 and COM3 works but the AT Commands
recieves a Timeout.
So the main questions are :
- is it the O2 XDA Maschine ?
- or am I doing something wrong ?
Mark Johnson, (e-mail address removed)
O2 XDA (Pocket PC 2002)
Nokia 6150 (6100)
The InfaRed Function of Pocket PC can find the Nokia 6150 Mobile Telefon.
When I run a program with :
IrDAClient irdaClient = new IrDAClient();
IrDADeviceInfo[] irdaDevices;
irdaDevices = irdaClient.DiscoverDevices(10);
irdaDevices.Length is allways 0. (No Exceptions)
If the PDA can find the Nokia then why can't IrDAClient find it?
Has any body tried this on a O2 XDA with different results?
For that matter has anybody had the same results, but has found it to be
Machine specific ?
I have tried a c++ Sample (IrdaMobil) that looks for a Nokia 5300 with a AT
Command. Connection to (IrDA Port) COM2 and COM3 works but the AT Commands
recieves a Timeout.
So the main questions are :
- is it the O2 XDA Maschine ?
- or am I doing something wrong ?
Mark Johnson, (e-mail address removed)