RPN Calc
Versión 2.0 · David Alexander
Descripción
The HP Palmtop Paper This is an early version of an RPN calculator with a 20-fold stack that can be saved and reloaded to and from disk. It is much like HP Calc but lacks graphs and statistics. The program is labelled "freeware" but a fee is requested.
Ficha técnica
- Fichero
calcplus.zip- Tamaño
- 35.5 KB
- Formato
- .zip
- Año
- 1985
- Alta en S.U.P.E.R.
- 1998-12-20
- Ficheros dentro
- 2
- Autor
- David Alexander
- Ruta
anonftp/pub/calcplus.zip
Cómo instalarlo
Qué enviar al palmtop ahorras 23.0 KB
Estos son los ficheros que necesitas. Puedes enviarlos desde el contenido del paquete.
-
CALCPLUS.COM→ A:\SOFT programa de DOS 47.6 KB
No hace falta llevar al palmtop
CALCPLUS.DOC:
son manuales, código fuente o material de apoyo. Léelos aquí y ahórrate 23.0 KB en un disco de 1 MB.
Pasos
- Copia CALCPLUS.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
SETUP Allows entering a set of printer commands to set the
printer. You are responsible for knowing the commands for
your printer.
The format is:
\xx\xx where xx represents the ASCII code for the
command. You are responsible for setting the printer up
with a line width consistent with the right margin.
V. File
The File menu allows you to save the memories, including the row and
colunm names and to recall a previously saved file. The files ae saved
with a .CLC extension. The menu options are:
DIR Shows the .CLC files on the active drive in the infor-
mation area on the right.
LOAD Loads a previously saved file. You will be asked to enter
the file name. Do ENOT Fenter the .CLC extension.
SAVE Saves the contents of the memories. You will be asked to
enter the file name. Do ENOT Fenter the .CLC extension.
VII. Graphs
These operations have not been implemented yet. They will be
included in Version 3.0 of CALC PLUS.
VI. Statistics
These operations have not been implemented yet. They will be
included in Version 4.0 of CALC PLUS.
NOTE: CALC PLUS is being distributed under the FREEWARE concept.
If you find this program valuable and useful, please support it
by sending $5.00 with a copy of the invoice below. This will
entitle you to a notification of the availability of versions 3.0
which will include the graphics routines and version 4.0 which
will include both the graphics and statistics routines.
INVOICE
Purchased from: Purchased by:
David L. Alexander Name:
16 Cady Lane Addr:
Wappingers Falls, NY 12590 Addr:
City:
…
Extracto literal de CALCPLUS.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.