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

CLK

Versión 1.2 · Jorgen Dybdahl

Descargar 5.5 KB

Descripción

CLK is a small TSR clock showing the time, date or a timer (stopwatch) in the top right corner of the screen. the archive contains desktop, palmtop and laptop versions. the palmtop version also has a battery indicator. Copyrighted freeware.

Ficha técnica

Fichero
clkb.zip
Tamaño
5.5 KB
Formato
.zip
Año
1998
Alta en S.U.P.E.R.
1998-09-05
Ficheros dentro
5
Autor
Jorgen Dybdahl
Ruta
anonftp/pub/clkb.zip

Cómo instalarlo

Qué enviar al palmtop ahorras 5.5 KB

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

  • CLKB.COM → A:\SOFT programa de DOS 810 B
  • CLKLX.COM → A:\SOFT programa de DOS 873 B
  • CLKAPM.COM → A:\SOFT programa de DOS 882 B
  • CLKMAX.COM → A:\SOFT programa de DOS 217 B

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

Pasos
  1. Copia CLKB.COM, CLKLX.COM, CLKAPM.COM, CLKMAX.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
INSTALLATION.

To install it, just type
  clk
and press the RETURN key.


USAGE.

The ScrollLock is on the Toshiba Libretto 50 the same as Fn-F12.

If you use MODE.COM:
The "MODE CON ..." commands in autoexec.bat must be executed before CLK
as these change the keyboard interrupt vector address.

The update of the clock can be stopped by pressing Right-Shift and one
of the Ctrl keys simultaneously. The clock is restarted the same way.

To see the date, press the ALT key; the date will be displayed for two
seconds. This does not work when displaying the timer.

To start and stop the timer, press the ScrollLock key.
You can stop the timer temporarily by pressing both Right Shift + Ctrl
keys simultaneously.

You cannot uninstall the TSR (I have the code but don't really see the
need).


ALARM.

You can set an alarm after installation with for example

  clk 09:00

(it does not matter which character you type between the hours and
minutes). The time must be entered in 24 hour format and with two digits
for both hours and minutes. The colour of the clock changes to yellow
digits on a red background until the alarm goes off. The alarm will
sound for a couple of seconds and then stop automatically. You cannot
stop it yourself.

You can anytime change the alarm time by entering a new.
You can cancel the alarm by entering an hour that is larger than 24; the
colour will then change back to normal.

The clock will lose a couple a seconds every time you use the alarm.

The alarm will go off even if the clock is hidden or the timer running.


BATTERY LEVEL.

There are two versions that show the battery level: one for computers
using Advanced Power Management v1.0+ (CLKAPM.COM) and one for HP-100LX
/ HP-200LX (CLKLX.COM).

…

Extracto literal de CLKB.TXT, 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.