Click here to Skip to main content
16,011,849 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 Falcon6hrs 16mins ago
professionalJeremy Falcon6hrs 16mins ago 
GeneralRe: Zag!! Pin
Mike Hankey5hrs 28mins ago
mveMike Hankey5hrs 28mins ago 
GeneralWordle 1,198 Pin
StarNamer@work7hrs 2mins ago
professionalStarNamer@work7hrs 2mins ago 
GeneralRe: Wordle 1,198 Pin
OriginalGriff12mins ago
mveOriginalGriff12mins ago 
GeneralI know whether to laugh or cry Pin
Richard Andrew x649hrs 56mins ago
professionalRichard Andrew x649hrs 56mins ago 
GeneralRe: I know whether to laugh or cry Pin
Joan M9hrs 52mins ago
professionalJoan M9hrs 52mins ago 
GeneralRe: I know whether to laugh or cry Pin
Jeremy Falcon8hrs 34mins ago
professionalJeremy Falcon8hrs 34mins ago 
GeneralRe: I know whether to laugh or cry Pin
StarNamer@work6hrs 46mins ago
professionalStarNamer@work6hrs 46mins ago 
GeneralRe: I know whether to laugh or cry Pin
BernardIE53174hrs 34mins ago
BernardIE53174hrs 34mins ago 
GeneralRe: I know whether to laugh or cry Pin
Amarnath S2hrs 20mins ago
professionalAmarnath S2hrs 20mins ago 
GeneralTerminal I/O UI Pin
charlieg9hrs 57mins ago
charlieg9hrs 57mins ago 
GeneralRe: Terminal I/O UI Pin
Jeremy Falcon8hrs 23mins ago
professionalJeremy Falcon8hrs 23mins ago 
GeneralRe: Terminal I/O UI Pin
charlieg7hrs 17mins ago
charlieg7hrs 17mins ago 
GeneralRe: Terminal I/O UI Pin
Peter_in_27808hrs 10mins ago
professionalPeter_in_27808hrs 10mins ago 
GeneralRe: Terminal I/O UI Pin
PIEBALDconsult7hrs 47mins ago
mvePIEBALDconsult7hrs 47mins ago 
GeneralRe: Terminal I/O UI Pin
charlieg7hrs 29mins ago
charlieg7hrs 29mins ago 
GeneralRe: Terminal I/O UI Pin
charlieg6hrs 48mins ago
charlieg6hrs 48mins ago 
GeneralRe: Terminal I/O UI Pin
Jeremy Falcon6hrs 30mins ago
professionalJeremy Falcon6hrs 30mins ago 
GeneralRe: Terminal I/O UI Pin
charlieg5hrs 56mins ago
charlieg5hrs 56mins ago 
GeneralRe: Terminal I/O UI Pin
PIEBALDconsult3hrs 57mins ago
mvePIEBALDconsult3hrs 57mins ago 
GeneralRe: Terminal I/O UI Pin
BernardIE53174hrs 25mins ago
BernardIE53174hrs 25mins ago 
GeneralRe: Terminal I/O UI Pin
11917640 Member 2hrs 7mins ago
11917640 Member 2hrs 7mins 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 1hr ago.

GeneralRe: Terminal I/O UI Pin
RickZeeland1 hr 3mins ago
mveRickZeeland1 hr 3mins ago 
GeneralI'm not sure whether to laugh or cry. Pin
honey the codewitch17hrs 40mins ago
mvahoney the codewitch17hrs 40mins ago 
GeneralRe: I'm not sure whether to laugh or cry. Pin
CPallini17hrs 35mins ago
mveCPallini17hrs 35mins 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.