I want to interact directly with the CEC protocol on my raspberry pi. How can I find out which device to use?
Asked
Active
Viewed 671 times
3
2 Answers
1
I understand the device name is /dev/vchiq, but you can't use it directly unless you get relevant VideoCore documentation. libcec uses the VideoCore API, which doesn't mention device names directly. Unless you want to use RPi-specific hardware features (and you know how to do it), you should just use libcec.
Dmitry Grigoryev
- 27,918
- 6
- 53
- 144
0
on my raspbian installation it's /dev/ttyACM0
dwayne
- 1
-
I'm pretty sure there's no such port on a Pi, unless you connect a USB device to it. – Dmitry Grigoryev Mar 23 '21 at 12:31
-
/dev/cec0? – Jaromanda X Apr 10 '18 at 01:56/dev. I'm using the latest version of Raspbian – demux Apr 10 '18 at 10:54