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. How

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 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 >> connecti

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 wrote: > Dmitriy Fitisov 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

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

2014-12-02 Thread Dmitriy Fitisov
that device sent and 0x5E 0x41 0x5E 0x40 0x5E 0x40 - repeats few times 0x5e 0x40 then lot of 0x08 0x20.. Which looks like ^C^B3 0xFF 0xD3 ^E1S80@Y%C does not make sense to me.. Checked udev, shat down ifplugd and dbus-daemon, no effect. On Dec 2, 2014, at 7:02 AM, Matthias Urlichs wrote: