how to set the terminal to ttys0 at 9600 baud

Asked by mwaveglen

I am trying to set the terminal under accessories so I can use it on ttys0 at 9600 baud. So far I have not been able to figure this out. I am brand new to linux. Thanks Glen

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-terminal Edit question
Assignee:
No assignee Edit question
Solved by:
marcobra (Marco Braida)
Solved:
Last query:
Last reply:

This question was reopened

Revision history for this message
Best marcobra (Marco Braida) (marcobra) said :
#1

I think to use serial ports you can install and use minicom as terminal software and not gnome-terminal so to quick install it type:

sudo apt-get install minicom

give your user password when asked from the system (you will not see any screen char when you type the password)
then press enter

Still using terminal to setup minicom type

minicom -s

then type minicom to use... or create a desktop shortcut to run it by clicking an icon

Revision history for this message
mwaveglen (browngr) said :
#2

Thanks marcobra (Marco Braida), that solved my question.

Revision history for this message
mwaveglen (browngr) said :
#3

I set up the serial port and now when I try to open the serial port it keeps saying "permission denied" I didn't see anyplace to set the permission. Thanks

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#4

Try to run minicom as root user in this way:

sudo minicom

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#5

or

sudo minicom -s

thne please be sure your ser have all permissions by typing

users-admin

in terminal, go to advanced properties of your user...

Revision history for this message
mwaveglen (browngr) said :
#6

Mark, and Kevessa; I tried another terminal program called "putty" and it is working just fine. I just wanted to let Everyone know how much I appreciated their assistance. Glen