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

Lxstat94

Stefan Peichl

Descargar 51.9 KB

Descripción

LXSTAT Version 1.94 >> LXSTAT is a command-line oriented program that prints lots of information you may or may not like to know about your HP200LX/100LX/95LX(?) palmtop PC. LXSTAT also SETS most of the system states it is able to display. LXSTAT is FREEWARE and is available at: ftp://eddie.mit.edu/pub/hp95lx/NEW/lxstat* http://wisdom.lakecumberland.com/~jorgen/ LXSTAT is not designed for use within the System Manager.

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
lxstat94.zip
Tamaño
51.9 KB
Formato
.zip
Año
1996
Ficheros dentro
7
Autor
Stefan Peichl
Ruta
jorgen/lxstat94.zip

Cómo instalarlo

Qué enviar al palmtop ahorras 40.0 KB

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

  • lxlite.com → A:\SOFT programa de DOS 13.2 KB
  • lxstat.com → A:\SOFT programa de DOS 21.9 KB

No hace falta llevar al palmtop 00readme.1st, lxstat85.asc, lxstat85.b5, whatsnew.189, whatsnew.194: son manuales, código fuente o material de apoyo. Léelos aquí y ahórrate 40.0 KB en un disco de 1 MB.

Pasos
  1. Copia lxlite.com, lxstat.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
The installation is completed by simply copying the executable
file LXSTAT.COM into any directory specified in your PATH.

The most important states you might like to check frequently
are selectively displayed when LXSTAT is invoked without any
option and argument.

More detailed information is printed if an unix-style switch
-v (verbose) is used, i.e.

	LXSTAT -v

A SYNTAX ERROR triggers the output of a GENERAL DESCRIPTION
of PROGRAM USAGE. e.g.

	LXSTAT -x

The option -h or the argument H[elp] triggers output of a
LIST OF EXAMPLES. That is

	LXSTAT Help

Since there are more than one screenful of lines to be printed
to the screen, they are sorted non-exclusively under four main
categories: "Display", "Serial", "Power" and "Extra".

That is to say, by typing the following four lines, ALL
available information is covered:

	LXSTAT D[isplay]
	LXSTAT S[erial]
	LXSTAT P[ower]
	LXSTAT E[xtra]

Note that all arguments and options used in LXSTAT are CASE
IRRELEVANT and only the FIRST LETTER is needed to distinguish
among different arguments.

With "D[isplay]", all display/screen/video status are printed.

With "S[erial]", all information concerning current states of
the serial port are printed.

With "P[ower]", all information relevant to power management
are shown.

E[xtra] information that are difficult to be sorted under the
above three categories will be displayed if "E[xtra] is given
as argument. The letter 'x' may be used instead of 'e'.

There are more other arguments defined to constraint the
information being inquired. A list of examples will be
printed to the screen by using the argument "Help". I.e.

	LXSTAT H[elp]

or

	LXSTAT -h


Sample output of LXSTAT are included here:


>LXSTAT Display

Cursor Tracking  enabled (+c)
[Menu]+[Arrow]   enabled (+k)
…

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