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

Kennedy Calc

Versión na · John Kennedy

Descargar 126.8 KB

Descripción

The HP Palmtop Paper If you've ever wished that HP Calc could work with Complex numbers, fractions, polynomials and binary values but didn't want to write the Solver equations to make this happen then try John Kennedy's Calc program. It does this and more. Sadly there's no programmability. Freeware.

Ficha técnica

Fichero
jkcalc.zip
Tamaño
126.8 KB
Formato
.zip
Año
1994
Alta en S.U.P.E.R.
1998-12-20
Ficheros dentro
4
Autor
John Kennedy
Ruta
anonftp/pub/jkcalc.zip

Cómo instalarlo

Qué enviar al palmtop ahorras 124.7 KB

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

  • CALC.EXE → A:\SOFT programa de DOS 219.0 KB

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

Pasos
  1. Copia CALC.EXE 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
GETTING STARTED

To begin running the CALC program type the command:

                          <C> <A> <L> <C> <ENTER>


The entire screen can be considered to be divided into three distinct sections.
The very top line on the screen is what is called the Menu Bar.  The very
last line is called the Status Line.  The area of the screen between the Menu
Bar and the Status Line is called the Desktop, and it is within the Desktop
that your numbers will be displayed.  Each number is displayed in a separate
window that is surrounded by a border or what will be called the window frame.
The default configuration has 8 windows labeled as Stack T, Stack Z, Stack Y,
Stack X, Last X, Memory, Clipboard, and Status.  These windows are a working
model of a Hewlett-Packard calculator with a 4-level stack.  With a few
exceptions this model operates exactly as a normal Reverse Polish logic
calculator.  Each window can hold a number except the Status window.  The
purpose of the Status window is to display messages which report on the status
or mode of the calculator.


THE MAIN MENU BAR AND SELECTING SUBMENU ITEMS

Commands are always selected from items on the Menu Bar.  If you have a mouse
then you exercise each pull-down menu by clicking or selecting the text of the
menu titles.  If you do not have mouse you can use the ALT key together with
the highlighted letter of each menu item.  For example, pressing  Alt+M  will
cause the Mode menu item to display its list of contents.  Pressing  Alt+C
will show the items under the Calculate menu.

To further select an item under any menu (what is called a submenu item), use
the down arrow or up arrow keys to move the highlighting to the item you wish
to select and then press the ENTER key to execute the corresponding command.


…

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