Answer the question
In order to leave comments, you need to log in
How to create a remote control program?
What code in Java can be used to send a signal from the IR port to a TV or something else?
Answer the question
In order to leave comments, you need to log in
Briefly and to the point, something like this:
ConsumerIrManager mCIR = (ConsumerIrManager) getSystemService(Context.CONSUMER_IR_SERVICE);
mCIR.transmit(carrierFrequency, pattern);
carrierFrequency
and pattern
.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question