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 Falcon8hrs ago
professionalJeremy Falcon8hrs ago 
GeneralRe: Zag!! Pin
Mike Hankey7hrs 12mins ago
mveMike Hankey7hrs 12mins ago 
GeneralWordle 1,198 Pin
StarNamer@work8hrs 46mins ago
professionalStarNamer@work8hrs 46mins ago 
GeneralRe: Wordle 1,198 Pin
OriginalGriff1 hr 56mins ago
mveOriginalGriff1 hr 56mins ago 
GeneralRe: Wordle 1,198 - 5 4 me Pin
pkfox1 hr 6mins ago
professionalpkfox1 hr 6mins ago 
GeneralI know whether to laugh or cry Pin
Richard Andrew x6411hrs 40mins ago
professionalRichard Andrew x6411hrs 40mins ago 
GeneralRe: I know whether to laugh or cry Pin
Joan M11hrs 36mins ago
professionalJoan M11hrs 36mins ago 
GeneralRe: I know whether to laugh or cry Pin
Jeremy Falcon10hrs 18mins ago
professionalJeremy Falcon10hrs 18mins ago 
GeneralRe: I know whether to laugh or cry Pin
StarNamer@work8hrs 30mins ago
professionalStarNamer@work8hrs 30mins ago 
GeneralRe: I know whether to laugh or cry Pin
BernardIE53176hrs 18mins ago
BernardIE53176hrs 18mins ago 
GeneralRe: I know whether to laugh or cry Pin
pkfox16mins ago
professionalpkfox16mins ago 
GeneralRe: I know whether to laugh or cry Pin
Amarnath S4hrs 4mins ago
professionalAmarnath S4hrs 4mins ago 
GeneralRe: I know whether to laugh or cry Pin
pkfox27mins ago
professionalpkfox27mins ago 
GeneralTerminal I/O UI Pin
charlieg11hrs 41mins ago
charlieg11hrs 41mins ago 
GeneralRe: Terminal I/O UI Pin
Jeremy Falcon10hrs 7mins ago
professionalJeremy Falcon10hrs 7mins ago 
GeneralRe: Terminal I/O UI Pin
charlieg9hrs 1 min ago
charlieg9hrs 1 min ago 
GeneralRe: Terminal I/O UI Pin
Peter_in_27809hrs 54mins ago
professionalPeter_in_27809hrs 54mins ago 
GeneralRe: Terminal I/O UI Pin
PIEBALDconsult9hrs 31mins ago
mvePIEBALDconsult9hrs 31mins ago 
GeneralRe: Terminal I/O UI Pin
charlieg9hrs 13mins ago
charlieg9hrs 13mins ago 
GeneralRe: Terminal I/O UI Pin
charlieg8hrs 32mins ago
charlieg8hrs 32mins ago 
GeneralRe: Terminal I/O UI Pin
Jeremy Falcon8hrs 14mins ago
professionalJeremy Falcon8hrs 14mins ago 
GeneralRe: Terminal I/O UI Pin
charlieg7hrs 40mins ago
charlieg7hrs 40mins ago 
GeneralRe: Terminal I/O UI Pin
PIEBALDconsult5hrs 41mins ago
mvePIEBALDconsult5hrs 41mins ago 
GeneralRe: Terminal I/O UI Pin
BernardIE53176hrs 9mins ago
BernardIE53176hrs 9mins ago 
GeneralRe: Terminal I/O UI Pin
11917640 Member 3hrs 51mins ago
11917640 Member 3hrs 51mins 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 15mins 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.