You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: