Bug 446296 - RFE: konsole support for serial ports (and other existing ttys)
Summary: RFE: konsole support for serial ports (and other existing ttys)
Status: REPORTED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: RedHat Enterprise Linux Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-30 19:08 UTC by H. Peter Anvin
Modified: 2023-06-09 16:16 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description H. Peter Anvin 2021-11-30 19:08:47 UTC
konsole is a great terminal emulator; however, it would be Really Nice[TM] to be able to use it not just to execute a command but to open serial ports (and other existing tty devices.)

konsole features almost everything one would want already; the only things really missing are tty configuration (device, baudrate, flow control, and other termios settings), handling of an appearing/disappearing port (as can happen with especially USB ports when the target is powered on or off), and the ability to send BREAK and hangup. Finer control of DTR and RTS (when not used for flow control) is a Nice To Have, but hardly critical.

Thank you for all your work.