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

Accis Dial Helper

Versión 1.0 · Gottfried Burckhardt

Descargar 77.7 KB

Descripción

Accis Dial Helper is a utility that allows you to choose from a point-and-shoot menu for choosing which phone number you want to dila in Accis4. Copyrighted freeware.

Ficha técnica

Fichero
adh10.zip
Tamaño
77.7 KB
Formato
.zip
Año
1999
Alta en S.U.P.E.R.
1999-01-05
Ficheros dentro
9
Autor
Gottfried Burckhardt
Ruta
anonftp/pub/adh10.zip

Cómo instalarlo

Qué enviar al palmtop ahorras 102.1 KB

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

  • ADH.BAT → A:\SOFT programa de DOS 347 B
  • LXB.EXE → A:\SOFT programa de DOS 36.0 KB
  • LXCIC.COM → A:\SOFT programa de DOS 2.3 KB

No hace falta llevar al palmtop ADH.LXB, README.TXT, LXB.HLP, ADH10.DOC, LXCIC.DOC, ACCISTEL.ADH: son manuales, código fuente o material de apoyo. Léelos aquí y ahórrate 102.1 KB en un disco de 1 MB.

Pasos
  1. Copia ADH.BAT, LXB.EXE, LXCIC.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.

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

There is no special installation required. Just copy the files to the
palmtop. LXB.EXE and LXB.HLP are the only files needed and must be in
the same directory. If you need some space you can delete LXB.HLP.
This will disable the help function and you can not make the sample
files. The sample batchfiles and sample lxb files are not supplied
separate. From the Help system you can create them.




New in version 3.0

- New FileDialog function. It will display a dilalog for selecting a
  file like used in the buld in applications (Save as.. and Open)
- PullDownmenu support. With the Functions PullDownClear, PullDownItem
  and PullDownUse you can create your own puldown menu's
- The IF command support number comparing with greater and bigger
  ( < and > )
- The help system code is moved to the help file. This way LXB.EXE
  will stay small even with the new functions.
- Print function is added to replace the DOS echo function. The
  Print function works faster in LXB files because command.com is not
  needed.
- MenuXY and SMenuXY function to place a menu at a possition you wish.
- CD function added. This was already possible but was handeld by
  COMMAND.COM. The new way is mutch faster.
- <drive>: function added. Changing drives is now handeld by LXBatch
  and not COMMAND.COM to make LXB files faster.
- ScrollUp and SrollDown functions are added to scroll the screen
  up and down.
- ShowIcon and ShowIconInv are added to display icon files.
- Functions for using configuration files: ReadConfig, WriteConfig,
  GetConfig, SetConfig, DelConfig, ForgetConfig.
- Reading en convert CSV lines to variable with the ReadCSV and
  ConvertCSV functions.
- Making loops for reading directories with ForFile, ForDir and Next
- Bugs removed:
…

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