A question about cec-ctl use? How to sent raw CEC codes? I want to
send via cec-ctl switching from HDMI1 to HDMI2, using cec-client I would
just transmit a raw control code, for example...
For my TV...
Select HDMI 1...
/bin/echo 'tx 4F:82:10:00' | /usr/bin/cec-client -s -d 1
Select HDMI 2...
/bin/echo 'tx 4F:82:20:00' | /usr/bin/cec-client -s -d 1
So now I am trying to convert from cec-utils/cec-client to cec-ctl use.
How do I mirror the above functionality? Can cec-ctl be used to send
raw CEC commands? Or some other way to achieve the same result?
Thanks,
-JnK