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

TYME

Versión 1.0 · Dennis Bell

Descargar 50.7 KB

Descripción

TYME is a billing management system for use by any professional consultants who track their time in small increments spread over many clients or cases. Shareware.

Ficha técnica

Fichero
tyme10.zip
Tamaño
50.7 KB
Formato
.zip
Año
1997
Alta en S.U.P.E.R.
1997-08-18
Ficheros dentro
6
Autor
Dennis Bell
Ruta
anonftp/pub/tyme10.zip

Cómo instalarlo

Qué enviar al palmtop ahorras 55.1 KB

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

  • TYME.COM → A:\SOFT programa de DOS 63.5 KB

No hace falta llevar al palmtop TYME.HLP, TYME.DOC, TIMELBL.XXX, TIMECLI.XXX, README.TXT: son manuales, código fuente o material de apoyo. Léelos aquí y ahórrate 55.1 KB en un disco de 1 MB.

Pasos
  1. Copia TYME.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
The setup screen allows you to change the initials of the user, thereby        ä
getting access to another set of time data.  Usually you will only use the     ä
default initials, but this is not required.  Use this screen to change them.   ä
It is useful to know that these initials are the file extension for all of     ä
a user's data files, including the client file (TIMECLI) and billing code file ä
(TIMELBL).  At the very least, you must have each of these two files with      ä
the proper initials for every user (dataset).  The program will die unless     ä
the TIMECLI.XXX and TIMELBL.XXX exist.                                         ä
The setup screen also allows you to make changes to the default date.  This is ä
the date where you will start entering data on the timetable function.         ä
Changing this is required only if you wish to add some time data to a month    ä
other than the current one.  But it may be convenient to change the date for   ä
other reasons.  After you have specified the desired date, you automatically   ä
return to the MAIN MENU.                                                       ä
The BANNER function will display the Banner Screen (briefly).                  à
This module calls a Phone list program which is not included in the demo.      å
This is the normal way to terminate the program and return to the DOS prompt.  ç
You should always quit the program using the EXIT command, because there are   ç
some files which may be corrupted if, for instance you were to re-boot the     ç
computer while the program is still running.  Normally, if the program is just ç
sitting there, the worst that could happen is that the data since your last    ç
EXIT is lost, but the best practice is to use the EXIT command.                ç
…

Extracto literal de TYME.HLP, 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.