Ring
Versión 3.2 · Stefan Peichl
Descripción
Ring is a small utility that allows the palmtop to ring when a call is received on your cellular phone. In the debug mode, the program detects and measures EMI disturbances which can kill an IrDA connection ( read more about that problem here ). Freeware. Check for a more recent version on Stefan Peichl's homepage
Ficha técnica
- Fichero
ring.zip- Tamaño
- 3.0 KB
- Formato
- .zip
- Año
- 1999
- Alta en S.U.P.E.R.
- 2002-01-22
- Ficheros dentro
- 2
- Autor
- Stefan Peichl
- Ruta
anonftp/pub/ring.zip
Cómo instalarlo
Qué enviar al palmtop ahorras 4.6 KB
Estos son los ficheros que necesitas. Puedes enviarlos desde el contenido del paquete.
-
RING.COM→ A:\SOFT programa de DOS 988 B
No hace falta llevar al palmtop
RING.DOC:
son manuales, código fuente o material de apoyo. Léelos aquí y ahórrate 4.6 KB en un disco de 1 MB.
Pasos
- Copia RING.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 is: 9600 baud, 8 data bits, no parity, 1 stop bit. In DEBUG mode, any detected EMI (electomagnetic interference) causes a click to make it audible. In addition, an error counter is incremented and the numer of occurred errors of the last second is displayed in the upper half of the screen, if there were any. The display stops, if no errors are detected. On the first line of the screen you will see the mean value per second of these errors. This value is important in order to find out, if a shielding of the palmtop has any effect. Additionally, on the first line you will also find the absolute number of framing and overrun errors of this run. These are only of statistical significance. In the lower half of the screen are the incoming characters displayed, as received by the UART. Any key you press is send out to the IR port and immediately received by the photo diode and hence echoed on the lower half of the screen. Use this feature to test, if a manipulation of the IR hardware had a negative effect on the IR receiver, which would result in no echo or a falsified echo. Indeed every echo also increments the error counter, because the software cannot now, if the character came in through the IR port or if it was induced by EMI. If you want to know, if a hardware manipulation of the palmtop had success in suppressing EMI but still allowing IR communi- cation, you should see no data coming in if a mobile phone is online, but any key you press on the palmtop should be echoed. During a test run, you may always press the space bar to reset all counters and start a new measuring. Pressing the Enter key brings you back to the 'ring' mode. Press ESC to quit the program. NOTE: Light sleep is disabled in DEBUG mode. Always quit the …
Extracto literal de RING.DOC, tal cual venía en el paquete.
Contenido del 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
- Conecta el cable serie entre el palmtop y el ordenador.
- Abre Data Comm y ve a Menu → Connect → Settings. Ajusta: 9600 baudios, 8 bits de datos, paridad None, 1 bit de parada.
- Vuelve al menú y entra en Menu → File → Receive, con el protocolo Zmodem. El palmtop se queda esperando: déjalo así.
En el ordenador
- Usa Chrome (o Edge / Opera). Firefox y Safari no pueden abrir el puerto serie, y ningún navegador móvil tampoco.
- Averigua cuál es tu puerto: si no lo tienes claro, despliega la ayuda de aquí abajo.
- 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/ttyS0…ttyS31 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).
macOS — ls /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.
Tu navegador no puede hablar con el puerto serie. El envío directo usa la Web Serial API, que solo existe en Chrome, Edge y Opera de escritorio — no en Firefox, Safari ni en ningún navegador móvil.
Descarga el fichero con el botón de arriba y pásalo al palmtop con tu método habitual.