Re: Weird Droid 4 modem protocol and a way to support it

2020-07-11 Thread Pavel Machek
Hi! > >I'd really like to get support for Droid 4 modem... unfortunately it > >is quite special. Few words about Droid 4 modem protocol: > > > > >I'm not sure what is the best way to support it. I was not able to get > >atchat.c to work with it (and I don't think it is quite suitable), so > >I

Re: Weird Droid 4 modem protocol and a way to support it

2020-06-10 Thread Denis Kenzior
Hi Tony, All we need to do with the TS 27.010 packets is parse the network strength, operate the voice modem, ack SMS notifications, and pass all the other notifications to the qmimodem to deal with over USB. To me it seems ideal would be simple read/write type functions in

Re: Weird Droid 4 modem protocol and a way to support it

2020-06-10 Thread Pavel Machek
Hi! > >I'd really like to get support for Droid 4 modem... unfortunately it > >is quite special. Few words about Droid 4 modem protocol: > > > > > > > > >I'm not sure what is the best way to support it. I was not able to get > >atchat.c to work with it (and I don't think it is quite suitable),

Re: Weird Droid 4 modem protocol and a way to support it

2020-06-09 Thread Denis Kenzior
Hi Pavel, On 6/8/20 6:59 PM, Pavel Machek wrote: Hi! I'd really like to get support for Droid 4 modem... unfortunately it is quite special. Few words about Droid 4 modem protocol: I'm not sure what is the best way to support it. I was not able to get atchat.c to work with it (and I

Weird Droid 4 modem protocol and a way to support it

2020-06-08 Thread Pavel Machek
Hi! I'd really like to get support for Droid 4 modem... unfortunately it is quite special. Few words about Droid 4 modem protocol: diff --git a/drivers/motorolamodem/README b/drivers/motorolamodem/README new file mode 100644 index ..fe3a1e83 --- /dev/null +++