Re: [PATCH 4/7] quectel: EC21 needs aux channel to be the first mux channel

2020-05-27 Thread Lars Poeschel
On Thu, May 21, 2020 at 08:32:07AM -0500, Denis Kenzior wrote: > Hi Lars, > > On 5/26/20 5:16 AM, poesc...@lemonage.de wrote: > > From: Lars Poeschel > > > > The Quectel EC21 does only work correctly, if the mux channel used for > > aux is the first mux channel. It does only put it's URC

Re: [PATCH 4/7] quectel: EC21 needs aux channel to be the first mux channel

2020-05-26 Thread Denis Kenzior
Hi Lars, On 5/26/20 5:16 AM, poesc...@lemonage.de wrote: From: Lars Poeschel The Quectel EC21 does only work correctly, if the mux channel used for aux is the first mux channel. It does only put it's URC messages in the first mux channel, so this has to be the aux channel in our case. ---

[PATCH 4/7] quectel: EC21 needs aux channel to be the first mux channel

2020-05-26 Thread poeschel
From: Lars Poeschel The Quectel EC21 does only work correctly, if the mux channel used for aux is the first mux channel. It does only put it's URC messages in the first mux channel, so this has to be the aux channel in our case. --- plugins/quectel.c | 51