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

File Finder

Versión 1.0 · Alan Krempler

Descargar 7.5 KB

Descripción

Compact file find utility, comparable to the search utilities offered by WinXX. SysMgr compliant EXM program, integrates well with X-Finder, QuickView and other utilities. Copyrighted Freeware.

Ficha técnica

Fichero
filef10.zip
Tamaño
7.5 KB
Formato
.zip
Año
2002
Alta en S.U.P.E.R.
2002-12-27
Ficheros dentro
4
Autor
Alan Krempler
Ruta
anonftp/pub/filef10.zip

Cómo instalarlo

Qué enviar al palmtop ahorras 6.1 KB

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

  • FILEFIND.EXM → A:\SOFT aplicación del System Manager 7.3 KB
  • FILEFIND.ENV → A:\_DAT configuración 144 B
  • FILEFIND.ICN → A:\SOFT icono, junto a su aplicación 200 B

No hace falta llevar al palmtop FILEFIND.DOC: son manuales, código fuente o material de apoyo. Léelos aquí y ahórrate 6.1 KB en un disco de 1 MB.

Pasos
  1. Copia FILEFIND.EXM a A:\SOFT. Es una aplicación del System Manager: regístrala en App Manager con F2 (Add), indicando la ruta completa (por ejemplo A:\SOFT\FILEFIND.EXM).
  2. El 200LX admite 8 aplicaciones EXM como máximo. Comprueba con F8 (List) en App Manager: si ves un * en la columna Status, tienes el cupo lleno y necesitarás MoreEXM.
  3. Copia FILEFIND.ENV a A:\_DAT, que es donde el 200LX busca la configuración. Ábrelo con Memo y ajústalo antes de usarlo.
  4. Si editas un fichero de configuración en el palmtop, asegúrate de dejar un salto de línea al final: hay programas que se comen la última línea sin avisar.
  5. Los .ICN son iconos: van en la misma carpeta que su aplicación.

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
INSTALLATION
An EXM Program cannot be run directly from the command line,
but has to be installed into system manager and started via
hotkey. I suggest {Alt-F4}, 0x6b00 for the hotkey.
See the section on installing progams in the HPLX manual for
details.
HP system manager leaves only 4 slots free for user-installed
EXM programs. Use of MOREEXM is recommended.
Copy the supplied FILEFIND.ENV file to C:\_DAT\ or follow
the instructions in the next section.

SETTING THE PROGRAM OPTIONS
Pressing {F2} will bring up the options dialog.
* Setting the view/goto/exec actions:
The three groupboxes contain one edit field and two/three radio
buttons each. Use {Tab} to jump to the next groupbox, cursor
{Up} and {Down} to jump to the next control within a groupbox.
* With the "Keys" button selected, the text in the edit field
will be stuffed into the keyboard buffer. Special keys may be
entered using the syntax of the macro editor. Moreover,
hex scancodes can be entered like {x0000}.
To make the Filer application display the selected file, you
might enter "{Copy}{Filer}{Menu}og{Paste}{Enter}".
* With the "DOS Cmd" button selected, a DOS box will be opened
(if possible) and the text in the edit field will be passed to
the command interpreter. The $ character will be replaced with
the selected file path and name.
To edit a file with PalEdit, you might enter "C:\BIN\PE $".
* With the "X-Finder" button selected, the appropriate
action will be taken calling X-Finder, the text in the edit
field will be ignored. Be sure you have set up the X-Finder Key
(see below) properly.
* Setting the available drives:
The string of drive letters in the "DrvList" field specifies
which drives will be searched by pressing {F5}. The first
letter entered will be the default drive on startup.
…

Extracto literal de FILEFIND.DOC, 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.