I am writing a C program to communicate with devices connected to the serial ports. How do I find out what they are called. I can open /dev/tty0 but nothing seems to happen when I write to it and I get a permission denied error when I open /dev/tty , /dev/tty1 etc. Thanks in advance. CaKiwi