LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Serial Port Access (https://www.linuxquestions.org/questions/linux-newbie-8/serial-port-access-90587/)

stweaver 09-08-2003 02:04 PM

Serial Port Access
 
1) How do you configure COM ports (baud, etc)?

2) How do you display received data to the screen?

Thanks!

daveo 09-09-2003 05:38 AM

Re: Serial Port Access
 
Quote:

Originally posted by stweaver
1) How do you configure COM ports (baud, etc)?

Actually, they are in linux just devices, without any baudrates. Most of the applications, using the comports, are able to define the baudrate them selfs. So each program is able to talk to the comport with the baudrate needed by that specific program.

2) How do you display received data to the screen?

Do you mean data received by the comports, or data received by a networkcard ?

Thanks!


stweaver 09-09-2003 07:21 AM

1) I need to manually set up a serial port in order to communicate with an external device. I need to configure as follows:

Baud: 115.2k
Data Length: 8
Stop Bits: 1
Parity: None
Handshaking: None

2) I would like to capture the Rx data from the serial port.

BTW, I'm currently using RedHat 7.2.

Thanks!

2damncommon 09-14-2003 01:21 AM

I am struggling with the correct place to configure X-on/x-off for serial connections from VT420 terminals.

I think "/etc/serial.conf" may be what you want.


All times are GMT -5. The time now is 01:25 AM.