How to find a service name of IR Device

  • Thread starter Thread starter raghu
  • Start date Start date
R

raghu

please can any one tell how to find the service name of IR device like IR
printer

Thanks in advance
raghu
 
Thanks Mr Peter for your reply

But i tried with this and i colud not connect. presently i am able to
connect to connect to printer using 'LAP-SEL1', but this will become hard
code value and i am working on a product that should work independent of
device. so please tell me how to get all the service names of the detected
device.

Thanks in advance
 
But i tried with this and i colud not connect. presently i am able to
connect to connect to printer using 'LAP-SEL1', but this will become
hard code value and i am working on a product that should work
independent of device. so please tell me how to get all the service
names of the detected device.
From an earlier thread,
http://groups.google.co.uk/group/mi...=alanjmcf+irlpt&rnum=5&hl=en#ca9cda1648a5a6df
"
Printers normally use the IrLPT protocol (part of the IrCOMM suite). It
requires that one uses IrLMP alone rather than with TinyTP as is normal.
There is apparently no way of setting that mode in .NET CF. :-(
"

Then see sample code at
http://www.alanjmcf.me.uk/comms/infrared/irdaWinsockCliIrLpt.c.html etc,
information on the IrLPT 'profile' at
http://www.alanjmcf.me.uk/comms/infrared/IrDA uses (brief).html#_Toc71546544,
and a programming reference at
http://www.alanjmcf.me.uk/comms/infrared/Microsoft Windows IrDA programming.htm
etc. :-,)
 
Back
Top