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

Unique way to use Software Carousel

Versión 1 · Dr. Max Maizels

Descargar 2.6 KB

Descripción

The HP Palmtop Paper Dr. Maizel's semi-secret prescription for using the built-in apps along with Software Carousel. Mentioned in Quick Tips for PTP July/August, 1999.

Ficha técnica

Fichero
maizels.zip
Tamaño
2.6 KB
Formato
.zip
Año
1999
Alta en S.U.P.E.R.
1999-07-12
Ficheros dentro
1
Autor
Dr. Max Maizels
Ruta
anonftp/pub/maizels.zip

Cómo instalarlo

Qué enviar al palmtop ahorras 6.0 KB

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

Pasos
  1. Este paquete no trae ejecutables reconocibles. Descárgalo y mira su contenido: puede ser documentación, código fuente o material de apoyo.

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
Step D. Setup work characteristics in sc config file
		open sc config and go to:
        work area characteristics
        work area start up command
        c:\sc1.com {remember to enter the carriage return}
        from the sc config menu modify the start up carousel
        options control to
indicate that sc carousel would automatically start some work
areas
indicate work area auto-start sequence to be "1"


TIPS

IMPORTANT, GOING BACK AND FORTH BETWEEN SESSIONS WILL NOT
WORK AND RESULT IN CORRUPT FILES UNLESS YOU USE THE VERSION
OF CAROUSEL.PGM VER 7.07 AVAILABLE ON REQUEST FROM THADDEUS
COMPUTING TO REGISTERED USERS OF SOFTWARE CAROUSEL.

Tor some reason the SC1.COM files only do the start up on the
first opening of the sessions.  if you close the session and
then open the session, you have to use the system macros to
open the applications, or you could click on the appropriate
.COM file from FILER (be careful that you are in the session
that your are "clicking" on)

When making the system macro file to open the various
applications, do not use the "hot keys" to start them (ie.
don't use "b" to start database...rather do as follows:

 Use f6 to get the "key" while in macros & to bring up the
 icon screen fn+home to get to the "top left corner of the
 screen"  NOW...use the use the arrows to "scroll over to the
 application you want to start enter to get into the
 application f9 to enter the name of the application to open
 <type in the file name with complete path> enter f10 to save

REMEMBER TO  save the "modified" macro file.

This process works more slowly when using "a:"  as the main drive

Non carousel users should be able to take advantage of this
utility instead of starting the system manager with "200" in
…

Extracto literal de MAIZZELS.TXT, 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.