S.U.P.E.R. Archivo HP 200LX
← Volver al catálogo

XFP3

Versión R.3 · Gaku Nakagawa

Descargar 9.4 KB

Descripción

X-Finder Cosmetic Package contains a data set for adding the built-in PIM applications and disk drives to the palmtop (or other) screens of X-Finder. There is also a program for adding the programs registered to APNAAME.LST and MOREEXM.INI. Copyrighted freeware.

Ficha técnica

Fichero
xfp3.zip
Tamaño
9.4 KB
Formato
.zip
Año
1999
Alta en S.U.P.E.R.
1999-04-26
Ficheros dentro
6
Autor
Gaku Nakagawa
Ruta
anonftp/pub/xfp3.zip

Cómo instalarlo

Qué enviar al palmtop ahorras 8.7 KB

Estos son los ficheros que necesitas. Puedes enviarlos desde el contenido del paquete.

  • XFP3.EXE → A:\SOFT programa de DOS 7.5 KB

No hace falta llevar al palmtop DRIVES.LZH, PIMS.LZH, XFP3.TXT, XFP3.C, XFP3J.LZH: son manuales, código fuente o material de apoyo. Léelos aquí y ahórrate 8.7 KB en un disco de 1 MB.

Pasos
  1. Copia XFP3.EXE a A:\SOFT. Son programas de DOS: se ejecutan desde el icono DOS, o añadiendo A:\SOFT al PATH de C:\AUTOEXEC.BAT para poder llamarlos por su nombre.

Deducido del contenido del paquete y de las convenciones del 200LX. Se instala en A: a propósito: C: es un disco RAM y cada byte ahí resta memoria al sistema.

Instrucciones del autor
o Setup

  XFP3.ZIP is uncompressed into the following files:

  xfp3    .txt	User's guide
  pims    .lzh	Command files for built-in PIM applications
  drives  .lzh	Symbolic link files for disk drives
  xfp3    .exe	Program to create command files for EXM
		programs
  xfp3    .c    Source code
  xfp3j   .lzh  Original (Japanese) documentation

o Add built-in applications to the Palmtop (or other) Screen

  Use X-Finder to copy the command files you want to add, from
  PIMS.LZH to the Palmtop (or other) Screen.

  Command files in PIMS.LZH all have a file size of zero byte,
  for maximum utilization of the limited disk space.

  If you use an environmental file of R.7 or earlier, then you
  need to add the following line to the "Execution by matched
  file extension" section.
  .xfk	,e/	,%x

o Add disk drives to the Palmtop (or other) Screen

  Use X-Finder to copy the symbolic link files of the drives
  you want to add, from DRIVES.LZH to the Palmtop (or other)
  Screen.

  This function works in X-Finder R.8 or newer.

o Add EXM programs to the Palmtop (or other) Screen

  X-Finder R.9 (or newer) can launch EXM programs by placing
  link files on the Palmtop (or other) screen.  This feature is
  not limited to the EXM programs added to APNAME.LST and
  MOREEXM.INI.

  XFP3.EXE creates command files for these registered EXM
  programs. Each command file has a size of zero byte for
  saving disk space.

  Running XFP3.EXE will create the command files for all
  the EXM programs currently added to APNAME.LST and
  MOREEXM.INI. Use X-Finder to copy those files you need to
  the Palmtop (or other) Screen.

  If you use the environment file of R.7 or earlier, then you
  need to add the following line to the "Execution by matched
  file extension" section.
  .xfl	,/	,$x %x

…

Extracto literal de XFP3.TXT, tal cual venía en el paquete.

Enviar a mi palmtop

El palmtop tiene que quedar esperando antes de pulsar el botón, o la transferencia fallará. Es él quien avisa de que está listo, no al revés.

En el palmtop

  1. Conecta el cable serie entre el palmtop y el ordenador.
  2. Abre Data Comm y ve a Menu → Connect → Settings. Ajusta: 9600 baudios, 8 bits de datos, paridad None, 1 bit de parada.
  3. Vuelve al menú y entra en Menu → File → Receive, con el protocolo Zmodem. El palmtop se queda esperando: déjalo así.

En el ordenador

  1. Usa Chrome (o Edge / Opera). Firefox y Safari no pueden abrir el puerto serie, y ningún navegador móvil tampoco.
  2. Averigua cuál es tu puerto: si no lo tienes claro, despliega la ayuda de aquí abajo.
  3. Pulsa el botón y selecciónalo en la ventana que abre Chrome.
¿Cómo sé cuál es mi puerto?

Linux — tu adaptador USB-serie será /dev/ttyUSB0 o /dev/ttyACM0. Los /dev/ttyS0ttyS31 son puertos heredados de la placa base: el núcleo los lista aunque no exista ninguno, así que casi nunca son el tuyo. Para salir de dudas:

ls -l /dev/serial/by-id/

Sale el fabricante y el modelo, y a qué ttyUSB* apunta. Si no aparece nada, desenchufa y vuelve a enchufar el cable y mira dmesg | tail: verás una línea del estilo «ch341-uart converter now attached to ttyUSB0».

Permisos: en Debian y derivados tu usuario debe estar en el grupo dialout o el puerto no se abrirá. Compruébalo con groups, y si falta:

sudo usermod -aG dialout $USER

Hay que cerrar la sesión y volver a entrar para que surta efecto.

Windows — Administrador de dispositivos → Puertos (COM y LPT). Tu adaptador aparece como COM3, COM4… Si aparece con un triángulo amarillo, te falta el driver del chip (FTDI, Prolific o CH340 según el cable).

macOSls /dev/cu.*; tu adaptador será algo como /dev/cu.usbserial-A50285BI. Usa siempre el cu., no el tty..

El 200LX no lleva un conector serie estándar: necesitas el cable de conectividad de HP (el F1015A o un equivalente) y, salvo que tu ordenador tenga puerto serie de verdad, un adaptador USB-serie detrás.