Using non-ascii characters in login scripts – Sony CLIE PEG-S300/E User Manual

Page 222

Advertising
background image

222

Setting Up

Y

our CLIE Handheld

Send CR

Transmits a carriage return or LF character to the
TCP/IP server to which you are connecting.

Send User ID

Transmits the User ID information entered in the
“User Name” field of the “Network Preferences”
screen.

Send Password

Transmits the password entered in the “Password”
field of the “Network Preferences” screen. If you
did not enter a password, this command prompts
you to enter one. The Password command is
usually followed by a “Send CR” command.

Delay

Tells your handheld to wait a specific number of
seconds before executing the next command in the
login script.

Get IP

Reads an IP address and uses it as the IP address
for your handheld. This command is used with
SLIP connections.

Prompt

Opens a dialog box and prompts you to enter text
of some kind (for example, a password or a
security code).

End

Identifies the last line in the login script.

4

Repeat steps 2 and 3 until the login script is complete.

5

Tap “OK.”

Using non-ASCII characters in login scripts

You can use non-ASCII characters in your login script.

The following descriptions are for the advanced users who understand how
to write custom scripts with non-ASCII characters.

To use the caret (^char) character

You can transmit ASCII command characters using the caret (^) symbol.

If you send ^char, and the ASCII value of char is between @ and _, the
character is automatically translated to a single-byte value between 0 and
31. For example, ^M is converted to a carriage return.

If char is a value between A and Z, the character sequence is translated to a
single-byte value between 1 and 26. If char is any other value, the character
sequence is not subject to any special processing.

Advertising