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

Stereo Shell

Versión 4.10 · M.R.E. Software

Descargar 105.5 KB

Descripción

Stereo Shell is a powerful, but simple to use file mangement utility for the HP 100/200LX. Has file launching, hot keys, automatic handling of 8 different types of compressed files. Shareware.

Ficha técnica

Fichero
sts_410.zip
Tamaño
105.5 KB
Formato
.zip
Año
1993
Alta en S.U.P.E.R.
1997-09-15
Ficheros dentro
12
Autor
M.R.E. Software
Ruta
anonftp/pub/sts_410.zip

Cómo instalarlo

Qué enviar al palmtop ahorras 211.9 KB

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

  • STS.EXE → A:\SOFT programa de DOS 30.0 KB
  • STSET410.EXE → A:\SOFT programa de DOS 11.6 KB

No hace falta llevar al palmtop README.1ST, ORDER.DOC, STS.DOC, VENDOR.DOC, STS.HLP, ASP_NOTE.TXT, CHANGES.TXT, MRE_INFO.TXT y 2 más: son manuales, código fuente o material de apoyo. Léelos aquí y ahórrate 211.9 KB en un disco de 1 MB.

Pasos
  1. Copia STS.EXE, STSET410.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
setup program is named STSET401.EXE.  IN ORDER FOR STEREO SHELL TO
        FIND AND EXECUTE THE SETUP PROGRAM, IT MUST EXIST SOMEWHERE IN THE
        USER DEFINED DOS PATH.

        >> Sec. 1.3            RUNNING StS THE FIRST TIME

             It is strongly suggested that the user create a sub-directory
        named STEREO and copy all of the files associated with StS into
        that sub-directory.  If there is space on the C: drive for this
        sub-directory that is the recommended place for it.  StS uses an
        integrated external setup program (see above) that must reside in
        the DOS path so it is also suggested that the user edit the path
        statement in the AUTOEXEC.BAT file to include the STEREO sub-
        directory.  If you have no path statement, then add the following
        line to your AUTOEXEC.BAT file.   PATH=C:\STEREO\

             To execute StS, just type in STS at the DOS prompt like you
        would any other program.  StS is not resident or special with respect
        to general operation with one exception.  StS expects to find the
        COMSPEC environment string defined.  In 99% of all cases MS-DOS has
        already done this job for you so no action is required by the user.
        In the event that StS does not find this string, it will report the
        error.  If this happens, then simply add this statement to your
        AUTOEXEC.BAT file.   SET COMSPEC = C:\COMMAND.COM   If you are not
        running a hard disk, you should adjust the drive letter as required.

             When executed, the StS screen will appear on your display, in
        living black and white.  The system defaults are set to direct
        screen writes which allow the program to operate on any type of
…

Extracto literal de README.1ST, 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.