LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   configuring serial ports (https://www.linuxquestions.org/questions/linux-newbie-8/configuring-serial-ports-228115/)

yashika 09-08-2004 07:53 AM

configuring serial ports
 
In linux,what are the settings that have to be done in order to make the serial ports communicate with each other.

Mara 09-08-2004 08:10 AM

You enter all the settings (like speed) in the communication program you use.

dsegel 09-08-2004 04:52 PM

Or you can specify things at the command line using the stty command for terminal apps.

2damncommon 09-08-2004 08:23 PM

Quote:

..in order to make the serial ports communicate with each other...
Mentioning what you are intending to do may be useful...

yashika 09-09-2004 02:29 AM

making serialports communicate
 
Thanx a lot for the reply but i've already tried this through stty but failed to make the comports communicate,the data written on one comport is not being read by another comport. Either the program would hang on read or even if it reads something then the garbage values r displayed instead of the actual data which has been sent to it.

Quote:

Originally posted by Mara
You enter all the settings (like speed) in the communication program you use.

Mara 09-09-2004 03:03 PM

You can configure the post, but communication programs override the settings. So if your have the same program on both machines with different settings (for example speed) it may not work even if you use stty. Which program do you use to communicate? Is it standard?

judge_neo 10-28-2004 06:44 AM

I've just started using minicom for serial communication, maybe you should check it out. It's easy to configure and use.

:Pengy:


All times are GMT -5. The time now is 09:19 PM.