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

PSEdit

Versión 4.2 · Gary C. Crider

Descargar 95.5 KB

Descripción

The HP Palmtop Paper Yet another hex editor that works on the HP Palmtop. We've included the CGAHELP program and a start-up batch file to make the program more readable. Use with caution: the file you destroy may be your own.

Ficha técnica

Fichero
psedit42.zip
Tamaño
95.5 KB
Formato
.zip
Año
1999
Alta en S.U.P.E.R.
1999-04-29
Ficheros dentro
10
Autor
Gary C. Crider
Ruta
anonftp/pub/psedit42.zip

Cómo instalarlo

Qué enviar al palmtop ahorras 66.2 KB

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

  • PSEDIT.EXE → A:\SOFT programa de DOS 64.0 KB
  • PSEDIT.INI → A:\_DAT configuración 7.6 KB
  • PS.BAT → A:\SOFT programa de DOS 57 B
  • CGAHLP.COM → A:\SOFT programa de DOS 8.3 KB
  • MONO.DAT → A:\_DAT configuración 800 B

No hace falta llevar al palmtop FILE_ID.DIZ, PRODUCTS.DOC, PSEDIT.DOC, PSEDIT.HST, PSEDIT.V42: son manuales, código fuente o material de apoyo. Léelos aquí y ahórrate 66.2 KB en un disco de 1 MB.

Pasos
  1. Copia PSEDIT.EXE, PS.BAT, CGAHLP.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.
  2. Copia PSEDIT.INI, MONO.DAT 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.

Instrucciones del autor
Installation ..................................... Appendix A
        Disclaimer ....................................... Appendix B
        Support .......................................... Appendix C
        Registration ..................................... Appendix D



1.0 What Is PSEDIT?

   One thing most of us learned early while working on our first PC
was that EDLIN, while useful, stank (stunk?)... was malodorous as an editor
of text files.  Soon there were hundreds of full screen text editors
available everywhere.  Even Microsoft finally came around and included EDIT
in DOS 5 to get us away from EDLIN.

   An early lesson that most who aspire to be power users learn is that not
all changes we desire to make are in text files.  Sooner or later we end
up patching an executable program, database, or strange format file that
text editors will not handle.  Enter DEBUG.  Just as EDLIN was a pain for
editing text files, DEBUG is a pain for editing binary files.  Strangely,
few people have jumped out with binary editors and some of the few I have
seen are not much better than DEBUG.

   PSEDIT is a very easy-to-use full screen editor for binary (or text)
files.  You simply type over the hex or ASCII data much as you would with
any text editor.  PSEDIT ensures that you enter hex characters (0-9 and A-F)
while you are in hex entry mode.  You will be able to see the hex and ASCII
representations at all times whether you are editing in hex or ASCII.

   Using PSEDIT is so intuitive, I don't know why I'm writing this documen-
tation or why you are reading it.  Perhaps we both like to move cautiously.

   You see a full screen of data at all times, not just a few bytes.  Paging
through the file is as easy as hitting PgUp and PgDn, you don't have to
…

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