Hi,

I'm trying to communicate with a PC with SIR (Serial Infrared).
At the PC side I've a custom device linked with the serial port.
This kind of communication works with PALM-OS and I can send and receive
bytes without
any protocol layer interference; what I send from one side is what I receive
on the other side.
Does anyone know if this feature is available in POCKET-PC and how I can
reach it ?
Thank you in advance.

Enzo Rossi.

Re: SIR support by Peter

Peter
Thu Aug 11 05:52:30 CDT 2005

Yes, you'll need to do two things, firstly make sure the platforms obex
listener is not active (this is turned on from the UI with Settings >
Connections > Beam > Receive all incoming beams
Next you'll need to find the COM port which corresponds to the raw IR port
(not the IrDa layer above it). This should be in the HKLM\Drivers\BuiltIn
registry key

Peter

--
Peter Foot
Windows Embedded MVP
http://www.inthehand.com | http://www.peterfoot.net |
http://www.opennetcf.org

"Enzo Rossi" <enzo.rossi@adriacom.it> wrote in message
news:%23KZXAtknFHA.3608@TK2MSFTNGP15.phx.gbl...
> Hi,
>
> I'm trying to communicate with a PC with SIR (Serial Infrared).
> At the PC side I've a custom device linked with the serial port.
> This kind of communication works with PALM-OS and I can send and receive
> bytes without
> any protocol layer interference; what I send from one side is what I
> receive
> on the other side.
> Does anyone know if this feature is available in POCKET-PC and how I can
> reach it ?
> Thank you in advance.
>
> Enzo Rossi.
>
>
>
>



Re: SIR support by Enzo

Enzo
Fri Aug 12 02:58:26 CDT 2005

Thank you very much for the answer.
Have you the exact key name for the SIR service ?
I'm browsing HKLM\Drivers\BuiltIn and I can't see it.

Enzo Rossi.