Help for this page
my $dev = "/dev/ttyS0"; open(DEV,"+<$dev") or die; system("/bin/stty <$dev 9600 cs8 -parenb -cstopb -crtscts clocal raw") +; # talk to DEV here close DEV;