linux-ppp.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Frank Krauss <fmfkrauss@mindspring.com>
To: linux-ppp@vger.kernel.org
Subject: Re: Specifing Hays Extended Command Set in PPP 2.4.1
Date: Thu, 10 Jun 2004 16:04:08 +0000	[thread overview]
Message-ID: <200406101204.08263.fmfkrauss@mindspring.com> (raw)
In-Reply-To: <200406081914.35819.fmfkrauss@mindspring.com>

Hello Bill,

Thank you very much for your feedback.

That was exactly my problem.  I had to put anything that had special 
characters within Single Quotes.  Then It worked perfect.

Just for your Information, concerning this particular Modem, 
I had to specify the exact same string as my first set of AT commands
as was created by the MINICOM program when it iniatializes the Modem.
When I specified that String as my first one, the Modem is now working
great with PPP/CHAT.

Thank you again for your great information.

Yours truly,

Frank

===========================
On Tuesday 08 June 2004 19:41, Bill Unruh wrote:
> On Tue, 8 Jun 2004, Frank Krauss wrote:
> > Hello everyone,
> >
> > I'm attempting to specify a value in a CHAT Script for an AT command
> > that has a & in it.
> >
> > This is because it is a Hays Extended Command Set value.  For example:
> > "" ATX1&S1E1Q0
> >
> > Whenever I specify this type of command in a String, I get the
> > following message:
> >
> > Can't get terminal parameters: inappropriate IOCTL for device
> >
> > If I remove the command with the & in it, the rest of the command runs
> > fine. I know that the command itself is good since when I run it under
> > MINCOM, the entire stmt runs fine.
>
> "" 'ATX1&S1E1Q0'
>
> Try putting it in quotes. The shell is probably interpreting the &
> rather than its being sent to the chat script ( give the chat script the
> -v option, make sure that you have
> local2.*;daemon.*		/var/log/ppplog
> in /etc/syslog.conf and see what is actually sent to the modem)
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


      parent reply	other threads:[~2004-06-10 16:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-08 23:14 Specifing Hays Extended Command Set in PPP 2.4.1 Frank Krauss
2004-06-08 23:41 ` Bill Unruh
2004-06-10 16:04 ` Frank Krauss [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=200406101204.08263.fmfkrauss@mindspring.com \
    --to=fmfkrauss@mindspring.com \
    --cc=linux-ppp@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).