CPACK FLOPPY
Versión 1.0 · Arrowtail
Descripción
Clever way to run the HP CPACK Filer on any desktop PC by using a single floppy disk. Works great. Free.
Ficha técnica
- Fichero
cpackfpy.zip- Tamaño
- 17.2 KB
- Formato
- .zip
- Año
- 1996
- Alta en S.U.P.E.R.
- 1996-11-11
- Ficheros dentro
- 3
- Autor
- Arrowtail
- Ruta
anonftp/pub/cpackfpy.zip
Cómo instalarlo
Qué enviar al palmtop ahorras 28.1 KB
Estos son los ficheros que necesitas. Puedes enviarlos desde el contenido del paquete.
-
FILER.BAT→ A:\SOFT programa de DOS 1.2 KB -
COMEBACK.COM→ A:\SOFT programa de DOS 6.7 KB
No hace falta llevar al palmtop
CPACKFPY.TXT:
son manuales, código fuente o material de apoyo. Léelos aquí y ahórrate 28.1 KB en un disco de 1 MB.
Pasos
- Copia FILER.BAT, COMEBACK.COM 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
SETUP.ENV
CPACK100.FNT
CFILUS.HLP *
FRESUS.RI *
JQBTAUS.RI *
* For the US version only - you may try messing with
these files for other (county) versions.
Below is the code for COMEBACK and the batch file that
must be written to the floppy. Before using the binary
file of COMEBACK it must be reassembled. The C code to
generate COMEBACK has been included. I used Borland C++
3.0 on a 486 to generate it. I also used PKLITE on it
as well.
The COMEBACK program is in binary below. This code is
neccessary since when exiting the FILER it assumes that the
More Applications brought it to FILER and the FILER assumes
that More Applications takes care of the path it was called
from. COMEBACK program emulates this. If you don't include
it the computer will get messed up on the way out of the
FILER on the PC.
The below batch file is nearly identical to the batch file
on the used in the connectivity pack. This file also needs
to be written to the disk.
Now, after putting these files on a disk call the batch file
and it will send you directly to the FILER.
VERY COOL!!
-Arrowtail@aol.com
P.S. I have also minimized Windows 3.0 to fit on 2.25MB of
memory of a 4MB flash memory card runs pretty descent.
I did it without compression.
Write to me if you have any suggestions or other ideas.
===================== COME BACK BINARY ======================
The file can be reassembled into the original file using
the DOS DEBUG routine.
If you have downloaded the below script, remove any
captured communications header and then enter
DEBUG < filename
at the dos prompt where filename is the name of this
script file.
----------------- beginning of script ----------------
N comeback.com
E 0000 4D 5A 31 01 09 00 01 00 0A 00 8A 01 FF FF 14 01
…
Extracto literal de CPACKFPY.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.