Tagged Questions
The usbserial tag has no wiki summary.
14
votes
3answers
12k views
How to sniff usb port under Windows?
From time to time I need to dump usb traffic under windows, mostly to support hardware under Linux, so my primary goal is to produce dump files for protocol analysis.
For USB traffic, it seems that ...
10
votes
14answers
8k views
How to programatically unplug & replug an arbitrary USB device?
I'm trying to fix a non-responsive USB device that's masquerading as a virtual com port. Manual replugging works, but there may be up to 12 of these units. Is there an API command to do the ...
4
votes
3answers
555 views
Listening to serial port on Delphi 7
I am trying to write a program which will listen to the serial input from Arduino board connected via usb, and sending output to serial port (COM4). But I don't know how to get input from serial port ...
3
votes
4answers
6k views
USB Communication with Android/Arduino
I am working on this Android application that needs to communicate over USB. I have an Archos 101 Tablet (specifications here: ...
3
votes
10answers
5k views
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 pops up when you plug the USB in. Using a hyperterminal I can then watch the flow of data from ...
2
votes
1answer
282 views
Android USB Accessory Communication with Linux System
I am trying to setup a Nexus One phone to communicate with an application running on a Linux tablet.
On the phone side of things, the Nexus One is Android 2.3.4 so it has the USB accessory library ...
2
votes
3answers
193 views
Linux: detect if an open file/device has been replaced/deleted
Assume the following situation under Linux:
A process is continuously reading from an USB-serial converter device (/dev/ttyUSB0). That device is suddenly unplugged and plugged in again (or is ...
2
votes
2answers
528 views
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 wired to individual USB ports on the motherboard. There is no way for these ...
2
votes
1answer
308 views
About serial port software for CP2102 from silicon labs
I bought transparent RF modules DRF1212D10 and UART-USB convertor board from Dorji applied technologies. However the USB convertor board uses CP2102 chips and the RF module needs the RTS pin of CP2102 ...
2
votes
1answer
431 views
USB Endpoint Stalled Error
I am getting "endpoint stalled error" in my CDC device. The usb stack is detecting the cable. The state is set as running but the errorcode is set as 0x11 which indicates 'USB_ENDPOINT_STALLED'. I ...
2
votes
2answers
1k views
Is libusb the preferred method on Mac OS X to access USB device?
Is libusb the preferred method to talk to a device over USB (using AT commands) on OS X these days?
Is there any high level equivalent in cocoa?
1
vote
2answers
187 views
USB Serial/CDC function driver
OS: Ubuntu Linux 10.10
Kernel: 2.6.35-30
Query: I need to establish a robust communication between a Windows process and an embedded device on the above platform. What can be a possible solution in ...
1
vote
3answers
673 views
Can Android OS be programmed to interface with a external device via the mini-USB port?
Basic example, if I bought a chipset with a light socket and bulb soldered to the chipset; then put a USB cable with the mini-USB plug on the end to get plugged into the android phone. Can I write a ...
1
vote
1answer
376 views
Identifying a device by retrieving its USB ID
I'd like my application to be able to detect a where a particular USB device has been mounted, and adapt accordingly. Ideally, I'd associate paths with a USB serial number, rather than with a given ...
1
vote
1answer
1k views
Control USB ports
can i send specific signals to USB ports using Ruby or C++, also the operating system is Windows, so this is like totally new 4 me (to program for windows), so i'm trying to do it as a DLL file, can ...
0
votes
0answers
31 views
Point to milti-point over USB hub
Disclaimer: I am a pure s/w guy and know nothing of h/w, nor have I previously written code to interface with USB. please bear with me and if what I ask needs clarification, please ask. Thanks & I ...
0
votes
0answers
98 views
Who has the usb cable driver of the Alcatel OT-806D? [closed]
I want to install the USB cable driver of my Alcatel OT-806D in order to make a serial port communication between the mobile phone and a computer running windows xp. So I want to know if someone has ...
0
votes
2answers
50 views
Is it possible to install USB serial converter in Windows without administrator privileges?
I have got a piece of hardware which communicates with my program using an FT2232C USB serial converter. All works fine if the device has already been attached to a computer before and the drivers ...
0
votes
0answers
234 views
USB communications device class support in Android gingerbread or ice cream sandwich
Starting with Android 3.1, Android devices have limited host support. I have reviewed
android.hardware.usb, and I have found very limited references to USB CDC support. I have a self-powered ...
0
votes
2answers
132 views
Select( ) always block on /dev/ttyUSB0
i m using Select() sys cal on XBee rf module which is on /dev/ttyUSB0.but this syscal just doesnt return(returns only on timeout),but if i use read() in a WHILE loop on this port i can see the data ...
0
votes
1answer
225 views
How to get updated virtual serial port numbers for adaptors?
In my C# project I need to connect to max 8 devices e.g. routers through console port. To achieve this I've used usb hub, and usb- serial adaptors (Prolific). When I connect everything togheter it's ...
0
votes
0answers
68 views
a issue about pl2303 on ubuntu8.04
when i send data via /dev/ttyUSB0 which is created by the driver pl2303 , it is always sending the data that is last time i wondering send. That meaning :
if i type the command as below:
echo ...
0
votes
1answer
228 views
How do I enable the “Port Settings” tab for a Usb Serial Port device?
I am maintaining software for a usb peripheral that comes up as a serial port on Windows Device Manager.
The .inf file just specifies the standard usbser.sys driver.
Most such devices have a "Port ...
0
votes
1answer
363 views
Create device symlink with udev based on device response, not udev device info
I have three different serial devices connected to three usb-serial converters (FTDI USB-RS232). If I connect them, I get the generic device names /dev/ttyUSBx as expected. When I try to write some ...
0
votes
1answer
414 views
How to watch/change windows buffer size for rs232(com)?
I'm using usb for communication, our device send 100k/s data(arm7, very small memory size), and PC need receive and process them all.
my previous design is make device as a mess storage device, and ...
0
votes
1answer
500 views
How to use FT232R (usb to serial chip) on ubuntu 10.04?
I want to control my robot using wireless module(zigbee). I have a device FT232R for converting USB to Serial i/f. It is working on windows 7 but I am not getting how to use this device on ...
0
votes
1answer
751 views
How to simulate a USB drive
Is it possible to simulate a USB drive with software only? I mean, for example, to expose a local memory space to the OS so the device manager will recognize it as a USB device.
I'm not familiar with ...
0
votes
1answer
1k views
SetupAPI.DLL to HID.DLL
With the SetupAPI.DLL I execute
Function SetupDiGetClassDevs and get a pointer or handle
Then Begin a loop
Then I run
Return = Function SetupDiEnumDeviceInterfaces with ...
0
votes
2answers
1k views
USB Serial cable with CDC support
I bought a USB to Serial cable which claims to be CDC compliant.
But the bInterfaceClass value in interface descriptor is 0xFF(which is vendor specific). I was expecting it to be 0x02 (Communications ...
0
votes
3answers
850 views
USB Clear Endpoint Feature [closed]
I am developing CDC driver for USB device and I stumble on some problem.
The driver I am using on windows side uses Clear endpoint Feature as some kind of flish mechanism or to get data right. That ...
0
votes
2answers
785 views
Why SerialEvent.RI doesn't work?
I have two computers running this code:
import java.io.;
import java.util.;
import gnu.io.*;
public class Deb implements SerialPortEventListener, Runnable{
public static final int TIMEOUTSECONDS = ...
0
votes
2answers
356 views