I'm stumped, I've done this many times on my Pi with different distro's, but can not get Serial communication working on LibreELEC. I'm trying to access a serial device over pins 8 & 10, but get nothing, connection always fails.
What I've tried:
enable_uart=1 in config.txt, plus making sure no serial console is enabled (there is none by default). (this is what raspi-config would do if it could be installed on LE)
I've tried accessing over /dev/ttyS0 and dev/serial0. It seems like bluetooth is working on /dev/ttyAMA0, so I can open a serial connection to that, but it's not what I'm after.
I have a plugin that tests this, it writes logs, and what i get is "Could not configure port: (5, 'Input/output error')", pretty much exactly what a "cat" command from terminal gives me.
Any help, please? I've been googling for hours and there is no info for LibreELEC on this issue at all!
Edit:
Just found out enable_uart=1 kills the bluetooth, LibreELEC Configuration actually freezes the whole system when i go to the bluetooth tab, removing it from my config.txt makes it work again. Seems like a conflict between overlays or something?