On Wed, 28 Feb 2001 22:05:53 -0500 Eileen Orbell <[EMAIL PROTECTED]> wrote:
> Okay I have to ask and I guess Bob wanted me to because he never suggested
> how!!
> How do I /dev/mouse a symbolic link to the appropriate serial port.
cd /dev
rm -f mouse
ln -s ttyS0 mouse
If it doesn't work, try
cd /dev
rm -f mouse
ln -s ttyS1 mouse
HTH
--
Christoph Simon
[EMAIL PROTECTED]
---
^X^C
q
quit
:q
^C
end
x
exit
ZZ
^D
?
help
shit
.

