[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: linux PPP in minicom



On 04/03 18:36 Chitra Krishnamurthy wrote:
I used the following AT commands, in "minicom" and I got the following
results with the
results :

ATZ~
OK
ATM0L0
OK
ATDT0,172315
CONNECT 31200 /ARQ /V34 /LAPM /V42BIS
Annex Command Line Interpreter * Copyright (C) 1988, 1999 Bay Networks
Checking authorization, Pleas wait.....
Username......
Password.....
Switching to PPP.
And some seies of characters....

That means that your ISP uses PPP as the default connection protocol.

NO CARRIER

But I receive the result to be NO CARRIER .....Can you please tell me
what could be the problem...

Because the PPP handshake timed out.

With the same ISP account i am able to dial and connect to internet
using KPPP dialer....

Because you used PPP to connect.

Once the dial up is over with minicom,, I can integrate the AT
commands
in my C program, to Read and write from/to Serial port, ( Hope this
works)

If your program speaks plain serial protocol, then use another machine that speaks the same protocol. You can use another linux machine (with another modem) to connect to; all you need to install is mgetty package. This daemon would detect whether the incoming call was using a PPP or serial connection. If it was PPP, then mgetty would run pppd. If it was serial (ie: from dialing-out minicom), it would run login (the program that gives you the login prompt).

Oki


--
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: