Re: Using USB serial device with a cdc-acm driver

2014-12-02 Thread Dmitriy Fitisov
On Dec 2, 2014, at 1:42 AM, Bob Proulx b...@proulx.com wrote: Dmitriy Fitisov wrote: USB descriptors configured as a modem, so, when I connect it to Linux, cdc-acm module is loaded. However, there is apparently some process which is watching modems, so on connection I got some info on my

Re: Using USB serial device with a cdc-acm driver

2014-12-02 Thread Dmitriy Fitisov
On Dec 2, 2014, at 3:24 AM, Bjørn Mork bj...@mork.no wrote: Dmitriy Fitisov dmit...@radier.ca writes: we have a small device of our own, which communicates through serial USB on Windows. Now we need it to work on Raspberry (yes, I know this is Debian, which is Raspberry based on). USB

Re: Using USB serial device with a cdc-acm driver

2014-12-02 Thread Dmitriy Fitisov
, Dmitriy Fitisov: lsof /dev/ttyACM0 That I also tried last week. Nothing is open. The next target of interest would be udev. Which rules fire, and do they start anything? (udevadmin monitor …) -- -- Matthias Urlichs -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org

Using USB serial device with a cdc-acm driver

2014-12-01 Thread Dmitriy Fitisov
Hello everyone, we have a small device of our own, which communicates through serial USB on Windows. Now we need it to work on Raspberry (yes, I know this is Debian, which is Raspberry based on). USB descriptors configured as a modem, so, when I connect it to Linux, cdc-acm module is loaded.