Results 1 to 3 of 3
hello guys, i had a problem to configure the start bit,stop bit,baudrate, and parity bits of a serial port. without using any other software (such as cutecom/minicom), how can i ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-20-2013 #1Just Joined!
- Join Date
- Feb 2013
- Posts
- 1
serial-port
hello guys, i had a problem to configure the start bit,stop bit,baudrate, and parity bits of a serial port. without using any other software (such as cutecom/minicom), how can i configure all these by using just the terminal? please help me guys
p/s: i tried stty but not really understand how.
- 02-20-2013 #2
Well, the most common setting is/was 9600,8,n,1 8-N-1 - Wikipedia, the free encyclopedia. You could start from there.
Oh, you mean how to set it , not what values, here is a tutorial it might help
Linux Serial Console HOWTO.
Good luckLast edited by arespi; 02-20-2013 at 02:02 PM. Reason: Misread
- 02-24-2013 #3Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,160
Read the stty man page. You can do all of that with stty, np.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote
