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

Pine

Versión 3.91 · University of Washington

Descargar 555.1 KB

Descripción

Pine is a classic emailer and newsreader that will work on the HP 100/200LX with Netdial/EPPPD to send and receive email (and maybe even read news). Free for non-commercial use.

Ficha técnica

Fichero
hppine.zip
Tamaño
555.1 KB
Formato
.zip
Año
1997
Alta en S.U.P.E.R.
1997-09-25
Ficheros dentro
14
Autor
University of Washington
Ruta
anonftp/pub/hppine.zip

Cómo instalarlo

Qué enviar al palmtop ahorras 226.8 KB

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

  • Wattcp.cfg → A:\_DAT configuración 857 B
  • Termin.com → A:\SOFT programa de DOS 1.4 KB
  • Pine.exe → A:\SOFT programa de DOS 1.008.5 KB
  • Pico.exe → A:\SOFT programa de DOS 136.1 KB
  • Netdial.exe → A:\SOFT programa de DOS 14.2 KB
  • Ip-up.bat → A:\SOFT programa de DOS
  • Epppd.exe → A:\SOFT programa de DOS 44.6 KB
  • email.bat → A:\SOFT programa de DOS 2.4 KB

No hace falta llevar al palmtop Readme.txt, Pine.ndx, Pine.hlp, Netdial.scr, Mailcap.sam, Install.txt: son manuales, código fuente o material de apoyo. Léelos aquí y ahórrate 226.8 KB en un disco de 1 MB.

Pasos
  1. Copia Termin.com, Pine.exe, Pico.exe, Netdial.exe 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.
  2. Copia Wattcp.cfg a A:\_DAT, que es donde el 200LX busca la configuración. Ábrelo con Memo y ajústalo antes de usarlo.
  3. Si editas un fichero de configuración en el palmtop, asegúrate de dejar un salto de línea al final: hay programas que se comen la última línea sin avisar.

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.

Necesita también 1

El manual cita estos ficheros, que están en el archivo:

Instrucciones del autor
INSTALLATION INSTRUCTIONS

If you've made it this far, then you have already picked up a copy of
PC-Pine that is appropriate for your networking software and "unzipped"
the files in a directory (probably C:\Pine) on your PC's disk drive.  In
the case of PC-Pine for Winsock, assuming you have Winsock/TCP/IP
networking software already installed, you can now use the Windows file
manager to create a new program item, or just use the "Run" option in the
program manager to start out.  For the DOS versions, there are only a few
more things you have to do to get Pine rolling:

Setting up the Networking Software

   We assume that your DOS networking software has been installed and
   configured for regular use.  If it has not, you must do that before
   using Pine.

   There are some additional steps that must be taken by users of
   packet drivers, or older verisons of FTP, Inc.'s PC/TCP. Those steps
   are explained below.

    PCs with a Packet Driver:

       A) Edit the file WATTCP.CFG in the PC-Pine distribution to set
          the PC's TCP/IP configuration.  Simply edit the file to do this.

       B) Every time Pine runs, it needs to be able to "see" the
          WATTCP.CFG file you just configured above.  To do that, you
          must add an environment variable "WATTCP.CFG" to the file
          AUTOEXEC.BAT.  Here are the step-by-step instructions:

            1) Edit the file C:\AUTOEXEC.BAT to add the following line -
                        set WATTCP.CFG=C:\PINE

            2) Save the file and reboot your computer.

          You will only have to do this packet driver specific configura-
          tion work once.

       X) ADDITIONAL NOTE: If you have a running version of NCSA telnet,
	  already installed on you PC, its "CONFIG.TEL" file can be used
…

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