bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Regarding reset functionality


From: Sambu, Soumya
Subject: Regarding reset functionality
Date: Thu, 30 Nov 2023 03:10:35 +0000

Hi,

This is regarding functionality of reset command . Based on my understanding, "reset" is used to initialize the terminal. But, after performing reset, any write to tty terminal is hung.

# echo "hi " >> /dev/ttyS0

hi

# reset

# echo "hi " >> /dev/ttyS0

^C

#


Kindly let me know your inputs.

Regards,
Soumya

reply via email to

[Prev in Thread] Current Thread [Next in Thread]