How to write a C# app to change the channel on my Satellite STB via USB connected IR transmitter [closed]

StackOverflow https://stackoverflow.com/questions/12903795

  •  07-07-2021
  •  | 
  •  

Question

I want to write a C# app that when "button X" is clicked "signal X" is transmitted from a USB connected IR transmitter. I've found a couple different IR transmitters at Tira-2.1 and USB-UIRT but I'm not sure how I would go about programming the app to transmit via these devices. To be clear. I want my computer to send the signal based on human interaction with the application. I don't want the computer to act on input from a remote to the computer. I also know that the infrared MCE is not the answer, nor are any of the Microsoft IrDA*** functions, so please don't suggest these as possible answers. Any help is greatly appreciated.

Was it helpful?

Solution

In theory, the IR transmitters needs to provide you a dll that you reference in your project. Also they need to provide some code examples of, wich frequency transmit to do the action X. Its just theory.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top