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

Ag Disk

Descargar 1.9 MB

Descripción

Disk Images for Lotus Agenda ver. 2.0 Disk Size: 3.5" 720kb disk (or a formatted 3.5" 1.44mb as a 720kb) List of files in this archive DISK1.IMG Installation and Programs Disk DISK2.IMG Utilities and Applications Disk DISK3.IMG Print Disk 1 DISK4.IMG Print Disk 2 AG_INFO.TXT This file Note: You will need DSKIMG.EXE to create the disks from the disk images in this archive. The utility can be found in the archive DSKIMG.ZIP that inlcudes a documentation file. To create the disks from the images, place the IMG files and the DSKIMG.EXE file in a separate directory (i.e.

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
ag_disk.zip
Tamaño
1.9 MB
Formato
.zip
Año
1996
Ficheros dentro
5
Ruta
anonftp/pub/agenda/ag_disk.zip

Cómo instalarlo

Qué enviar al palmtop ahorras 2.8 MB

No hace falta llevar al palmtop Disk1.img, Disk2.img, Disk3.img, Disk4.img, ag_info.txt: son manuales, código fuente o material de apoyo. Léelos aquí y ahórrate 2.8 MB en un disco de 1 MB.

Pasos
  1. Este paquete no trae ejecutables reconocibles. Descárgalo y mira su contenido: puede ser documentación, código fuente o material de apoyo.

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.

Necesita también 1

El manual cita estos ficheros, que están en el archivo:

Instrucciones del autor
DISK1.IMG    Installation and Programs Disk
DISK2.IMG    Utilities and Applications Disk
DISK3.IMG    Print Disk 1
DISK4.IMG    Print Disk 2
AG_INFO.TXT  This file

Note:  You will need DSKIMG.EXE to create the disks from the disk images
in this archive.  The utility can be found in the archive DSKIMG.ZIP that
inlcudes a documentation file.

To create the disks from the images, place the IMG files and the DSKIMG.EXE
file in a separate directory (i.e. C:\TEMP), place a blank formatted disk in
drive A: and type the following:

                    DSKIMG A: -W -P C:\TEMP\DISK1.IMG

Repeat this procedure, once for each image file, using a new disk each time.
Please label the disks as listed above.

Note:  This program is provided without documentation (besides its own help
screens) and it will not be supported by Lotus Customer Support via telephone.
Support can be found using the Lotus Support Web page (www.support.lotus.com),
on the Lotus re:Quest BBS (617-693-7000) or the Lotus Faxback system
(800-346-3508 or 617-253-9150).

Extracto literal de ag_info.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.