Replies: 2 comments
-
Hi When it comes to webos, I know from reports that two boards work with most versions of webos: ESP32 MH-ET Live (CH9102x version) and ESP32-S2 lolin mini (CDC). Due to the fact that webos tends to periodically (e.g. when using the youtube application, probably it searches for user devices like keyboard, mouse or USB harddrives) reset the usb bus, a physical one will probably be better than a virtual CDC. Don't get attached to webos paths: the same device may get a different path after reboot. Therefore, in this case it is recommended to set the path to 'auto' and enable 'esp32/esp8266 handshake' so that HyperHDR can find the right device by itself. It may also be helpful to enable auto-resume in case the esp device is not ready the first time, eg ESP32-S2 lolin with CDC takes much longer to initialize than physical CH9102x. |
Beta Was this translation helpful? Give feedback.
-
Thank you so much for this info, I'll order an ESP with the CH9102x. |
Beta Was this translation helpful? Give feedback.
-
Not sure if this is the right place to ask this, but it appears that my LG C2 can't load the driver for the USB to serial converter on the ESP32.
After connecting, the device is detected, but not linked to any serial port (like
/dev/ttyUSB0
).On my laptop it does appear to work:
So the main difference is that last line, where it attaches it to ttyUSB0.
Afterwards I can read the serial port at 2Mbaud:
I have a similar issue with an ESP8266.
The raspberry pi pico does seem to get attached on the LG C2 (but it shows as
/dev/ttyACM0
instead of/dev/ttyUSB0
, so maybe different driver?), but that platform is not supported :)Is there some trick to getting the
/dev/ttyUSB0
to appear? Do I need to modprobe some driver?Beta Was this translation helpful? Give feedback.
All reactions