IR

  • Thread starter Thread starter Michael Chong
  • Start date Start date
M

Michael Chong

I need to do some programming on Infrared, any tutorial or lesson that I can
get from the internet or you may suggest which classs should I look for in
msdn? TQ
 
Michael Chong said:
I need to do some programming on Infrared, any tutorial or lesson that I
can
get from the internet or you may suggest which classs should I look for in
msdn?

Have you read the documentation that starts here?:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/irda/irda/irda_start_page.asp

It is not a technology with which I am familiar but I _think_ that you do
infrared communication with WinSock where the sockets are of type AF_IRDA
rather than the AF_INET type that we all know and love.

You may want to post again in the kernel group

microsoft.public.win32.programmer.kernel

for more information or a pointer to a better group.

Regards,
Will
 
Back
Top