According to Cityboy: While burning my CPU.
> 
> Hello all,
> 
> Will a mouse work on a non standard com port? Say Com 1 IRQ 5?

Yes, you will need to use setserial to assign the irq.
I belive something like;

setserial -v /dev/mouse irq 5

But first link the mouse to /dev/ttyS4 with;

cd /dev
rm mouse
ln -s ttyS4 mouse

man setserial

> 
> Thanks.
> 


-- 
Regards Richard.
[EMAIL PROTECTED]

Reply via email to