I know that I can launch Screen as a serial port terminal from scratch. What I want to do is to create a new window inside an already running screen session as a serial terminal. so that I don't need to create a window and run minicom in it.

link|improve this question

50% accept rate
feedback

2 Answers

CtrlA :screen /dev/ttyS0

link|improve this answer
Doesn't work for some reason. That was what i tried before asking. – Atilla Filiz Jan 20 '11 at 14:49
feedback

Type this on a command line within a screen session.

For a built in serial port.

screen -x screen /dev/ttyS0

For a usb-to-serial port adapter.

screen -x screen /dev/ttyUSB0
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.