Forum Discussion
Altera_Forum
Honored Contributor
13 years agoUART port trouble
Hi, Thanks in advance if anyone can shine light to the UART problem I am having. I can open one ttyAL port but can't open all other serial port or communicate to it, and I have name all my p...
Altera_Forum
Honored Contributor
13 years agoHi,
Thank you very much for your help. I was successful to create the /dev/ttyAL1, /dev/ttyA2, /dev/ttyA3 Here is my syntax: mknod /dev/ttyAL1 c 4 66 mknod /dev/ttyAL2 c 4 66 mknod /dev/ttyAL3 c 4 66 However, when I try to communicate to it using echo test > /dev/ttyAL2, I get "No such device or address" https://www.alteraforum.com/forum/attachment.php?attachmentid=6950 https://www.alteraforum.com/forum/attachment.php?attachmentid=6951