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

Graphics Workshop

Versión 6.1v · Alchemy Mindworks

Descargar 339.6 KB

Descripción

The HP Palmtop Paper If you work with graphics on a DOS computer you need Graphics Workshop for DOS. It will convert almost any graphic format to another format and even create standalone .EXE files to display a graphic image. This is the last known version to work on the Palmtop. Unlike later versions which need a '286 processor, this version supports GIF and TIFF files. On the Palmtop you only need GWS.EXE, GSW.RES and GWSHLP.RES. Shareware.

Ficha técnica

Fichero
gws61v.zip
Tamaño
339.6 KB
Formato
.zip
Año
1993
Alta en S.U.P.E.R.
1998-12-20
Ficheros dentro
14
Autor
Alchemy Mindworks
Ruta
anonftp/pub/gws61v.zip

Cómo instalarlo

Qué enviar al palmtop ahorras 788.6 KB

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

  • GWS.EXE → A:\SOFT programa de DOS 188.0 KB
  • GWSINSTL.EXE → A:\SOFT programa de DOS 40.1 KB
  • VGACARD.COM → A:\SOFT programa de DOS 3.9 KB

No hace falta llevar al palmtop GWS.DOC, GWSDRV.RES, GWSPDR.RES, GWS.RES, EXAMPLE2.GIF, EXAMPLE3.GIF, GWSSCN.RES, ORDER.FRM y 3 más: son manuales, código fuente o material de apoyo. Léelos aquí y ahórrate 788.6 KB en un disco de 1 MB.

Pasos
  1. Copia GWS.EXE, GWSINSTL.EXE, VGACARD.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.

Necesita también 1

El manual cita estos ficheros, que están en el archivo:

Instrucciones del autor
when you install it. See the section on installation.

In addition to the three foregoing types of extra memory,
Graphic Workshop can be configured to use "extended or virtual" or
"expanded or virtual" memory. If one of these options is chosen,
Graphic Workshop will attempt to allocate a buffer from extended
or expanded memory if it can't do so with DOS memory. If it's
unable to allocate a buffer in extra memory, it will switch to
virtual memory and see if its luck improves. If there's no room
for a virtual memory buffer, it will give up and return an error
saying that it can't allocate memory.

By default, Graphic Workshop configured to use virtual memory
will use the current drive and directory to write its temporary
files. You can change this by adding a line to your environment
with the SET command such as:

        TEMP=H:\

In this case, any virtual memory temporary files which
Graphic Workshop wants to create will be written to the root
of drive H:. If you have a RAM disk, you should use the TEMP
environment variable to tell Graphic Workshop to use it for virtual memory
operations, as this will speed things up considerably.

Graphic Workshop can run in restricted memory, such as that
which is found on a really old PC or when running "shelled out"
of another program. However, it can do nasty things when it's
really starved for memory. Some virtual memory operations will
not work in this condition, and if it's really stuck for RAM...
if there's only a few tens of kilobytes free... it may manage to
crash. Try not to run it when there's almost no room left for it
to store things. The help menu will tell you how much memory is
free.

Graphic Workshop frequently swaps blocks of code and data in and
out of memory. In addition to the memory required for your
…

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