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

Please provide example of how to send raw message and vendor specific commands? #2

Open
Jibun-no-Kage opened this issue Jun 20, 2022 · 1 comment

Comments

@Jibun-no-Kage
Copy link

Please provide example of how to send raw message and vendor specific commands?

Trying to convert cec-client commands to same with cec-ctl. For example...

echo "tx 4F:82:20:0" | cec-client RPI -s -d 1
echo "tx 4F:82:10:0" | cec-client RPI -s -d 1

How can I send the same commands via cec-ctl?

I seem to be able to see the raw commands from the remote via...
# cec-ctl -v -M -r

Initial Event: State Change: PA: 1.0.0.0, LA mask: 0x4000, Conn Info: yes
Timestamp: 14329.282s
Received from TV to all (0 to 15): ROUTING_CHANGE (0x80):
orig-phys-addr: 2.0.0.0
new-phys-addr: 1.0.0.0
Raw: 0x0f 0x80 0x20 0x00 0x10 0x00 ( )
Sequence: 0 Rx Timestamp: 14335.797s
Received from TV to all (0 to 15): ROUTING_CHANGE (0x80):
orig-phys-addr: 1.0.0.0
new-phys-addr: 2.0.0.0
Raw: 0x0f 0x80 0x10 0x00 0x20 0x00 ( )
Sequence: 0 Rx Timestamp: 14338.065s

Thinking there has to be some way to send the raw hex? But can't seem to figure out how to do it with cec-ctl? Any help would be greatly appreciated!

@cz172638
Copy link
Owner

sorry, i never used cec-ctl (no hw with cec support)

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

2 participants