XXXPERT
Versión 2.4 · Stephen Thurber
Descripción
The HP Palmtop Paper Artificial Intelligence:yet another expert system development environment. Shareware.
Ficha técnica
- Fichero
xxxpr2.zip- Tamaño
- 100.4 KB
- Formato
- .zip
- Año
- 1990
- Alta en S.U.P.E.R.
- 1999-10-13
- Ficheros dentro
- 28
- Autor
- Stephen Thurber
- Ruta
anonftp/pub/xxxpr2.zip
Cómo instalarlo
Qué enviar al palmtop ahorras 65.7 KB
Estos son los ficheros que necesitas. Puedes enviarlos desde el contenido del paquete.
-
CONSULT.COM→ A:\SOFT programa de DOS 63.5 KB -
MINICON.COM→ A:\SOFT programa de DOS 23.0 KB -
XXXPERT.COM→ A:\SOFT programa de DOS 63.5 KB -
TELEV.WKS→ A:\HOJAS hoja de Lotus 1-2-3 822 B -
PAPER.WKS→ A:\HOJAS hoja de Lotus 1-2-3 817 B -
RADIO.WKS→ A:\HOJAS hoja de Lotus 1-2-3 817 B
No hace falta llevar al palmtop
SALES.DBF, CHEESE.R, RADIO.R, CAR.R, TV.R, PAPER.R, CHEESE.A, CAR.A y 14 más:
son manuales, código fuente o material de apoyo. Léelos aquí y ahórrate 65.7 KB en un disco de 1 MB.
Pasos
- Copia CONSULT.COM, MINICON.COM, XXXPERT.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.
- Las hojas .WK1 no se instalan: se abren desde Lotus 1-2-3 con Menu → File → Retrieve.
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
INSTALLING XXXPERT
XXXPERT should be installed on a diskette along with a copy
of your DOS system. The easiest way to do this is: 1:
Insert your DOS diskette in drive A. 2: Insure that A is
the default drive. 3: Insert a new floppy disk in drive B.
4: type: format b:/s 5: press return. 6: Insert the XXXPERT
distribution disk in drive A. 7: type: copy a:*.* b: 8:
press return.
The new disk will then be ready to use as your expert system
disk. Alternatively, XXXPERT may be installed on your hard
disk.
DEVELOPING RULES
XXXPERT is a rule-driven system. Rules are simply
statements of logic that you wish to have applied to the
area of expertise your rules are to address. These
statements are written in English and ab- breviations
thereof. The first rule statement in a rules file must be
on a line by itself (and on the first line of the file).
This statement must specify the name of the goal for the
consultations to be performed with the set of accompanying
rules. In the CAR rulebase the goal is PROBLEM since the
purpose of the CAR consultation is to deter- mine the
problem with the car. The goal in a rule file is always an
identifier (a fieldname or variable) to name the object of
the consultation process. XXXPERT will use all the
subsequent rule statements to seek a value for the goal.
Each rule statement after the first must be of the following
general form: IF ==== EQ ---- AND ==== EQ ---THEN ==== EQ
…
Extracto literal de XXXPERT.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.