
These are probably different than what you will need to make your connection. If you have done it right after booting the computer and before running any other program like minicom, the communication settings will be at their default settings.

You can query the communication settings using the stty program like this: stty < /dev/ttyS0 Notice that once you run a program like minicom, the port is left with the settings that minicom used. If it weren't set up appropriately, the cat and echo commands would not do for you what you might have expected.

The main reason why you need any program like minicom to communicate over a serial port is that the port needs to be set up prior to initiating a connection.
