Technote
Descripción
TITLE: Technical Paper: Lotus Agenda Release 2.0 LAST UPDATE: 06/30/95 Lotus Agenda is a personal information manager that lets you collect, organise, and work with textual information quickly and efficiently. An Agenda database can help you manage ideas, tasks, people, projects, plans, and goals. It is designed to suit your way of working. Agenda Building Blocks Agenda relies on three simple features that allow you to create a variety of powerful applications Items An item can be a chunk of textual information from any source. A stock quote, a book title, an observation, are all items.
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
technote.zip- Tamaño
- 7.1 KB
- Formato
- .zip
- Año
- 1998
- Ficheros dentro
- 1
- Ruta
anonftp/pub/agenda/technote.zip
Cómo instalarlo
Qué enviar al palmtop ahorras 18.1 KB
No hace falta llevar al palmtop
TECNOTE.TXT:
son manuales, código fuente o material de apoyo. Léelos aquí y ahórrate 18.1 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.
Instrucciones del autor
An Agenda 2.0 setup string must be entered in decimal format, and each segment of the code must be separated by a backslash. Using the example above, the decimal equivalent for \027(s3B is: \027\040\115\051\066 All text following the marker will be printed in bold. To turn the bold type off, another marker must be added containing a reset setup string. The setup string to reset the text is \027(s0B; the decimal equivalent of this string is: \027\040\115\048\066. For more information on special markers, refer to the Agenda 2.0 User's Guide, pages 14-21 - 14-27. Q: Is it possible for two users to access the same Agenda database from a network drive A: Agenda 2.0 uses the Lotus File Reservation system. The first user to retrieve the database by default gets full read/write access i.e.: the 'Reservation'. Subsequent users who try to retrieve the same file get the following message: Can't get reservation, OK to continue Yes/No. If you choose Yes you will then be able to view the file and make changes but you will not be able to save the file under the same name. You will also have a [READ ONLY] indicator in the status panel. If the first user doesn't need to save the file they can release the File Reservation so that other users can get it. To release the reservation:- File Maintenance Reservation. You will get the following message:- "OK to Release the Reservation Yes/No". Select Yes. Now subsequent users who do want to edit and save the database can get the reservation. To get the reservation :- File Maintenance Reservation. You will get the following message:- "OK to Get the Reservation Yes/No". Select Yes. Q: Will Agenda 2.0 run in the Windows 3.0 environment? A: Agenda 2.0 was tested in the Windows 3.0 environment using the guidelines listed below. …
Extracto literal de TECNOTE.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.