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

Electronic Periodic Table of Elements

Versión 2.0 · Joe Bork

Descargar 84.2 KB

Descripción

The Electronic Periodic Table of Elements was written by Joe Bork when he was in the sixth grade. It runs pretty well on the palmtop, but probably needs some color help with CGAHLP. Shareware.

Ficha técnica

Fichero
periodic.zip
Tamaño
84.2 KB
Formato
.zip
Año
1990
Alta en S.U.P.E.R.
1997-01-23
Ficheros dentro
4
Autor
Joe Bork
Ruta
anonftp/pub/periodic.zip

Cómo instalarlo

Qué enviar al palmtop ahorras 19.7 KB

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

  • PERIODIC.EXE → A:\SOFT programa de DOS 68.3 KB
  • PRINT.BAT → A:\SOFT programa de DOS 476 B
  • INSTALL.EXE → A:\SOFT programa de DOS 42.7 KB

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

Pasos
  1. Copia PERIODIC.EXE, PRINT.BAT, INSTALL.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
PROGRAM INSTALLATION:

     Included on the disk is the installation program for installing this
program.  This file is simply written to make it easier to transfer the files
from one place to another on your system.  This program is not copy-protected,
but if you plan on giving other people a copy of this program, (which is
perfectly legal, and I hope that you DO spread copies of my program around)
you must include all of the files contained of the disk.  These are:

               PERIODIC.EXE (The main program)
               INSTALL.EXE (The installation program)
               MANUAL.DOC (The User's Guide documentation)
               PRINT.BAT (The file to print out the User's
                         Manual)

     Because this program is distributed as Shareware, you must not change ANY
PART of the files contained on this disk, and you MUST include all of the
above files on the disk that you are distributing.

     To start the installation program, type "INSTALL" at the DOS prompt.
When the program loads, it will ask you to enter the source drive and source
directory, the destination drive, and the destination directory.  Once you
have entered all of this information, the program will ask you whether you
want to create the destination directory.  If this directory does not exist,
answer "Y" and the installation program will create it for you.  If the
directory does exist, simply answer "N" to the question.  After you answer "Y"
or "N", the program will proceed to transfer (COPY) all of the files from the
source drive to the destination drive.  Once this is done, you may press any
key to exit the installation program.  If no errors occurred, all of the
necessary files are now on the destination drive.  To start the program from
…

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