ublox SARA-U260 not showing up in mmcli

Aleksander Morgado aleksander at aleksander.es
Mon May 15 15:26:20 UTC 2017


On Mon, May 15, 2017 at 5:06 PM, Brent Sink <brents_3 at hotmail.com> wrote:
> ...So, does mean I need to modify the code somewhere to disable the send
> delay?  Could you point me to where that may be in the code?  Thanks!

We have some plugins already setting send_delay=0 during a custom
setup_ports() method (see e.g. mm-broadband-modem-samsung.c) but your
case is a bit special because you also need the send delay even during
port probing, and for that we'd need to create the MMPlugin object
with MM_PLUGIN_SEND_DELAY property set.

Dan: the Altair, Samsung and HSO plugins use send_delay=0 in
setup_ports() (i.e. once the modem has been created), but they don't
use it for the port probing phase (i.e. no MM_PLUGIN_SEND_DELAY
setting when creating the plugin). Is this an error?

-- 
Aleksander
https://aleksander.es


More information about the ModemManager-devel mailing list