LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   how to use setserial command in linux (https://www.linuxquestions.org/questions/linux-general-1/how-to-use-setserial-command-in-linux-707072/)

davender84 02-24-2009 04:27 AM

how to use setserial command in linux
 
how to use setserial command in linux
actully i want to set the baud rate using this command
i have already write "setserial /dev/tty0 baud_base 38400"
but cant able to set baud rate for terminal 0
pls help me

kentyler 02-24-2009 07:37 AM

The setserial util is only for serial device types. /dev/ttyS0

You can determine your serial devices by typing:

cat /proc/tty/driver/serial

davender84 02-27-2009 03:36 AM

hi
 
Quote:

Originally Posted by kentyler (Post 3455597)
The setserial util is only for serial device types. /dev/ttyS0

You can determine your serial devices by typing:

cat /proc/tty/driver/serial



i want to change the baud rate of terminal tty0 using setserial command
i have used "setserial /dev/tty0 baud_base 38000" command but it gives message that invalid argument so pls help me


All times are GMT -5. The time now is 05:33 PM.