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

INT5fh

Versión 1.0 · Harry Konstas

Descargar 11.0 KB

Descripción

INT5fh is a small TSR that enables most PAL written applications for the HP 100/200LX palmtops to be used on your desktop. It does this by emulating the graphics of the HP palmtop. Freeware. Try also Palrun !

Ficha técnica

Fichero
int5f10.zip
Tamaño
11.0 KB
Formato
.zip
Año
1996
Alta en S.U.P.E.R.
1997-01-27
Ficheros dentro
2
Autor
Harry Konstas
Ruta
anonftp/pub/int5f10.zip

Cómo instalarlo

Qué enviar al palmtop ahorras 4.1 KB

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

  • INT5F.COM → A:\SOFT programa de DOS 8.7 KB

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

Pasos
  1. Copia INT5F.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
/v = Install in VGA mode.
   /c = Install in CGA mode (default).
   /r = Install in reverse VGA mode.
   /i = Install in inverse CGA mode.
   /u = Uninstall INT5F driver from memory.


INT5f /v launces INT5f in VGA mode. Some PAL applications now
auto-detect this mode and use the display accordingly. The
/r and /i switches are used to invert the display output
(black on white background instead of white on black).

Future releases of INT5F will have the ability to load
external FCL fonts (using Gilles kohl's famous font loader
for the HP palmtops) or .HFN font files.

A word of CAUTION: There maybe some PAL applications which
are using special 'hardware' calls on the palmtop. Such
applications may lock-up your system. Typical PAL applications
such as HV, DBView & PalEdit are using only the palmtop's
graphics calls, and are safe to use with INT5f on your
desktop.



ACCESSING PAL APPLICATION MENUS:

This really depends on the author of the PAL application.
Currently, most PAL applications use CTRL-M, or ALT-F10 to
activate the menus from the desktop.



Programmer's corner:

INT5F is a TSR emulating the INT5fh services of the palmtop,
on the desktop. In this version, it takes up about 20k of
RAM. Most of the memory is used by the 3 font bitmaps.

All INT5f calls are supported except video mode 0x20
(HP95LX). See GRAPH.DOC in the HP Developer's package
for more information.

 * The 3 HFN fonts that are included in this archive are
   not the original HP200LX fonts - I have created a new
   set by modifying the original fonts.


DISCLAIMER:

I release INT5f as freeware. You may give away copies
or bundle the INT5F.COM file with a commercial, shareware
or freeware package.  You are not obligated to include
this readme file - the program is pretty much self-explanatory.

…

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