Hi To create device for multiport Serial card in Linux I used the following command
MAKEDEV After which I executed the command ls -l /dev/ttyS* The output is as follows crw------- 1 root tty 4, 64 May 6 1998 /dev/ttyS0 crw-rw---- 1 root uucp 4, 80 Jan 5 07:51 /dev/ttyS16 crw-rw---- 1 root uucp 4, 81 Jan 5 07:37 /dev/ttyS17 crw-rw---- 1 root uucp 4, 82 Dec 27 13:14 /dev/ttyS18 crw-rw---- 1 root uucp 4, 83 Dec 27 13:14 /dev/ttyS19 crw------- 1 root tty 4, 66 May 6 1998 /dev/ttyS2 crw-rw---- 1 root uucp 4, 84 Dec 27 13:14 /dev/ttyS20 crw-rw---- 1 root uucp 4, 85 Dec 27 13:14 /dev/ttyS21 crw-rw---- 1 root uucp 4, 86 Dec 27 13:14 /dev/ttyS22 crw-rw---- 1 root uucp 4, 87 Dec 27 13:14 /dev/ttyS23 The MAKEDEV script has created devices of type uucp. I am unable to send & receive characters. Will this setup work or should I create the devices using other commands. If so what commands. Can anyone help me. Thanking you in advance Regards Aman _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
