|
HP OMNIBOOK 300, 425, AND 430 - INFRARED TRANSFER WITH THE HP 95LX
PALMTOP USING KERMIT PROTOCOL SOFTWARE
ISSUE:HP OmniBook 300, 425, and 430 - infrared transfer with
the HP 95LX Palmtop using Kermit protocol software.
SOLUTION:The following is an outline of the steps needed to
transfer files between the HP OmniBook 300, 425, or 430
and the HP 95LX Palmtop using Kermit protocol via the
infrared port.
To continue with this procedure, the Kermit protocol
software must be installed onto the HP OmniBook 300,
425, or 430 (see application note HP OmniBook 300/425,
Installing Kermit Protocol Software). Kermit protocol
software may be obtained by contacting Columbia
University at the below address and phone number.
(Kermit is also widely available on many electronic
bulletin boards.)
Columbia University ACIS
Kermit Distribution
612 West 115th Street
New York, NY 10025
212 854-3703
The subsequent procedure assumes a session of LapLink
Remote is not currently active on the HP OmniBook 300,
425, or 430. These steps need to be completed on both
the HP OmniBook 300, 425, or 430 and the HP 95LX
Palmtop. Either the HP OmniBook 300, 425, or 430 or
the HP 100LX Palmtop can be configured first as long as
Step One is entirely complete before proceeding to Step
Two.
STEP ONE
HP OmniBook 300, 425, or HP 95LX Palmtop
430
1. Close all applications and 1. Press [COMM] key.
exit Windows.
2. Reboot ([Ctrl] + [Alt] + 2. Press [MENU] key.
[Del]).
3. Press [Alt] key when 3. Press the following
prompted. sequence. Settings
Config Port Interface
4. Press [F2] to change port 4. Press [3] to choose
settings. Infrared.
5. Change COM2 to infrared 5. Press [ESC] key
(IR). twice.
6. Exit Windows. 6. Press [MENU] key.
7. Change to the Kermit 7. Choose Transfer.
subdirectory.
8. Type kermit [Enter]. 8. Choose Kermit.
9. Type set port com2
[Enter].
10. Type set baud 2400
[Enter].
STEP TWO - BEGIN STEP TWO ONLY AFTER COMPLETING ALL OF STEP ONE
1. Align both the infrared ports on the HP OmniBook
300, 425, or 430 and the HP 95LX Palmtop.
Now you can Send or Receive files using the Kermit
protocol on the HP OmniBook 300, 425, or 430 and the HP
95LX Palmtop.
KERMIT COMMANDS
When sending or receiving, a send command must be
issued from one machine while a receive command is
issued from the other machine simultaneously. The
following is a brief outline of the syntax for Kermit
commands Send and Receive.
SEND
The send command requires a source file identifier.
The command send thisfile.txt will send the file named
thisfile.txt.
The send command also permits an optional destination
identifier. The command send thisfile.txt thatfile.txt
will send the file thisfile.txt and rename it to
thatfile.txt on the destination machine.
RECEIVE
The receive command will receive a file from the source
machine. The command receive will receive a file as it
is sent by the source machine.
The receive command also permits an optional
identifier. The command receive thisfile.txt will
receive a file from the source machine and rename it to
thisfile.txt.
For a complete reference to Kermit commands, please
refer to Kermit, a file transfer protocol by Frank da
Cruz from Digital Press.
Copyright Hewlett-Packard Co. 1996
This information is subject to change without notice and
is provided "as is" with no warranty.
Hewlett-Packard shall not be liable for any direct,
indirect, special, incidental or consequential damages
in connection with the use of this material.
|