Tagged Questions

1
vote
2answers
266 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
152 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 ...