Send RAW IR

Hello,
I'm new to this area. So need your advice

Currently I develop an application to send my IR to my custom device.
I'm using C#.Net to develop and using serial comm api.

Problem:
--------
Q1.
I can successful send the IR to the device. But if I open another application so-called "Total Remote" from Griffin Technology.

After I close this "Total Remote" program and I open my aplication. My application open the com port successful. But when i try to send my IR code, it's send successful but no IR has been transmit.

Any Idea of this problem?

Q2.
Does any one using Total Remote before, how they exactly send the IR code and what type of IR protocol they are using such as IRDA, IrComm, or IrSock.
I also notice that when my application open the port, the Total Remote still can open port and do a transmission. How to do that?

Q3. Can the winsock send the RAW IR to custom device. And what other alternative method to send Raw IR

Please advice,
Many Thx
LOOI

im not sure if youve seen this or if it will help, but i found this link in my own searching.http://vermeij.filternet.nl/programmer/rawir.html

i am trying to make my own version of total remote so i can have more control and flexibility. in what language is your code? i am using vb.net on mine and would love to see your code.

I'm interested in this too, so far all the RAW IR example code I've seen is for C++, I'm not sure if i can just adapt that code for .NET.

Thanks.

Could you finaly use raw IR in C#? I have written a code which works fine on WM5 PPC edition but it does not work on WM% phone edition.

Any idea?
Ali

quote:Originally posted by looiys

Hello,
I'm new to this area. So need your advice

Currently I develop an application to send my IR to my custom device.
I'm using C#.Net to develop and using serial comm api.

Problem:
--------
Q1.
I can successful send the IR to the device. But if I open another application so-called "Total Remote" from Griffin Technology.

After I close this "Total Remote" program and I open my aplication. My application open the com port successful. But when i try to send my IR code, it's send successful but no IR has been transmit.

Any Idea of this problem?

Q2.
Does any one using Total Remote before, how they exactly send the IR code and what type of IR protocol they are using such as IRDA, IrComm, or IrSock.
I also notice that when my application open the port, the Total Remote still can open port and do a transmission. How to do that?

Q3. Can the winsock send the RAW IR to custom device. And what other alternative method to send Raw IR

Please advice,
Many Thx
LOOI

Hi,
I'm also looking for a way to send RAW IR with C#!
How did you do it and which class do you use?? SerialPort?

Any help would be nice!

Syndicate content