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

Vclock20

Descargar 25.2 KB

Descripción

VClock - Visible Clock === The version of VClock included in this package is shareware. By registering, you will receive the following benefits: * The latest version of VClock. * A registration ID which will allow you use the stopwatch and timer functions of VClock. * A printed manual. * Notification of future versions of VClock * Plus, you will be supporting future development of VClock Registration Information Please register VClock by sending a check or money order for US$15, payable in US funds to: Dorr Software Development 8778 Casa Grande Drive Pittsburgh, PA 15237-5340 USA (If this…

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
vclock20.zip
Tamaño
25.2 KB
Formato
.zip
Año
1996
Ficheros dentro
5
Ruta
anonftp/pub/vclock20.zip

Cómo instalarlo

Qué enviar al palmtop ahorras 21.4 KB

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

  • VCLOCK.EXM → A:\SOFT aplicación del System Manager 32.6 KB
  • VCLOCK.ICN → A:\SOFT icono, junto a su aplicación 200 B
  • VCLOCK.CFG → A:\_DAT configuración 1.5 KB

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

Pasos
  1. Copia VCLOCK.EXM a A:\SOFT. Es una aplicación del System Manager: regístrala en App Manager con F2 (Add), indicando la ruta completa (por ejemplo A:\SOFT\VCLOCK.EXM).
  2. El 200LX admite 8 aplicaciones EXM como máximo. Comprueba con F8 (List) en App Manager: si ves un * en la columna Status, tienes el cupo lleno y necesitarás MoreEXM.
  3. Copia VCLOCK.CFG a A:\_DAT, que es donde el 200LX busca la configuración. Ábrelo con Memo y ajústalo antes de usarlo.
  4. Si editas un fichero de configuración en el palmtop, asegúrate de dejar un salto de línea al final: hay programas que se comen la última línea sin avisar.
  5. Los .ICN son iconos: van en la misma carpeta que su aplicación.

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 japonés
---  Installing VClock  ---

---  Step 1: Load the files  ---

Copy the following files to your HP 200 (They must both be
copied to the same subdirectory):

                        vclock.exm
                        vclock.icn

Copy the following file to your HP 200, into the C:\_DAT
subdirectory:
                        vclock.cfg

This file is optional, and only needed if you want to define
custom chime sounds.

---  Step 2: Define VClock to Application Manager  ---

Open Application Manager by pressing the [&...] key. Press F2
(Add), and enter the following values:

    Name:     Visible Clock
    Path:     (drive):\(subdirectory)\vclock.exm
    Comments:

In the Path field, (drive) and (subdirectory) should be replaced
with the drive letter (a or c) and the subdirectory to which you
copied the VClock files.

Now tab to the Icon field, and the VClock icon should appear.
If it does not, press the down-arrow key until you see the
VClock icon.

Press F10 (OK).

Now press the key-combination you want to use as the hot-key for
VClock (I use Alt+APPT; if you want to use something else, the
dialog which is displayed at this point shows you what your
options are).

---  Step 3: Start VClock  ---

Back at the Application Manager screen, highlight the VClock
icon and press Enter. To end VClock, press MENU, Q.

---  Step 4: Registering VClock ----

VClock requires registration data before all of the functions
are available: an unregistered copy of VClock does not allow
selection of stopwatch or timer modes. In order to register a
copy of VClock, you must have a registration ID. Instructions
for obtaining a registration ID given at the end of this file.


---  Using VClock  ---

To start VClock once it has been installed, hold down the ALT
…

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