Terminal emulator supporting MC2












0















The "Link MC2" hardware terminal of my client has went down.
These terminals are very old.
It is difficult to find one on the second hand market.
The host behind the terminal is critical to my client business and it does require a MC2 terminal for the user interface.



Do you know a software terminal emulator having MC2 emulation ?










share|improve this question

























  • The RS-232 logs indicates that the escape sequence for moving the cursor to an other line is 1b 6d (ESC m) and the escape sequence for moving the cursor to an other column is 1b 6e (ESC n)

    – Fizz
    Nov 26 '18 at 21:18











  • You're unlikely to find an emulator for Link MC2. It did happen to emulate a few other terminals (for which some emulators can be found). A Link MC5 might be compatible.

    – Thomas Dickey
    Nov 26 '18 at 23:14











  • Thanks for your comment, Thomas. Thanks also for Invisible-island which is a great source of information. I had searched these escape sequences in the terminfo entries on your web site with no result. I had tested Link MC5 but it does not work. These 2 escape sequences seem to be the only ones to configure in order to be able to use the interface (plus maybe the 'clear screen' which is 1b 2b ESC +). I am now looking for a terminal emulator which can accept custom escape sequences, or alternatively developing a dedicated terminal emulator, maybe based on pyserial or similar.

    – Fizz
    Nov 27 '18 at 14:59


















0















The "Link MC2" hardware terminal of my client has went down.
These terminals are very old.
It is difficult to find one on the second hand market.
The host behind the terminal is critical to my client business and it does require a MC2 terminal for the user interface.



Do you know a software terminal emulator having MC2 emulation ?










share|improve this question

























  • The RS-232 logs indicates that the escape sequence for moving the cursor to an other line is 1b 6d (ESC m) and the escape sequence for moving the cursor to an other column is 1b 6e (ESC n)

    – Fizz
    Nov 26 '18 at 21:18











  • You're unlikely to find an emulator for Link MC2. It did happen to emulate a few other terminals (for which some emulators can be found). A Link MC5 might be compatible.

    – Thomas Dickey
    Nov 26 '18 at 23:14











  • Thanks for your comment, Thomas. Thanks also for Invisible-island which is a great source of information. I had searched these escape sequences in the terminfo entries on your web site with no result. I had tested Link MC5 but it does not work. These 2 escape sequences seem to be the only ones to configure in order to be able to use the interface (plus maybe the 'clear screen' which is 1b 2b ESC +). I am now looking for a terminal emulator which can accept custom escape sequences, or alternatively developing a dedicated terminal emulator, maybe based on pyserial or similar.

    – Fizz
    Nov 27 '18 at 14:59
















0












0








0








The "Link MC2" hardware terminal of my client has went down.
These terminals are very old.
It is difficult to find one on the second hand market.
The host behind the terminal is critical to my client business and it does require a MC2 terminal for the user interface.



Do you know a software terminal emulator having MC2 emulation ?










share|improve this question
















The "Link MC2" hardware terminal of my client has went down.
These terminals are very old.
It is difficult to find one on the second hand market.
The host behind the terminal is critical to my client business and it does require a MC2 terminal for the user interface.



Do you know a software terminal emulator having MC2 emulation ?







terminal ncurses legacy terminal-emulator






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 26 '18 at 21:26







Fizz

















asked Nov 15 '18 at 17:40









FizzFizz

12




12













  • The RS-232 logs indicates that the escape sequence for moving the cursor to an other line is 1b 6d (ESC m) and the escape sequence for moving the cursor to an other column is 1b 6e (ESC n)

    – Fizz
    Nov 26 '18 at 21:18











  • You're unlikely to find an emulator for Link MC2. It did happen to emulate a few other terminals (for which some emulators can be found). A Link MC5 might be compatible.

    – Thomas Dickey
    Nov 26 '18 at 23:14











  • Thanks for your comment, Thomas. Thanks also for Invisible-island which is a great source of information. I had searched these escape sequences in the terminfo entries on your web site with no result. I had tested Link MC5 but it does not work. These 2 escape sequences seem to be the only ones to configure in order to be able to use the interface (plus maybe the 'clear screen' which is 1b 2b ESC +). I am now looking for a terminal emulator which can accept custom escape sequences, or alternatively developing a dedicated terminal emulator, maybe based on pyserial or similar.

    – Fizz
    Nov 27 '18 at 14:59





















  • The RS-232 logs indicates that the escape sequence for moving the cursor to an other line is 1b 6d (ESC m) and the escape sequence for moving the cursor to an other column is 1b 6e (ESC n)

    – Fizz
    Nov 26 '18 at 21:18











  • You're unlikely to find an emulator for Link MC2. It did happen to emulate a few other terminals (for which some emulators can be found). A Link MC5 might be compatible.

    – Thomas Dickey
    Nov 26 '18 at 23:14











  • Thanks for your comment, Thomas. Thanks also for Invisible-island which is a great source of information. I had searched these escape sequences in the terminfo entries on your web site with no result. I had tested Link MC5 but it does not work. These 2 escape sequences seem to be the only ones to configure in order to be able to use the interface (plus maybe the 'clear screen' which is 1b 2b ESC +). I am now looking for a terminal emulator which can accept custom escape sequences, or alternatively developing a dedicated terminal emulator, maybe based on pyserial or similar.

    – Fizz
    Nov 27 '18 at 14:59



















The RS-232 logs indicates that the escape sequence for moving the cursor to an other line is 1b 6d (ESC m) and the escape sequence for moving the cursor to an other column is 1b 6e (ESC n)

– Fizz
Nov 26 '18 at 21:18





The RS-232 logs indicates that the escape sequence for moving the cursor to an other line is 1b 6d (ESC m) and the escape sequence for moving the cursor to an other column is 1b 6e (ESC n)

– Fizz
Nov 26 '18 at 21:18













You're unlikely to find an emulator for Link MC2. It did happen to emulate a few other terminals (for which some emulators can be found). A Link MC5 might be compatible.

– Thomas Dickey
Nov 26 '18 at 23:14





You're unlikely to find an emulator for Link MC2. It did happen to emulate a few other terminals (for which some emulators can be found). A Link MC5 might be compatible.

– Thomas Dickey
Nov 26 '18 at 23:14













Thanks for your comment, Thomas. Thanks also for Invisible-island which is a great source of information. I had searched these escape sequences in the terminfo entries on your web site with no result. I had tested Link MC5 but it does not work. These 2 escape sequences seem to be the only ones to configure in order to be able to use the interface (plus maybe the 'clear screen' which is 1b 2b ESC +). I am now looking for a terminal emulator which can accept custom escape sequences, or alternatively developing a dedicated terminal emulator, maybe based on pyserial or similar.

– Fizz
Nov 27 '18 at 14:59







Thanks for your comment, Thomas. Thanks also for Invisible-island which is a great source of information. I had searched these escape sequences in the terminfo entries on your web site with no result. I had tested Link MC5 but it does not work. These 2 escape sequences seem to be the only ones to configure in order to be able to use the interface (plus maybe the 'clear screen' which is 1b 2b ESC +). I am now looking for a terminal emulator which can accept custom escape sequences, or alternatively developing a dedicated terminal emulator, maybe based on pyserial or similar.

– Fizz
Nov 27 '18 at 14:59














0






active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53325116%2fterminal-emulator-supporting-mc2%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53325116%2fterminal-emulator-supporting-mc2%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

List item for chat from Array inside array React Native

Thiostrepton

Caerphilly