Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Where is stty set?

Status
Not open for further replies.

johngiggs

Technical User
Oct 30, 2002
492
0
0
US
By default, where are the stty options set if it is not in the /etc/profile or the local .profile, .login, or .cshrc? Some users are logging in with the erase set to # and some are set to ^H (backspace). Any help would be greatly appreciated.

Thanks,

John
 
Hi
The following command is used to set the serial port characteristics:
nohup sleep 999999 < /dev/cua(a|b|c|d) &
/usr/bin/stty 'option' < /dev/cua(a|b|c|d)

Please note that these commands work with all stty options on ports A&B.
ON ports C&D, only the speed can effectively be set and maintained.Other stty characteristics such as (-)ixon can be set, but their values have not changed when checked.

Best regards, Phil
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top