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

Backlite - backlight driver V2

Versión 2.1 · Stefan Peichl

Descargar 2.3 KB

Descripción

This driver lets you switch a backlight via hotkey. The backlight control line must be connected to a specific I/O pin of the palmtop's CPU. New version 2.1 introduces a new battery saving mechanism. Please read the HP 200LX backlight homepage for details. Check for a more recent version on Stefan Peichl's Homepage

Ficha técnica

Fichero
backlite.zip
Tamaño
2.3 KB
Formato
.zip
Año
2003
Alta en S.U.P.E.R.
2003-06-14
Ficheros dentro
2
Autor
Stefan Peichl
Ruta
anonftp/pub/backlite.zip

Cómo instalarlo

Qué enviar al palmtop ahorras 3.1 KB

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

  • BACKLITE.COM → A:\SOFT programa de DOS 1.3 KB

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

Pasos
  1. Copia BACKLITE.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, please visit:

          http://www.daniel-hertrich.de/backlight/


                        REVISION HISTORY

Version 2.1  -Optional Battery low check added (/B). Backlight
(28-MAR-03)   goes off if the voltage drops below 2.3V

Version 2.0  -Countdown timer added
(20-DEC-02)  -Non resident mode added
             -Screen inversion removed
             -Hotkey changed to Fn-X

Version 1.0  -First public release
(04-NOV-99)

                      HOW TO USE BACKLITE

The main purpose of BACKLITE is to enable you to control the
backlight of your palmtop by software. This is done through
pin 48 of the CPU, where the backlight receives its power from.

Just call BACKLITE from the command line without any switches
to see the Help/Status screen. It informs you about the actual
status of the backlight.

Add the line BACKLITE/L to your AUTOEXEC.BAT in order to load
the driver resident. Then use the hotkey Fn-X to toggle the
backlight on and off.

BACKLITE may be used in resident, non-resident and mixed mode.
The switches /F and /N work in resident and non-resident mode
and are useful to control the backlight from batch files or the
command line.

All other switches only affect the resident loaded driver.

                      COMMAND LINE SWITCHES

Resident and non-resident mode:

     /F   = Switch backlight off
     /N   = Switch backlight on

Resident mode only:

     /L   = Load Resident
     /U   = Unload Resident
     /B   = Battery low check
     /S   = Sound Toggle
     /0-9 = Timeout in minutes  (0 = no timeout set)


Examples:

BACKLITE/L3 :Load resident with a timeout of 3 minutes
BACKLITE/0  :Disable the timeout for the resident loaded driver
BACKLITE/S  :Disable the hotkey sound
BACKLITE/F  :Switch off the light
…

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