On Wed, Dec 12, 2001 at 08:04:22PM -0200, Pedro Zorzenon Neto wrote:
> head -c 9 /dev/ttyS0   #waits to receive 9 bits from serial port

9 bytes

> echo -n "\007" > /dev/console   #beep the pcspeaker

echo -ne

Plato

Reply via email to