Skip to main content
Topic: c# and usb ir toy v2 (Read 2296 times) previous topic - next topic

c# and usb ir toy v2

hello.

I want to order USB IR Toy v2 but I'm not sure if it's what I'm looking for or not..

 1 - USB IR Toy v2 is infrared receiver and also infrared transmitter. Am I right?

2- I want to read "remote control button informations" by my c# program. Can I do that with USB IR Toy v2 ? Is there any example project? I mean source codes for c#.

All I want to do is, detecting which button is pressed on remote control.

Forexample I will push button1 on remote control, USB IR Toy v2 will detect it.. c# project will read information from USB IR Toy v2 .. and c# project will print document1.. if button2 pressed on remote control, then document2 will be printted. is this possible? if possible, is there any example project or some documentation to make connection between c# and USB IR Toy v2 ?

According to your answer I want to order USB IR Toy v2.

Thank you for helps and sorry for my english.

Re: c# and usb ir toy v2

Reply #1
Hi

1. IrToy is receiver and transmitter.

to your second question: yes you can do this.
as far as I know, there is no finished out-of-the-box solution for your requirement.

there is a C# library (with sourcecode) to send commands to IrToy and read the responses.
viewtopic.php?f=29&t=6485

To receive commands I've not done yet with C# but it should not be that difficult at all.

Re: c# and usb ir toy v2

Reply #2
good to hear that. thank you very much for answer.