Click here to Skip to main content
16,011,896 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
PraiseZig!! Pin
Jeremy Falcon8hrs 6mins ago
professionalJeremy Falcon8hrs 6mins ago 
GeneralRe: Zag!! Pin
Mike Hankey7hrs 18mins ago
mveMike Hankey7hrs 18mins ago 
GeneralWordle 1,198 Pin
StarNamer@work8hrs 52mins ago
professionalStarNamer@work8hrs 52mins ago 
GeneralRe: Wordle 1,198 Pin
OriginalGriff2hrs 2mins ago
mveOriginalGriff2hrs 2mins ago 
GeneralRe: Wordle 1,198 - 5 4 me Pin
pkfox1 hr 12mins ago
professionalpkfox1 hr 12mins ago 
GeneralI know whether to laugh or cry Pin
Richard Andrew x6411hrs 46mins ago
professionalRichard Andrew x6411hrs 46mins ago 
GeneralRe: I know whether to laugh or cry Pin
Joan M11hrs 42mins ago
professionalJoan M11hrs 42mins ago 
GeneralRe: I know whether to laugh or cry Pin
Jeremy Falcon10hrs 24mins ago
professionalJeremy Falcon10hrs 24mins ago 
GeneralRe: I know whether to laugh or cry Pin
StarNamer@work8hrs 36mins ago
professionalStarNamer@work8hrs 36mins ago 
GeneralRe: I know whether to laugh or cry Pin
BernardIE53176hrs 24mins ago
BernardIE53176hrs 24mins ago 
GeneralRe: I know whether to laugh or cry Pin
pkfox22mins ago
professionalpkfox22mins ago 
GeneralRe: I know whether to laugh or cry Pin
Amarnath S4hrs 10mins ago
professionalAmarnath S4hrs 10mins ago 
GeneralRe: I know whether to laugh or cry Pin
pkfox33mins ago
professionalpkfox33mins ago 
GeneralTerminal I/O UI Pin
charlieg11hrs 47mins ago
charlieg11hrs 47mins ago 
GeneralRe: Terminal I/O UI Pin
Jeremy Falcon10hrs 13mins ago
professionalJeremy Falcon10hrs 13mins ago 
GeneralRe: Terminal I/O UI Pin
charlieg9hrs 7mins ago
charlieg9hrs 7mins ago 
GeneralRe: Terminal I/O UI Pin
Peter_in_278010hrs ago
professionalPeter_in_278010hrs ago 
GeneralRe: Terminal I/O UI Pin
PIEBALDconsult9hrs 37mins ago
mvePIEBALDconsult9hrs 37mins ago 
GeneralRe: Terminal I/O UI Pin
charlieg9hrs 19mins ago
charlieg9hrs 19mins ago 
GeneralRe: Terminal I/O UI Pin
charlieg8hrs 38mins ago
charlieg8hrs 38mins ago 
GeneralRe: Terminal I/O UI Pin
Jeremy Falcon8hrs 20mins ago
professionalJeremy Falcon8hrs 20mins ago 
GeneralRe: Terminal I/O UI Pin
charlieg7hrs 46mins ago
charlieg7hrs 46mins ago 
GeneralRe: Terminal I/O UI Pin
PIEBALDconsult5hrs 47mins ago
mvePIEBALDconsult5hrs 47mins ago 
GeneralRe: Terminal I/O UI Pin
BernardIE53176hrs 15mins ago
BernardIE53176hrs 15mins ago 
GeneralRe: Terminal I/O UI Pin
11917640 Member 3hrs 57mins ago
11917640 Member 3hrs 57mins ago 
First of all, you need to learn the communication protocol between the VT terminal and VAX. Only when you understand completely, how they talk between them, you can start your application design.
Since terminals from these old days where dumb devices, I suspect that this communication protocol is heavily based on the VT terminal features (only my guess). So, VAX knows exactly, which terminal it is talking with, and sends terminal-specific data to it.
Learning the VT terminal reference is another necessary step.
So, your task is to write VT terminal emulation. VAX should believe that it is talking with VT. End user may see an exact copy of the terminal or something else, like full-featured GUI application - this is less important. Finally, such tasks are usually solved by complete terminal emulation also for end user. Not surprising, this is a lot of work.
Make a Google search for "VT terminal emulation". You are not the first person, who needs to implement such functionality. Maybe some existing emulation can do something that you need. Long time ago I was working in the company, that made a great business developing an old terminals emulation - for similar purposes.

modified 2hrs 20mins ago.

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.