About 397,000 results
Open links in new tab
  1. linux - How do I connect to a terminal to a serial-to-USB device on ...

    Mar 18, 2011 · After turning on the device (an embedded controller running Linux) minicom connected fine. I have to run as super user (i.e. sudo minicom) Sometimes I have to unplug and plug back in the …

  2. Adding driver for Prolific USB-RS232 PL2303 Converter to Linux Build ...

    Mar 5, 2018 · The PL2303 driver is in the mainline Linux kernel, so it's very simple: make linux-menuconfig The just enable USB_SERIAL_PL2303 (USB Prolific 2303 Single Port Serial Driver). It's …

  3. How to install linux usbserial kernel driver manually?

    May 16, 2019 · How to install linux usbserial kernel driver manually? Asked 6 years, 7 months ago Modified 5 years, 8 months ago Viewed 9k times

  4. Ubuntu 16.04 using a serial terminal with a FTDI chip usb virtual ...

    Apr 29, 2017 · What kind of serial terminal will work best with a virtual-COM-Port cable that uses an FTDI-Chip? What do I have to do for additional installations like virtual comport-driver, connecting …

  5. PL2303/PL2303X USB-Serial driver - Unix & Linux Stack Exchange

    Jul 31, 2018 · OS: Linux Mint 19 Tara (also tested on Ubuntu 18.04 LTS and Ubuntu 14.04 LTS) Kernel: 4.15.0-20-generic I have a USB-Serial adapter with the PL2303X chip to connect hardware to a …

  6. how to communicate with devices via a USB-to-RS232 wire in Linux?

    3 i have a project about communicate with particular devices via a RS-232 wire recently. since my computer has no serial port, i use a USB-to-RS232 wire to be the intermediate between devices and …

  7. Unable to get USB Serial path/connection on Ubuntu

    Nov 20, 2024 · This tells the cp210x serial converter module to assume any USB device with that vendor/product ID pair is actually a Silicon Laboratories CP210x serial converter.

  8. Attaching USB-Serial device with custom PID to ttyUSB0 on embedded

    23 I'm attempting to get an FTDI USB-Serial device with a custom PID to automatically (or even manually) attach to ttyUSB%n, without much success. The device's normal VID/PID is 0403/6001. …

  9. python - USB-to-serial driver for Linux - Stack Overflow

    Nov 29, 2017 · I have a USB device that I need to control in Linux using Python and serial commands, it works with ASCII commands. In Windows it works fine after I install the vendor driver and in Device …

  10. usb - How to force driver to device match in Linux ... - Stack Overflow

    Feb 27, 2024 · 33 I have a piece of USB hardware, for which I know the driver. However, the vendor id and product id do not match the VID, PID pair registered in the driver. Is there a way in Linux to force …