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

LXGLUC.wk1 - Diabetes Data Management

Versión 1.1 · Daniel Hertrich

Descargar 44.6 KB

Descripción

LXGLUC.wk1 allows mobile diabetes data management on the palmtop. Powerful macro and menu driven worksheet with graphical data analysis and convenient usage. Check author's homepage for a more recent version.

Ficha técnica

Fichero
lxgluc.zip
Tamaño
44.6 KB
Formato
.zip
Año
2002
Alta en S.U.P.E.R.
2002-05-31
Ficheros dentro
2
Autor
Daniel Hertrich
Ruta
anonftp/pub/lxgluc.zip

Cómo instalarlo

Qué enviar al palmtop ahorras 25.1 KB

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

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

No hace falta llevar al palmtop LXGLUC.TXT: son manuales, código fuente o material de apoyo. Léelos aquí y ahórrate 25.1 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:
   Open the worksheet and first setup
   Diary data entry
   Save changes and quit (Alt-Q)
   Manual timestamp for Diary (Alt-T and Alt-P)
   Erase diary and start new one (Alt-X)
   Longterm part data entry (Alt-T and Alt-L)
   Enter the basal insulin rate (Alt-B)
   Analyze data (ALt-A)
   Show graphs (Alt-G)
   Usage of the statistical data (NEW!)

THE MACROS
   ALT-T:
   ALT-Q:
   ALT-S:
   ALT-B:
   ALT-A:
   ALT-G:
   ALT-F:
   ALT-X:
   ALT-I: (NEW!)
   ALT-O: (NEW!)

TROUBLESHOOTING
   Worksheet Ranges:
   Different Language versions:
   A cell shows ****** or data in an unusual format:
   A graph looks stange, totally wrong scaling, **** as a label...
   Any other problems or bugs?

TODO


HISTORY:

v1.0 released 05/19/02:
     First release, some functions not yet implemented,

v1.1 released 05/30/02
     * Much improved Standard Day graph (now 24 bars, each for one hour
       of the day, instead of 4 ranges, additionally amount of
       measurements (which the value is calculated from) on top of the
       bars!
     * Improved Standard week graph (amount of measurements on top of
       bar)
     * Analysis macro now writes the date of its execution into
       cell Q4 and graphs use that date in the title, so it is now
       obvious how recent the data is from which a graph is created.
     * Basal Rate graph now uses Basal Rate date in title
     * Usage guide (LXGLUC.TXT) partially rewritten. Please read it!
       (Especially advice added how to use data analysis to improve
       the therapy)
     * macro \I added to import old v1.0 data.
     * macro \O added to sort the diary
     * minor macro enhancements


DISCLAIMER:
I have written this worksheet mainly for my own usage, but I decided to
…

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