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

VDE2RTF

Versión 1.31 · Pavel Zampach

Descargar 10.1 KB

Descripción

from http://www.volny.cz/zampach/hplx program is intended for conversion of text written in VDE editor (mode /D) to RTF

Ficha técnica

Fichero
vde2rtf.zip
Tamaño
10.1 KB
Formato
.zip
Año
2004
Alta en S.U.P.E.R.
2005-12-12
Ficheros dentro
10
Autor
Pavel Zampach
Ruta
anonftp/pub/vde2rtf.zip

Cómo instalarlo

Qué enviar al palmtop ahorras 11.2 KB

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

  • VDE2RTF.EXE → A:\SOFT programa de DOS 7.3 KB

No hace falta llevar al palmtop LAT_1250.2PT, null.2pt, readme.txt, test.txt, VDE2RTFH.TX1, Vde2rtfh.tx2, VDE2RTF.PAS, TRLATE.PAS y 1 más: son manuales, código fuente o material de apoyo. Léelos aquí y ahórrate 11.2 KB en un disco de 1 MB.

Pasos
  1. Copia VDE2RTF.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.

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
Copy files VDE2RTF.EXE and VDE2RTFH.TXT into the same directory


Syntax
VDE2RTF infile outfile [table]


Converted marks
  Toggles
Boldface (^PB)
Doublestrike (^PD) (emulated by insertion of non-breaking spaces)
Underline (^PS)
Italics (^PY)
Superscript (^PT)
Subscript (^PV)
User defined toggle (^PU)
Strikeout (^PX)

  Switches
User defined switch 1 (^PQ)
User defined switch 2 (^PW)
User defined switch 3 (^PE)
User defined switch 4 (^PR)
Alternative pitch (^PA)
Normal pitch (^PN)

Formfeed (^PL)
Soft hyphen (^P-)
Hard tabs (^PI)
Esc (^P[Esc]) - insert "\" (backslash) into output RTF file. This
is intended for "manual" writing RTF control words.

Other printing and formatting marks are omitted.


Font handling
In the file VDE2RTFH.TXT is defined header for RTF file; in the
lines 3-7 is font table. On last two lines is set default font for
document (/f1 is for font#1, Courier New) and it's size (in half
point, /fs20 is for size 10). You can, of course, modify all these
values.
The mark "Alternative pitch" (^PA) switches to font#2 (Arial in
default), "Normal pitch" (^PN) back to font#1.


User definable switches and toggle
You can define the RTF commands for 4 user switches (^PQ, ^PW,
^PE, ^PR) and one user toggle (^PU). Definitions are written into
file VDE2RTFH.TXT and are separated from the header definition by
one empty line. One definition is on one line, max. 63 characters
long.
For more information consult the RTF reference
(http://latex2rtf.sourceforge.net/rtfspec.html)

Line  Switch/toggle
1     User defined switch 1 (^PQ)
2     User defined switch 2 (^PW)
3     User defined switch 3 (^PE)
4     User defined switch 4 (^PR)
5     User defined toggle on (^PU)
6     User defined toggle off (^PU)

…

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.