Octal Values Of Characters - Nokia 9110 Setting Up Dial-In Service Manual

Hide thumbs Also See for 9110:
Table of Contents

Advertisement

Mobile Phones
3.1
A more elaborate session. The user must execute the following dialog with the IAP to start PPP negotiations:
Sender
Message
IAP
Login:
User
Myusername<CR>
IAP
Password:
User
2secret4u<CR>
IAP
#
User
ppp<CR>
IAP
Your IP address is 123.132.123.123 and please
use 123.123.123.1 as your DNS server. <CR>
IAP
(begins PPP)
The following script will establish the connection:
Script sample for Case 2.
# Great Access service login script
# In case the line is busy
ABT "NO CARRIER" ABT BUSY
# Timeout should be set if there are problems
TOUT 25
# Send CR if Login: doesn't appear, and when it appears send
# the username
ogin:-""-ogin: Myusername
# Ask password from the user when the IAP sends a string with
# 'ord:' in it.
ord: %askq(Give Password)%
# When the IAP sends '#' send 'ppp' if it does not send '#' send a
# Carriage Return. '/' is required to distinguish the '#' character.
/#-""-/# "ppp"
# Wait for keyword " is " (/s is a space) and wait for the IP
# address (/A), then send nothing (/c)
/sis/s/A /c
# Wait for keyword " use " (/s is a space) and wait for the DNS
# address (/D), then send nothing (/c)
/suse/s/D /c
# End of script, PPP starts

3.6. Octal Values of Characters

If there are problems in transmitting some characters, you can always use the special sequence /ddd, where ddd is
the octal value of a character.
Here are the octal values:
Non-Printing Characters
Octal
000
001
002
Character
Remark
CTRL-@
NUL (Null prompt)
CTRL-A
SOH (Start of heading)
CTRL-B
STX (Start of text)
Copyright©Nokia Mobile Phones 1999
SETTING UP DIAL-IN SYSTEM
21.04.99
10 (16)

Advertisement

Table of Contents
loading

Table of Contents