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

LXSHIFT

Versión 1.01 · Eric Meyer

Descargar 4.0 KB

Descripción

LXSHIFT is a tiny TSR designed to make the use of Shift, Ctrl, Alt and Fn-key combinations easier on the HP 100/200LX. Copyrighted freeware.

Ficha técnica

Fichero
lxshift.zip
Tamaño
4.0 KB
Formato
.zip
Año
1996
Alta en S.U.P.E.R.
1997-01-29
Ficheros dentro
2
Autor
Eric Meyer
Ruta
anonftp/pub/lxshift.zip

Cómo instalarlo

Qué enviar al palmtop ahorras 6.7 KB

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

  • LXSHIFT.COM → A:\SOFT programa de DOS 846 B

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

Pasos
  1. Copia LXSHIFT.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
To install it permanently, put LXSHIFT.COM in some
directory "C:\DIR" on your DOS PATH, and add the command
"C:\DIR\LXSHIFT" to your AUTOEXEC.BAT, before SysMgr
($SYSMGR/100/200).  If you don't have an AUTOEXEC.BAT on drive
C: already, copy it and CONFIG.SYS from drive D: first.  To
uninstall, remove that line from AUTOEXEC.BAT and reboot.
     (Note: if for some reason you want to install LXSHIFT
initially in the suspended state, you can do this with the
command "LXSHIFT OFF".)

     Once installed, LXSHIFT's operation can be suspended in
the event that it interferes with other software or is no
longer desired; it is not necessary to attempt to remove the
TSR.  Just use these commands at any DOS prompt (this does not
require unloading SysMgr):

              LXSHIFT      - report current status
              LXSHIFT OFF  - suspend operation
              LXSHIFT ON   - resume operation


                     STICKY Ctrl/Alt KEYS

     Once LXSHIFT is installed, if this feature is enabled,
the [Ctrl] and [Alt] keys become "sticky".  Tapping them alone
engages the state for the next keypress; tapping them again
cancels the state, and produces a click sound to confirm this.
(Note: it is normal to hear this click occasionally when you
turn your LX off as well.)
     Unlike the built-in sticky feature for Shift and Fn, no
visible annunciator for Ctrl or Alt states is provided on the
display.
     Note that the sticky Alt feature does not apply to
entering IBM graphics using the "numeric keypad" feature: you
must still hold down Alt along with Menu while you press the
digit keys.
     Note also that any other software which attempts to
detect the tapping of the Ctrl or Alt key alone will be
intercepting the same keyboard interrupt that LXSHIFT does,
…

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