IR-PRINT
Versión 1.0 · Thomas Rundel
Descripción
IR-PRINT is an EXM program that will allow you to print text or data from the HP 95/100/200LX to a HP 82240B "Redeye" infrared printer. Shareware.
Ficha técnica
- Fichero
irprint.zip- Tamaño
- 14.9 KB
- Formato
- .zip
- Año
- 1993
- Alta en S.U.P.E.R.
- 1997-09-25
- Ficheros dentro
- 3
- Autor
- Thomas Rundel
- Ruta
anonftp/pub/irprint.zip
Cómo instalarlo
Qué enviar al palmtop ahorras 9.2 KB
Estos son los ficheros que necesitas. Puedes enviarlos desde el contenido del paquete.
-
IRPRINT.EXM→ A:\SOFT aplicación del System Manager 18.9 KB
No hace falta llevar al palmtop
IRPRINT.CNF, IRPRINT.DOC:
son manuales, código fuente o material de apoyo. Léelos aquí y ahórrate 9.2 KB en un disco de 1 MB.
Pasos
- Copia IRPRINT.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\IRPRINT.EXM).
- 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.
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 |
Copy irprint.exm anywhere on your HP palmtop. Copy
irprint.cnf to the c:\_dat directory. On the HP 95LX,
you then have to edit apname.lst to assign a hotkey
for irprint. On the HP 100LX, launch the Application
Manager with the blue [&...] key, add an entry for
IR-Print and assign a hotkey.
You must reboot whenever you add applications or edit
apname.lst to make the changes effective.
| Using IR-Print |
First, turn on your "Redeye" printer and align the
infrared receiver of the printer with the infrared diode
on the HP palmtop.
Then copy something into the clipboard by either using
Mark and Cut/Copy on the 95LX, or Fn-Cut/Copy or
SmartClip on the 100LX. Press the hotkey you have assigned
to IR-Print, and then F4 to print the contents of the
clipboard.
This was the quick start. Now let's have a closer look at
the Menus and function keys.
[Menu] brings up a menu at the top of the display with
several options. You can choose by either moving
the highlight to the desired option and pressing
[Enter], or by pressing the first letter of the
desired option.
■ File - displays a file list where you can pick a
file which is then immediately printed.
See "Configuring IR-Print" on how to set
up a default directory and file mask.
■ About - displays copyright information.
■ Quit - exits from IR-Print. You can also use the
[F10], [Esc] or [Q] key to exit when the
main display is shown and no print is in
progress.
[F1] displays a short help screen where the most important
functions are described briefly.
[F2] toggles between formatting options. Three options
are available:
…
Extracto literal de IRPRINT.DOC, tal cual venía en el paquete.
Contenido del 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
- Conecta el cable serie entre el palmtop y el ordenador.
- Abre Data Comm y ve a Menu → Connect → Settings. Ajusta: 9600 baudios, 8 bits de datos, paridad None, 1 bit de parada.
- Vuelve al menú y entra en Menu → File → Receive, con el protocolo Zmodem. El palmtop se queda esperando: déjalo así.
En el ordenador
- Usa Chrome (o Edge / Opera). Firefox y Safari no pueden abrir el puerto serie, y ningún navegador móvil tampoco.
- Averigua cuál es tu puerto: si no lo tienes claro, despliega la ayuda de aquí abajo.
- 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/ttyS0…ttyS31 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).
macOS — ls /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.
Tu navegador no puede hablar con el puerto serie. El envío directo usa la Web Serial API, que solo existe en Chrome, Edge y Opera de escritorio — no en Firefox, Safari ni en ningún navegador móvil.
Descarga el fichero con el botón de arriba y pásalo al palmtop con tu método habitual.