I have used compact framework standard functions (irdaClient and irdaListener) in C# to write a software to send and receive data over IrDA. I have no problem comunicating with another PDA which also runs the same software. However when I am trying to do the same with a non windows base device which uses OBEX protocol over IrDA, the PDA can not communicate with that device.
How can I achieve communication between PDA and a non windows device which uses OBEX protocol over IrDA. I would very much appreciate it if you could send me a simple example. I am using C#.