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

CLIPVUE

Versión 1.0 · Gilles Kohl

Descargar 5.1 KB

Descripción

ClipVue is a tiny EXM utility that allows loading and saving the 100/200LX clipboard to a file. DOS programs that normally don't have clipboard access can with this utility. Freeware.

Ficha técnica

Fichero
clipvu.zip
Tamaño
5.1 KB
Formato
.zip
Año
1994
Alta en S.U.P.E.R.
1996-11-11
Ficheros dentro
3
Autor
Gilles Kohl
Ruta
anonftp/pub/clipvu.zip

Cómo instalarlo

Qué enviar al palmtop ahorras 3.9 KB

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

  • CLIPVUE.EXM → A:\SOFT aplicación del System Manager 5.4 KB
  • CLIPVUE.ICN → A:\SOFT icono, junto a su aplicación 200 B

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

Pasos
  1. Copia CLIPVUE.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\CLIPVUE.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. 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
Installation

The following files are part of the ClipVue distribution archive:

    CLIPVUE.EXM : the program itself
    CLIPVUE.ICN : an icon for AppMgr installation
    CLIPVUE.DOC : this file


To install ClipVue, copy the above files to the palmtop using the
connectivity pack, Eric Meyers ZIP, a terminal program, KERMIT or
other suitable means.  (Refer to your documentation for instructions
on how to tranfer files to your palmtop. You may leave out
CLIPVUE.DOC and even CLIPVUE.ICN if you lack room)

Then, start AppMgr (hit the [&..] key) and press [F2] to add a new
application. For ex., if you have copied CLIPVUE.EXM to the directory
C:\UTILS\CLIPVUE, here's how you would fill out the dialog that
follows:

  Name:  ClipVue
  Path:  c:\utils\clipvue\clipvue.exm

Press return until the clipboard icon appears in the 'Icon:' field.
Now press [F10] and select the key that you want to assign to ClipVue.
(For example, ALT-MEMO). This terminates ClipVue installation.


A sample run

Launch ClipVue by either hitting its hot-key, or selecting its entry
in the AppMgr screen. ClipVue will display whatever text was in the
clipboard. If there was nothing, it will say so. Switch to PHONE, and hit
[Fn][Copy] on a Phone entry.

Switch back to ClipVue - it will display the new clipboard contents.
Now hit [F3]. ClipVue will beep twice, indicating successful loading
of the interface file. The file that gets created is
C:\_DAT\CLIPVUE.TXT. (You can verify its contents in filer)


ClipVue keys

[F1]: Displays a small help screen. ClipVue starts out in this mode.
[F2]: Saves the clipboard contents to C:\_DAT\CLIPVUE.TXT, to be read
      by a DOS application that cannot access the SysMgr clipboard.
[F3]: Loads the clipboard with the contents of C:\_DAT\CLIPVUE.TXT,
…

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