sudo modprobe usbserial vendor=0x1a86 product=0x7523 # Example VID/PID # Or use the dedicated module: sudo modprobe ch341 Add your user to the dialout group:
$ dmesg | grep -i ma112 [ 1234.567890] usb 1-2: new full-speed USB device using xhci_hcd [ 1234.712345] usbserial: USB Serial support registered for MA112 [ 1234.712456] ma112 1-2:1.0: MA112 converter detected [ 1234.715678] usb 1-2: MA112 converter now attached to ttyUSB0 ma112 usb to uart bridge driver
sudo usermod -a -G dialout $USER # Log out and back in use setserial :
./ma112_eeprom --vid=0x1234 --pid=0x5678 --serial=ABC123 Warning : Changing VID/PID breaks driver matching unless you update the .inf file accordingly. The MA112 driver supports arbitrary divisors. On Linux, use setserial : ma112 usb to uart bridge driver