ArduinoLib_CEClient icon indicating copy to clipboard operation
ArduinoLib_CEClient copied to clipboard

CECCleint::write

Open HowardHonig opened this issue 2 years ago • 3 comments

Has anyone been able to get the write function to work? If so, can you share a short example? Even a code snippet would be helpful. Tried "everything". Been able to get monitor mode to work, but once a write is executed, even that stops working.

Update: Didn't get an answer to this so analyzed the code. Got the code to work on an esp32. Seems to read and write to the HDMI CEC signal great. Thanks lucadentella. Also updated the library to print out the CEC opcodes and logical address, which I found very useful to discover what the commands were giving. Used the published schematic using discreet components. That worked, too.

HowardHonig avatar Feb 22 '23 21:02 HowardHonig

Has anyone been able to get the write function to work? If so, can you share a short example? Even a code snippet would be helpful. Tried "everything". Been able to get monitor mode to work, but once a write is executed, even that stops working.

Update: Didn't get an answer to this so analyzed the code. Got the code to work on an esp32. Seems to read and write to the HDMI CEC signal great. Thanks lucadentella. Also updated the library to print out the CEC opcodes and logical address, which I found very useful to discover what the commands were giving. Used the published schematic using discreet components. That worked, too.

Can you please share your code?Thanks

amirkakhki avatar Oct 03 '24 23:10 amirkakhki

Has anyone been able to get the write function to work? If so, can you share a short example? Even a code snippet would be helpful. Tried "everything". Been able to get monitor mode to work, but once a write is executed, even that stops working.

Update: Didn't get an answer to this so analyzed the code. Got the code to work on an esp32. Seems to read and write to the HDMI CEC signal great. Thanks lucadentella. Also updated the library to print out the CEC opcodes and logical address, which I found very useful to discover what the commands were giving. Used the published schematic using discreet components. That worked, too.

Hi, would you be able to show what you did to get this working? Also, what published schematic are you referring to? Thanks.

sh06un avatar Jan 08 '25 13:01 sh06un