In order to communicate via USB with the serial port of many ESP32 microcontrollers in the Arduino IDE, the Silicon Labs CP2104 driver is used, for instance:
https://docs.heltec.org/general/establi ... ction.html
SiLabs claims that their driver ships with the Linux Kernel since version 2.6 and later:
https://community.silabs.com/s/article/ ... uage=en_US
Checking this in latest FatDog unfortunately returns nothing:
lsmod | grep cp210x
Is this driver module not available in the current FatDog Kernel or does it just have to be enabled with modprobe
?
Thanks for your feedback!