HPE 9000 and HPE e3000 Servers
1752753 Members
4672 Online
108789 Solutions
New Discussion юеВ

Re: serial settings

 
SOLVED
Go to solution
Raj_Ranjan
Frequent Advisor

serial settings

How to configure the hpux server's serial port for these settings:

Bits per second : 9600

data bits :8

parity : none

stop bit: 1

flow control : none

Please let me know

Thanks
2 REPLIES 2
Vamsidin
Frequent Advisor
Solution

Re: serial settings

stty -a < /dev/ttyd2b8 will report the current settings of the port.

stty 9600 cs8 -istrip -parenb < /dev/ttyd2b8 would configure the settings you have required.
Raj_Ranjan
Frequent Advisor

Re: serial settings

Thanks a lot. That was what i was searching for.