Next Previous Contents

3. Sharing data between the Psion and Linux

3.1 Hardware connectivity options

The Psions have both serial and infra red ports. Either can be used for connectivity, but most connectivity programs currently only have features for the serial port connection.

Serial cable

Armin Podtschaske x-rayed the "honda" connector.

Pin 1 is on the top and pin 15 is on the bottom. Only pins 2 through 8 and 15 are connected.

IrDA

See Werner Heuser's Infrared HOWTO for information about using the Linux IrDA driver with a Psion. It is possible to beam files from Psion 5 (mx) via Linux-IrDA to a Linux System. The irda-utils include a special client psion5.c which can beam files between them.

Builtin programs

There are two builtin software methods to use the communications ports. The first is the remote link, <ctrl>-l from the main file menu, which can be set to serial, infrared or off.

EPOC also provides the program comms. The remote link must be set to off for the comms program to have access to the serial port.

3.2 Programs for connectivity

plptools

Description

plptools was originally developed by Fritz Elfert, who had merged plp and p3nfs/p5nfs. plptools is currently being worked on by members of the PLP Tools project.

plptools comprises of 3 different programs. ncpd provides a socket connection to the Psion. plpnfsd provides mounted filesystem access to the Psion and plpftp provides ftp access to the Psion.

Usage

ncpd [-V] [-v logclass] [-d] [-p <port>] [-s <device>] [-b <baudrate>]

plpnfsd [-v] [-V] [-p port] [-d mountdir] [-u user]

First start ncpd get it to listen on a port (7501 by default) for connection requests. Then, start either plpnfsd or plpftp. plpnfsd defaults to mount the Psion under /mnt/psion.

p3nfs/p5nfs

Description

p3nfs mounts the psion drives over the serial cable at /psion.stand/mnt, by default.

ncp

Description

Matt Gumbley originally started ncp for use with his Psion Series 3. Now that he's working on plptools, you should use that :). However, ncp might still be of interest to users of a Psion Series 3, which this HOWTO doesn't cover :). Matt's ncp page also has information about the plp protocol.

3.3 Linux utilities

Psiconv

Description

Psiconv translates Psion Word documents or TextEd files (as used by the OPL editor, for example) to HTML (3.2 or 4.0) or plain text. It can also translate Sketch files and MBM files to almost any graphics format. A description of the Psion files formats is also included.

psiontobbdb

Description

psiontobbdb converts Psion vcard format from from the EPOC Contacts application to emacs BBDB format.

psiontognomecard

Description

psiontognomecard converts Psion vcard format from from the EPOC Contacts application GnomeCard vcard format.

kab2psion

Description

kab2psion is a small utility written in perl to create a CSV file from the KDE addressbook.

PsiLin

Description

PsiLin (in French, short english version) is a GTK-based graphical frontend for many programs which connect Linux to Psion. It also works for Series 3*.

Psion SDK

Description

The EPOC SDK works on Linux via WINE, see Olaf Flebbe's web page for instructions on how to get it working.

Xmakesys

Description

xmakesys is a perl utilility that parses Psion's .pkg files and outputs .sis files.

3.4 Psion utilities

hermes

Description

hermes is a fully featured vt100 emulator.

perl

Description

Olaf Flebbe has perl running under EPOC.

python

Description

Duncan Booth has python running under EPOC. (link currently down)

python

Description

Otfried Cheong also has a port of python for EPOC.

BProlog

Description

Tim Wentford has gotten Bprolog working on the Psion 5*.

Shell5

Description

Nick Murray has created Shell5, which is a command line interpreter which allows basic file operations as well as some sophisticated functions such as command history, filename expansion, batch file support, input and output redirection, pipe like feature :), aliases and shell variables, keyboard remapping and macros and UNIX or DOS syntax for pathnames.

E_Shell

Description

E-shell comes with the SDK and is a DOS-like shell environment from the EPOC SDK. It provides ways to launch programs from a command line; to check for file system corruption; to create, edit and display plain text files; to check on currently active processes and threads. The former link to download the shell itself has been removed.

c2f

Description

c2f converts the Psion contact file to a comma delimited format.


Next Previous Contents