Tagged Questions

2
votes
1answer
281 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
192 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
524 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 ...
1
vote
2answers
186 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 ...
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
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
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 ...