diff options
author | reg <reg@FreeBSD.org> | 2000-01-29 15:53:11 +0800 |
---|---|---|
committer | reg <reg@FreeBSD.org> | 2000-01-29 15:53:11 +0800 |
commit | b123e17cacbb5af9d96a1eec4c60f8fd7440317e (patch) | |
tree | 5e8f15fbee468460ef375e75a7c5529e481db72a /comms/plp/pkg-descr | |
parent | 525b819b391b493a9925d180a9439644fbd810fe (diff) | |
download | freebsd-ports-gnome-b123e17cacbb5af9d96a1eec4c60f8fd7440317e.tar.gz freebsd-ports-gnome-b123e17cacbb5af9d96a1eec4c60f8fd7440317e.tar.zst freebsd-ports-gnome-b123e17cacbb5af9d96a1eec4c60f8fd7440317e.zip |
Initial import of Psion Link Protocol 1.8.
This program is used to transfer data between a Psion Series 5mx
(default) or Psion Series 5 to a Unix server. The ncp daemon is
started to communicate with the Psion and an ftp like interface is
provided by rfsv.
PR: 15181
Submitted by: Maurice Castro <maurice@atum.castro.aus.net>
Diffstat (limited to 'comms/plp/pkg-descr')
-rw-r--r-- | comms/plp/pkg-descr | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/comms/plp/pkg-descr b/comms/plp/pkg-descr new file mode 100644 index 000000000000..8e5f09260838 --- /dev/null +++ b/comms/plp/pkg-descr @@ -0,0 +1,16 @@ +PLP implements the Psion Link Protocol. + +This program is used to transfer data between a Psion Series 5mx +(default) or Psion Series 5 to a Unix server. The ncp daemon is +started to communicate with the Psion and an ftp like interface is +provided by rfsv. + +Before using this port it is necessary to either + + a) create a symbolic link form the serial port the psion is + connected to to /dev/psion eg ln -s /dev/cuaa0 /dev/psion + +or + + b) start the ncp daemon with the correct serial port eg + ncp -s 7501 -d /dev/cuaa0 -s5 |