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

Currency Converter - German version

Versión (15 KB) added 06/14/2003 (Calculator) Version 1.20DE · Bernd

Descargar 15.6 KB

Descripción

This is a very clever combination of an HP system macro and a Lotus spreadsheet to perform automatic daily updates of the currency exchange rates you have chosen. Requires a free subscription to a third party service that mails daily updates. Version 1.20 adds the date in the update and can handle commas as a decimal sperator. This is a version for German palmtops. Copyrighted freeware.

Ficha técnica

Fichero
currenge.zip
Tamaño
15.6 KB
Formato
.zip
Año
2003
Alta en S.U.P.E.R.
2003-06-14
Ficheros dentro
8
Autor
Bernd
Ruta
anonftp/pub/currenge.zip

Cómo instalarlo

Qué enviar al palmtop ahorras 35.0 KB

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

  • CURRUPDT.WK1 → A:\HOJAS hoja de Lotus 1-2-3 3.5 KB

No hace falta llevar al palmtop CURTRANS.TXT, SCRN0002.PCX, SCRN0001.PCX, SCRN0000.PCX, CURR.TXT, CURRUPDT.MAC, README.DOC: son manuales, código fuente o material de apoyo. Léelos aquí y ahórrate 35.0 KB en un disco de 1 MB.

Pasos
  1. 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
Installation:
Copy the 2 files CURRUPDT.WK1 and CURR.TXT to your default Lotus directory
(C:\_DAT if you haven't changed it).
As this macro uses Lotus 123, make sure that no other spreadsheet is loaded
in Lotus at this time.

Copy the file CURRUPDT.MAC to your default macro directory (C:\_DAT if you
haven't changed it).

From SYSMANAGER type CTRL-M to open the System Macro application.

Load the CURRUPDT.MAC macro file (Menu File Open).

Execute the first macro (FN+F1).
You should allow for about 2.5 minutes for the whole macro to execute. It has
to copy back and forth between HpCalc and Lotus a total of 42 times so do not
worry about the screen blinking in an apparently endless loop. After 5
minutes, yes, you should start to worry ;-)

Please note that you should execute this first macro only once, you can clear
it thereafter. All future uses will only require the execution of the second
macro (FN+F2) !!! Please see Customisation paragraph below.

Go to the HPCalc application and enjoy.

Customisation:
In the HPCalc, you can replace any of the pre-set currencies with your
preferred one, simply by changing its name (Calc,F2,F2). Just ensure that
the first 3 characters of the currency name corresponds to the 3 letter ISO
code (you can look it up in the CURR.TXT file). You can append to the first
3 characters whatever meaningfull description you want e.g. "JPY Japan Yen"
up to a total of 14 characters which is the limit of names length in HPCalc.

You can then press FN+F2 (not FN+F1) to have all exchange rates updated
again and corresponding to the new currency names you have chosen.

If an exchange rate corresponding to a currency appears as zero or blank it
means that its ISO code was not recognized by the macro. It was either not
…

Extracto literal de README.DOC, 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.