Flexpad 2
Descripción
ABOUT FLEXPAD AND GETTING STARTED NOTES Version 3.1 July, 2000 Welcome to FLEXPAD. The FLEXPAD documentation consists of this file, the online help file (FLEXPAD.HLP) and the upgrade highlights list (UPGRADE.TXT). They be viewed by any program which reads DOS text files, including FLEXPAD. It is recommended that you read this file before installing FLEXPAD and use the online help file as needed to learn about its features. There is also a Flexpad formated file, TOUR.FLP, which you can read with FLEXPAD to get a quick guide to the more commonly used features.
Descripción extraída automáticamente de la documentación incluida en el paquete: esta entrada no figuraba en el catálogo original.
Ficha técnica
- Fichero
FLEXPAD-2.ZIP- Tamaño
- 166.9 KB
- Formato
- .zip
- Año
- 2000
- Ficheros dentro
- 21
- Ruta
anonftp/pub/FLEXPAD-2.ZIP
Cómo instalarlo
Qué enviar al palmtop ahorras 169.7 KB
Estos son los ficheros que necesitas. Puedes enviarlos desde el contenido del paquete.
-
ABK2FLP.EXE→ A:\SOFT programa de DOS 6.4 KB -
ADB2FLP.EXE→ A:\SOFT programa de DOS 5.5 KB -
ADBDUMP.EXE→ A:\SOFT programa de DOS 17.5 KB -
CALLFLP.EXE→ A:\SOFT programa de DOS 564 B -
FLEXPAD.EXE→ A:\SOFT programa de DOS 85.6 KB -
FLEXPAD1.ICN→ A:\SOFT icono, junto a su aplicación 200 B -
FLEXPAD2.ICN→ A:\SOFT icono, junto a su aplicación 200 B -
FLEXPAD3.ICN→ A:\SOFT icono, junto a su aplicación 200 B -
FLPCALL.EXM→ A:\SOFT aplicación del System Manager 582 B -
FPLA.EXM→ A:\SOFT aplicación del System Manager 512 B -
FPLC.EXM→ A:\SOFT aplicación del System Manager 512 B
No hace falta llevar al palmtop
ADB2FLP.DOC, AUTOEXEC.SAM, CONFIG.SAM, FLEXPAD.HLP, README.TXT, REGISTER.TXT, SAMPLE.LST, TOUR.FLP y 2 más:
son manuales, código fuente o material de apoyo. Léelos aquí y ahórrate 169.7 KB en un disco de 1 MB.
Pasos
- Copia FLPCALL.EXM, FPLA.EXM, FPLC.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\FLPCALL.EXM).
- 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.
- Copia ABK2FLP.EXE, ADB2FLP.EXE, ADBDUMP.EXE, CALLFLP.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.
- 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/SETUP----
To install FLEXPAD, copy the appropriate files to your disk. You can run FLEXPAD from the DOS command prompt by typing "FLEXPAD".
The program uses its own configuration file (FLEXPAD.CFG). On startup, this file is looked for in the C:\ root directory and, if not found, created with the standard default settings. You can tell that the CFG file was not found if at startup FLEXPAD tells you your data file was not found and an empty file was created. On computers where you can not write to the C: drive because it is on ROM, write protected or doesn't exist, or where you want the config file to reside somewhere else, add the command line switch "/c:[drive]:[directory] when you start FLEXPAD (i.e., /c:d:\,c:d\data\). Alternatively you can assign the appropriate directory path to the DOS environment variable "FLPCFG" by adding "set flpcfg=[drive]:\[directory]" to your autoexec.bat file. If you attempt to use both methods, the command line setting will override the environment setting.
FLEXPAD remembers the name of the last 10 files you worked with and will reopen the most recently used file when you restart it, even returning you to the view and position in the file that you last were using. You can override this feature by specifying a file on the command line when you start FLEXPAD:
FLEXPAD /f:[file path\name]
This new file name will be recorded in the config file for use the next time you start FLEXPAD without the /F: switch.
The FLEXPAD.EXE program file can be placed in any directory, however it expects to find its help file (FLEXPAD.HLP) on the root directory of drive C: (C:\). You can change the location of the help file on the Settings|File submenu if necessary.
------------HP 95LX----------
…
Extracto literal de README.TXT, tal cual venía en el paquete.
Contenido del 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
- Conecta el cable serie entre el palmtop y el ordenador.
- Abre Data Comm y ve a Menu → Connect → Settings. Ajusta: 9600 baudios, 8 bits de datos, paridad None, 1 bit de parada.
- Vuelve al menú y entra en Menu → File → Receive, con el protocolo Zmodem. El palmtop se queda esperando: déjalo así.
En el ordenador
- Usa Chrome (o Edge / Opera). Firefox y Safari no pueden abrir el puerto serie, y ningún navegador móvil tampoco.
- Averigua cuál es tu puerto: si no lo tienes claro, despliega la ayuda de aquí abajo.
- 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/ttyS0…ttyS31 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).
macOS — ls /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.
Tu navegador no puede hablar con el puerto serie. El envío directo usa la Web Serial API, que solo existe en Chrome, Edge y Opera de escritorio — no en Firefox, Safari ni en ningún navegador móvil.
Descarga el fichero con el botón de arriba y pásalo al palmtop con tu método habitual.