When I connect the USB interface from my arduino nano to my openwrt router then the command lsusb
shows:
Bus 001 Device 003: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter
But I do not get a new serial device in /dev/tty*
I have kmod-usb-serial
installed.
Posting this in case it is useful to others. The answer turns out to be that I needed the
kmod-usb-serial-ch341
kernel package:The HL-340 is a CH 340 compatible device.
Once the ch341 driver is installed the nano appears as
/dev/ttyUSB0
and defaults to 115200 baud. Fromdmesg