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
Copy file name to clipboardExpand all lines: examples/cec-interface/brightscript/README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,5 +12,18 @@ This example demonstrates how to send CEC (Consumer Electronics Control) command
12
12
2. Reboot the player.
13
13
3. The script will automatically run and send the CEC commands as described.
14
14
15
+
## Troubleshooting
16
+
17
+
A common error that you may see when using CEC is the 133 error which indicates "destination address not acknowledged" or in plainer English "the device you are trying to talk to is not listening":
Copy file name to clipboardExpand all lines: examples/cec-interface/javascript/README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,5 +12,18 @@ This example demonstrates how to send and receive CEC (Consumer Electronics Cont
12
12
2. Reboot the player.
13
13
3. The script will automatically run and send the CEC commands as described.
14
14
15
+
## Troubleshooting
16
+
17
+
A common error that you may see when using CEC is the 133 error which indicates "destination address not acknowledged" or in plainer English "the device you are trying to talk to is not listening":
0 commit comments