HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Serial Port Parameter
Operating System - HP-UX
1834312
Members
2278
Online
110066
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 03:21 AM
09-11-2002 03:21 AM
Serial Port Parameter
Hi.
Sorry for my English.
I have HP9000 server L-series, HP-UX 11i.
Server has IO-Core card with 3 serial ports (remote, console, power).
How can I change speed for a serial port, e.g. /dev/tty0p0?
By default, speed is 300 baud:
$ stty < /dev/tty0p0
speed 300 baud; ...
I try -
$ stty 9600 < /dev/tty0p0
but speed did not change.
If I change speed in GSP, anyway nothing happened.
Thank you in advance.
Sorry for my English.
I have HP9000 server L-series, HP-UX 11i.
Server has IO-Core card with 3 serial ports (remote, console, power).
How can I change speed for a serial port, e.g. /dev/tty0p0?
By default, speed is 300 baud:
$ stty < /dev/tty0p0
speed 300 baud; ...
I try -
$ stty 9600 < /dev/tty0p0
but speed did not change.
If I change speed in GSP, anyway nothing happened.
Thank you in advance.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 03:25 AM
09-11-2002 03:25 AM
Re: Serial Port Parameter
Hi!
Your stty command is perfectly correct. But the configuration is reset to its defaults when the device is closed. You need to keep it open while you need to use it.
From a posix-sh script e.g.:
(
stty 9600
echo "hallo"
read answer
...
) < /dev/tty0p0 >/dev/tty0p0
Regards...
Dietmar.
Your stty command is perfectly correct. But the configuration is reset to its defaults when the device is closed. You need to keep it open while you need to use it.
From a posix-sh script e.g.:
(
stty 9600
echo "hallo"
read answer
...
) < /dev/tty0p0 >/dev/tty0p0
Regards...
Dietmar.
"Logic is the beginning of wisdom; not the end." -- Spock (Star Trek VI: The Undiscovered Country)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 03:28 AM
09-11-2002 03:28 AM
Re: Serial Port Parameter
OR
sleep 9999999999> > /dev/tty0p0&
stty 9600 < /dev/tty0p0
Regards
Rainer
sleep 9999999999> > /dev/tty0p0&
stty 9600 < /dev/tty0p0
Regards
Rainer
He's a real UNIX Man, sitting in his UNIX LAN making all his UNIX plans for nobody ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 04:25 AM
09-11-2002 04:25 AM
Re: Serial Port Parameter
Oleg,
If that's poor english, I can't imagine what correct english is!
Maybe it was those cryptic commands, like:
stty
:-)
If that's poor english, I can't imagine what correct english is!
Maybe it was those cryptic commands, like:
stty
:-)
Live Free or Die
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP