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

Editor

Versión 2.6 · Jack Bellamy

Descargar 138.3 KB

Descripción

The HP Palmtop Paper BIG and BIBMONO were originally designed for visually challenged people to let them read text on the screen of their computer. They turn out to be somewhat useful on the Palmtop and will outzoom ZOOM for DOS only text programs. Shareware.

Ficha técnica

Fichero
big26.zip
Tamaño
138.3 KB
Formato
.zip
Año
1989
Alta en S.U.P.E.R.
1998-12-20
Ficheros dentro
5
Autor
Jack Bellamy
Ruta
anonftp/pub/big26.zip

Cómo instalarlo

Qué enviar al palmtop ahorras 35.7 KB

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

  • TYPER.EXE → A:\SOFT programa de DOS 72.1 KB
  • BIGMONO.EXE → A:\SOFT programa de DOS 51.8 KB
  • BIG.EXE → A:\SOFT programa de DOS 76.8 KB

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

Pasos
  1. Copia TYPER.EXE, BIGMONO.EXE, BIG.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
x" to install BIGMONO, where x is the delay in milliseconds.  The
parameter x can be any positive integer.

ACTIVE KEYS

When BIGMONO has been activated by hitting the hot keys, only the
keys on the keypad, the tab key, and the ESC key are activated.
The active key combinations are as follows:

ESC:  This key leaves the scan mode, reactivates the key board,
and returns you to the DOS prompt or application.

[NOTE: In moving through a document with the cursor keys, think
of the keys as they relate to how you would move your eyes, NOT
how the words would move.]

LEFT ARROW: This key scrolls the scan window to the left toward
the start of the row. If you try to go beyond the start of the
row, a tone will sound and the scan window will move no further.

RIGHT ARROW: This key scrolls the scan window to the right toward
the end of the row.  When you reach the end of the row, a tone
will sound and the last eight characters will be displayed. If
you try to go beyond the end of the row, a tone will sound and
the scan window will move to the beginning of the next row.  If
you are on the bottom row, however, you will be returned to DOS
or your application if you try to scan past the end of the line.

LEFT (OR SHIFTED-)TAB:  This is the same as the left arrow except
that the movement is eight characters to the left.  If you
attempt to go beyond the beginning of the line, a tone will sound
and the scan window will move no further.

RIGHT (OR UNSHIFTED-)TAB:  This is the same as the right arrow
except that the movement is eight characters to the right.  If
you attempt to tab past the end of the line, a tone will sound
and the scan window will move to the beginning of the next line.
If you attempt to scan past the end of the last row, however,
…

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