IngredientsYou'll need:
- PalmPilot Pro (the Personal doesn't have the TCP/IP stack)
- PalmPilot cradle connected to a COM port on your PC
- PC running OS/2
- If you want to make connections above 19200 see the note at the bottom
OS/2 Setup
- First you need TCP/IP services (IAK on WARP 3.0, TCPIP on WARP 4.0) already installed, which is probably the case for 95% of all OS/2 machines.
- Identify the serial port you're going to use for the PPP connection, hopefully you've got a spare.
- Execute this command from command line:
ppp com1 19200 rtscts passive 10.1.0.1:10.1.0.2 defaultroute silent
This command set
- PPP server on serial port com1
- set the baud rate to 19200
- use rs/cts flow control
- set OS/2 machine IP address as 10.1.0.1
- set Pilot IP address as 10.1.0.2
- active default routing on OS/2 machine
- wait connection from the peer
PalmPilot Setup
- Ignore any modem settings, they won't affect this connection.
- Prefs -> Network. Goto the menu and add a new service, call it whatever you like.
- Don't set the User Name or the Password field.
- Now tap on the Phone number field and enter a number of '00', this means DONT DIAL.
- Tap Details, leave the connection type as PPP, set Idle timeout as Power Off, setup your primary and secondary DNS (if you have it or let it blank), IP address is automatic.
- Still in the details dialog, tap Script and create the following script:
End: - Ok the Login Script and the Details dialog.
That's it
Pop your PalmPilot into its cradle, make sure you executed PPP server service running and tap Connect on your PalmPilot (you can follow whats going on by pressing the down button at the bottom of your PalmPilot). After about some seconds you should see 'Established' and the tell-tail flashing bar at the top right of the screen (this will stay there for as long as there is a connection).