Top "Usbserial" questions

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

SerialPort.BaseStream.ReadAsync drops or scrambles bytes when reading from a USB Serial Port

Edit: I've added the sending code and an example of the received output I'm getting. I am reading data from …

c# serial-port usbserial
Custom USB VID/PID - make Windows 7 & 8 automatically choose usbser.sys driver

I'm developing firmware for a USB device with an STM32F070 microcontroller. I generated a bare-metal (no-OS) code base with …

usb usbserial cdc usb-descriptor
How to uniquely identify two identical USB-serial adapters in Linux

I have an embedded board running Linux which has two identical 4-port FTDI USB-serial chips. The USB-serial chips are hard …

linux usb usbserial
Opening /dev/ttyUSB0 returns "Bad file descriptor"

I've been working for quite while on little project of mine with some XBee's. Until now all the code has …

c++ c serial-port usbserial xbee