Eileen Orbell 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. > > Once again thanks > > Hello,
ln -s /dev/ttyS0 /dev/mouse If ttyS0 doesn't work try ttyS1, ttyS2, or ttyS3 Good luck, David Bellows