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

Re: minicom: how to send control -c to remote machin



In article <[🔎] 200503071005.11811.mlaks@verizon.net>,
Mitchell Laks  <mlaks@verizon.net> wrote:
>Dear Miquel,
>Thank you so much. You are right. The intr key is undefined remotely! see 
>below.

$ man stty
$ stty intr ^C

(depending on the system, you might need to type ^ and C as 2 chars,
 or use Control-V Control-C to enter ^C as a literal char).

>I trid to set my TERM to vt100, but that doesnt seem to affect it. 
>What can I do next?

Well TERM=vt100 alone won't do much, you could try

$ TERM=vt100
$ export TERM
$ tset

But the real problem is probably the getty process running on the
serial line not initializing the terminal correctly.

Mike.



Reply to: