On Tue, 2004-07-13 at 05:00, Colin Charles wrote: > On Sun, 2004-07-11 at 03:46, fedora wrote: > > > [root@blue root]# setserial -g /dev/ttyS[0-4] > > /dev/ttyS0, UART: 16550A, Port: 0x03f8, IRQ: 4 > > /dev/ttyS1, UART: 16550A, Port: 0x02f8, IRQ: 3 > > /dev/ttyS2, UART: unknown, Port: 0x03e8, IRQ: 4 > > /dev/ttyS3, UART: unknown, Port: 0x02e8, IRQ: 3 > > /dev/ttyS4, UART: unknown, Port: 0x0000, IRQ: 0 > > > > ?Advice please.. > > Should I make a soft link between ttyS0 and /dev/pilot...? > > ln -s is your friend. Link /dev/pilot to /dev/ttyS0 or /dev/ttyS1 > depending on which serial port its connected to > -- > Colin Charles, byte@xxxxxxxxxxx > http://www.bytebot.net/ > "First they ignore you, then they laugh at you, then they fight you, > then you win." -- Mohandas Gandhi When I made the link it still didn't work, I just used /dev/ttyS1 and it worked fine. The permission needs to be changed to 0666 I think, someone correct me if I'm wrong. I don't write every thing I do down like I should when I make changes. Tim...