Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trouble with TX commands #196

Closed
thutson opened this issue Feb 10, 2016 · 2 comments
Closed

Trouble with TX commands #196

thutson opened this issue Feb 10, 2016 · 2 comments

Comments

@thutson
Copy link

thutson commented Feb 10, 2016

Working from an RPi, I have no problem turning a TV on and off using
echo "on 0" | cec-client -s
and
echo "standby 0" | cec-client -s
but when I try to use any TX code I get no response and nothing of significance in the logs. The TV is a Vizio and the command to put in standby I am trying is
echo "tx 10 36" | cec-client -s
Any ideas why the preboxed commands work but not the TX?

@asulkowski
Copy link

I have the same problem. Most of the "preboxed" commands work. No TX commands work.

@opdenkamp
Copy link
Contributor

the syntax is:
echo "tx 10:36" | cec-client -s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants