SoundPlay
Versión 1.0 · Marcio Teixeira
Descripción
The HP Palmtop Paper Sound Play is a small program that lets you play digitized sounds through your PCs internal speaker. Sound Play should work properly on any PC compatible machine. This program has been tested on a desktop 486 PC, an AT and on the HP100LX palmtop computer.
Ficha técnica
- Fichero
sndply.zip- Tamaño
- 40.8 KB
- Formato
- .zip
- Año
- 1993
- Alta en S.U.P.E.R.
- 1998-12-20
- Ficheros dentro
- 9
- Autor
- Marcio Teixeira
- Ruta
anonftp/pub/sndply.zip
Cómo instalarlo
Qué enviar al palmtop ahorras 33.4 KB
Estos son los ficheros que necesitas. Puedes enviarlos desde el contenido del paquete.
-
HAL.BAT→ A:\SOFT programa de DOS 95 B -
HYSTERIA.BAT→ A:\SOFT programa de DOS 291 B -
SOUND.EXE→ A:\SOFT programa de DOS 28.0 KB -
SOUND.ICN→ A:\SOFT icono, junto a su aplicación 200 B
No hace falta llevar al palmtop
HAL.SND, HYSTERIA.SND, PACKING.LST, SOUND.DOC, WELCOME.SND:
son manuales, código fuente o material de apoyo. Léelos aquí y ahórrate 33.4 KB en un disco de 1 MB.
Pasos
- Copia HAL.BAT, HYSTERIA.BAT, SOUND.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.
- Los .ICN son iconos: van en la misma carpeta que su aplicación.
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
QUICK START FOR HP100LX USERS The included batch files (.BAT) allow for immediate playback of the sample sound files on a HP100LX. Simply type "HYSTERIA" or "HAL" at the DOS prompt once Sound Play has been installed. The included SOUND.ICN can be used when attaching the sound files to the Application Manager. The same icon can be for different sounds (i.e: command lines or batch files) by first setting the path to point to sound.exe and tabbing to the icon selector. At this point the speaker icon will appear. Then, simply tab back to the path and set it to the appropriate command line or batch file (the icon will be retained provided you don't return to the icon selector). USING SOUND PLAY FROM DOS ON ANY PC Sound Play can be used from the DOS prompt by typing "sound" followed by the desired playback rate and the name of, or path to, the sound file to play. The playback rate is a positive number that determins the speed of playback. Using smaller numbers will ACCELERATE the playback while larger numbers will SLOW DOWN the playback. For slower machines (such as the HP100LX), playback rates of 3 or 4 will lead to correct playback speeds, on the other hand, a fast 486 machine may require values in excess of 90. You may need to try several values before you find one that is correct for your machine. The second parameter is the name, or complete path, to the sound file you want to play. For example, the following would let you play the sound HYSTERIA.SND (included) at a rate that is optimal for the HP100LX: sound 3 hysteria.snd That is, it will play the sound file entitled "hysteria.snd" with a playback speed of 3. You may have to alter the playback rate for optimal sound on your computer. CONVERTING EXISTING SOUND FILES TO SOUND PLAY FORMAT …
Extracto literal de SOUND.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.