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

Y-F(X) Calculator

Versión 1 · John Kennedy

Descargar 110.1 KB

Descripción

The HP Palmtop Paper YFUNX - a program for graphing and analyzing functions in rectangular form,

Ficha técnica

Fichero
jkyfunx.zip
Tamaño
110.1 KB
Formato
.zip
Año
1994
Alta en S.U.P.E.R.
1999-10-26
Ficheros dentro
3
Autor
John Kennedy
Ruta
anonftp/pub/jkyfunx.zip

Cómo instalarlo

Qué enviar al palmtop ahorras 69.0 KB

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

  • YFUNX.EXE → A:\SOFT programa de DOS 213.5 KB

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

Pasos
  1. Copia YFUNX.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 YFUNX program type the command:

                          <Y> <F> <U> <N> <X> <ENTER>



A FIRST EXAMPLE

You can't perform any really useful operations (except reading the Main Menu
help screens) without first keying in a function.  So perform the first menu
item by pressing

to key in a new function.  An edit box will appear on the screen into which
you are to type your mathematical formula.  The first example function we will
enter is the straight line  Y = 2X + 3.  The asterisk character * is used to
to indicate multiplication.  Note that you do not type in the Y = part of the
formula since this program knows Y is a function of X.  Type

                          <2> <*> <X> <+> <3> <ENTER>

After pressing ENTER a brief message should appear indicating your function
formula has been accepted and the new formula should now appear at the top of
the Main Menu display screen.

                                "f(X) = 2*X+3".

We will now go the Graph Menu by pressing key


You should see a new menu labeled as the "Graph Menu".  Press key


a second time and you should see the graph of a line with slope 2 and
y-intercept 3.  It is normal for the program to sound a short beep to indicate
it is finished making a graph.  After admiring the graph press either

                                <ESC> or <ENTER>

and you should return back to the Graph Menu.  Entering and graphing most
functions is about as simple as this first example.  To return to the Main
Menu from the Graph Menu press

                                <ESC> or <ENTER>

a second time.



A SECOND EXAMPLE

For our second example we are going to enter the function  Y = 2*SIN(X).
Press key


to begin entering a new function.  Type in the following formula in the
dialog box.
…

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