Haber
Descripción
An Introduction to UBASIC (Written for version 8.84) by Seymour Haber (Copyright 1996) Contents: Lesson 1: How to escape from bad situations. Starting UBASIC. Writing a program. Displaying, running, and printing a program. Saving a program (to disk) and loading (from disk). Some editing of programs. Precision of numbers in UBASIC. Point. Immediate mode. Lesson 2: Input. Function subprograms. For-next Loops. If-then- else-endif. Print using. Graphics: screen, view, window, pset, line, colors. Some more editing. Lesson 3: Subroutines. Local variables. While-wend loops. Function-name variables.
Descripción extraída automáticamente de la documentación incluida en el paquete: esta entrada no figuraba en el catálogo original.
Ficha técnica
- Fichero
HABER.ZIP- Tamaño
- 30.4 KB
- Formato
- .zip
- Año
- 1997
- Ficheros dentro
- 1
- Ruta
anonftp/pub/HABER.ZIP
Cómo instalarlo
Qué enviar al palmtop ahorras 88.0 KB
No hace falta llevar al palmtop
haber.txt:
son manuales, código fuente o material de apoyo. Léelos aquí y ahórrate 88.0 KB en un disco de 1 MB.
Pasos
- 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 2
El manual cita estos ficheros, que están en el archivo:
Instrucciones del autor
Installing UBASIC on your computer: UBASIC is often distributed on a
floppy disk and I shall suppose that you have it in that form. The disk
contains a number of files whose names end with ".ZIP". Those are "archive"
files and each one contains a set of files of various sorts, compressed. There
is also a file named UNZIP.EXE (or PKUNZIP.EXE) that extracts and
decompresses the contents of .ZIP files. The archive files on the disk that I
have are UBIBM884.ZIP, UBHELP.ZIP, UBIAPL94.ZIP, UBI874GR.ZIP, and some others.
UBIBM884.ZIP contains most of the UBASIC working environment - the interpreter,
editor, etc. A few other files that UBASIC needs - UBCONST7.DAT, UBH.UB,
UBH.BAT, UB.MAC, MAKEUBB.BAT, UBHELP.DOC and UBHELP.COM - are in UBIAPL94.ZIP.
UBI874GR.ZIP contains various graphics programs written in UBASIC, including
PLOT3D.UB which is a useful plotter of functions of 2 variables. Most of
UBIAPL94.ZIP and all of UBIAPL95.ZIP, PPMPX.ZIP, UBMALM.ZIP and UBPPMPQS.ZIP
consist of UBASIC programs, mostly number-theoretical. For a minimal
installation you need only decompress UBIBM884.ZIP, UBHELP.ZIP and UBIAPL94.ZIP
- which also contain some text files (particularly READMEUB.884 and
UBHELP.XXX) that give you information about UBASIC.
To install UBASIC on your hard disk, first set up a directory in which
it is to reside. I'll take this directory to be \UB884, but you may use any
name you wish (that is acceptable to DOS). Copy UNZIP.EXE and UBIBM884.ZIP
into that directory, from your floppy, and any other .ZIP files that you wish.
Then, at the DOS command prompt, type in
unzip ubibm884
(ending by pressing the Enter key). The 3 files in UBIBM884.ZIP will be
…
Extracto literal de haber.txt, 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.