Psion FAQ
Some questions I answered several times in different forums.
- How to use GPRS with the Psion netBook
- How to connect a Psion to a Linux/Unix system
- How to open the Series5 (classic and MX) case
- Using JavaPsionLink to connect a Psion to whatever :-)
- How to use GPRS with the Psion netBook
Contrary to this article
I did not use any additional software. I use the
Ericsson 520m. My modem settings are:
| Connect via: | Infrared |
| Initialisation: | ATZ |
| Flow control: | Hardware |
| Terminal Detect: | On |
| Carrier detect: | On |
| Modem type: | Mobile |
The Flow control setting 'Hardware' is important. Software does not work (the connection
seems to be established, but no data transfer is possible.
Internet service settings according to your service provider. Dial-in number is essential:
| Connection type: | Dial-up |
| Standard dial-up number: | *98*1# |
This diap-up number tells the phone to activate the first set of connection settings
(replace '1' with the correct number for your setup if you have multiple connections defined
on your phone). Therefore it should be clear that the internet connection settingson the phone
must already be configured for this to work.
Take a look at the (german) document at
http://www.palmtop-pro.com/tips/tips0109.htm for a detailed explanation of different settings for
different service providers.
- How to connect a Psion to a Linux/Unix system
Linux configuration:
- Install pppd.
- Copy options.ttyS0 to /etc/ppp and edit it for your setup (IP Adresses and DNS Server might need a look).
- Start PPPd: pppd ttyS0 Substitute any other serial device (rename the options file accordingly)
Psion configuration:
- Add a modem with the following parameters:
- Add an Internet connection service:
Then you should be able to connect (e.g. from Mail) using the Modem and Internetconnection
defined above.
The 'proxyarp' option in the PPPd configuration file makes the psion visible in your LAN
(as long as the addresses used are in the same range as the LAN). IP forwarding must be
enabled (Linux: echo "1" > /proc/sys/net/ipv4/ip_forward, Solaris: ndd -set /dev/ip ip_forwarding 1).
- How to open the Series5 (classic and MX) case
Take a look at this guide.
- Using JavaPsionLink to connect a Psion to whatever :-)
Compiling it yourself
- Download JavaPsionLink
- Download the correct javax.comm Implementation:
- Install javax.comm by following the instructions in the file Readme.html contained in the distribution
- Compile JPL:
export CLASSPATH=.; javac *.java
Note: LocalDirectoryBrowser is missing in some ZIP distribution files. Get the Mac file, unstuff it and use the compiled file contained in jpl (which can be unpacked with ZIP).
- Start JPL:
java PsionLink
Using a precompiled version
- Download the JAR File (Use right mouse button, Save As)
- Start:
java -jar jpl.jar
In either case you have to configure the port to use before a connection to the device is possible.