Open Source Telephony
 help / color / mirror / Atom feed
From: Denis Kenzior <denkenz@gmail.com>
To: ofono@ofono.org
Subject: Re: query
Date: Thu, 30 Jul 2015 16:21:21 -0500	[thread overview]
Message-ID: <55BA9551.6000900@gmail.com> (raw)
In-Reply-To: <222E70FA67D72A4FB8EEDF5AF01724ACCF2637@BGSMSX102.gar.corp.intel.com>

[-- Attachment #1: Type: text/plain, Size: 985 bytes --]

Hi Ram,

On 07/30/2015 07:49 AM, Kallumari Nagaraja Rao, RammohanX wrote:
> Hi Denis,
>
> Can't we use the existing ofono UBLOX driver to work with serial interfaces instead of USB interface ?
>

Not in its current form, no.

USB devices generally come pre-multiplexed.  What this means is that 
they expose multiple AT ports (e.g. ttyACM1, ttyACM2, etc).  oFono 
requires two if the modem uses PPP (which the ublox driver is currently 
using).  This is necessary as a second control port is needed for 
control while another is being occupied by PPP packets.

Serial devices use a single serial port and will require some form of 
multiplexing in order to enable properly.  Most support 07.10/27.010 
multiplexing via AT+CMUX.

Your options are to write a new modem driver for your device, or extend 
the ublox driver to handle serial devices.  Refer to plugins/ifx.c or 
plugins/calypso.c for an example of a driver that uses multiplexing.

Regards,
-Denis

      reply	other threads:[~2015-07-30 21:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-28  9:27 query Kallumari
2015-07-29 13:12 ` query Kallumari
2015-07-29 15:27   ` query Denis Kenzior
2015-07-29 15:23 ` query Denis Kenzior
2015-07-30  4:03   ` query Kallumari
2015-07-30 12:49   ` query Kallumari
2015-07-30 21:21     ` Denis Kenzior [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55BA9551.6000900@gmail.com \
    --to=denkenz@gmail.com \
    --cc=ofono@ofono.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox