Top "Usbserial" questions

This tag is used for software related questions about using USB-to-serial Bridges and Adapters.

Transferring file using zmodem/picocom/minicom noninteractively

We are trying to transfer file using minicom (in host pc) and picocom(in arm based evaluation board) combination. On …

serial-port usbserial zmodem
Arduino Android USB connection

I am using an Arduino Duemilanove and Nexus 7. I have successfully detected the Arduino board and displayed the vendor id …

android usb arduino usbserial
C# serial communication with u-blox gps

I have a GPS from u-blox.com with a USB-connection and driver. The driver installs a virual COM port that …

c# serial-port gps usbserial
Using USB to Serial in Ubuntu 12.04 - /dev/ttyUSB0 missing

I'm trying to connect a usb-serial adapter to Ubuntu 12.04 (on a VM). For some reason, there is no /dev entry …

linux serial-port tty usbserial
Terrible Serial Port / USB code (C++) - suggestions for fixes?

I don't have much experience with Serial I/O, but have recently been tasked with fixing some highly flawed serial …

c++ visual-c++ usb serial-port usbserial
Identifying USB to serial port given USB VID and PID using pyserial

I am new learner in python. I want create a web application for send sms or call using data card. …

python python-2.7 python-3.x pyserial usbserial
Read data from a serial port to USB in Ubuntu using C++

I have a GPS that has a serial port, and it has a transfer cable from serial to USB. It …

c++ ubuntu gps serial-port usbserial
What is issue with STM32 Virtual Com Port? I can not open it

I have Nucleo STM32H743ZI board. I'm using CubeMX HAL (I tried several versions) and TrueStudio. "Virtual COM port" …

stm32 usbserial nucleo cubemx truestudio
Compilation failure "configure: error: udev support requested but libudev header not installed"

I did following on my ubuntu machine: Git clone https://github.com/libusb/libusb.git after extraction, ran ./autogen.sh …

libusb usbserial
Retrieving buffer/packet/payload sizes for USB serial write transfer in userspace Linux C code

Apologies in advance I won't be able to accept an answer here immediately - just thought I'd like to jot …

c linux buffer packet usbserial