Luckfox Pico Plus USB HOST ttyusb* not working

  • Hello, the Waveshare USB CAN-A converts USB to serial data via the CH340 chip, and then converts it into CAN. Therefore, you need to add the CH340 driver to the kernel. The drivers for CH341 and CH340 are universal. To enable the driver in the kernel, search for CH340 after running ./build.sh kernelconfig, and in the menuconfig, use / to search for and enable the CONFIG_USB_SERIAL and USB_SERIAL_CH341 options.