Serial IR ??

S

Sinex

Hi,
Using embedded VC++ we can do IR communication programatically by using
the serial communication API...saying open but specifying the IR port
number. Then what happens is that we use raw IR (serial IR) without having
to use the entire IRDA stack. How do we do this from .net compact framework
using C#?

....Sinex
 
G

Guest

Then what happens is that we use raw IR (serial IR) without having
to use the entire IRDA stack. How do we do this from .net compact framework
using C#?

SDF inludes the serial port comm classes whic you can use for that purpose.
 
G

Ginny Caughey [MVP]

Sinex,

You have a couple of options. One is to PInvoke all the WinAPI functions you
need and just write C# code the same way you wrote your C++ code. Another
way is to use the serial class on www.opennetcf.org, but either way you're
really doing about the same thing under the covers.

Ginny Caughey
..NET Compact Framework MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top