If this topic is discussed in another post, I apologize. I was unable to find it but I'm struggling to come up with good key words to search for.
My issue is this: I'm trying to create a "shell" GUI program that transmits commands to a host terminal. At the same time, this program must be able to read the terminal's responses and react accordingly. While manipulating the incoming data is complicated, it would be easily done. What I cannot figure out how to do is transmit the data to the terminal and input the results. Knowing nothing about the terminal window besides the executable files and a handful of extra libraries, is this possible?
Provided is a list of the "Supporting Communication Libraries":
--- Supporting Communication Libraries ---
ALCAPI32.DLL Build Version 3.1.4.0
Description: Windows32/ALC Communications API Loader
ECAALC32.DLL Build Version 3.1.4.0
Description: Windows32/ALC Communications API for ECA
Configuration Information:
ALC Service: ALC_GATEWAY
ECAAPI32.DLL Build Version 3.1.4.0
Description: Windows32/ECA Communications API
ECAMS32.DLL Build Version 3.1.4.0
Description: Windows32/ECA Message Switch
ECAEXE32.EXE Build Version 3.1.4.0
Description: Windows32/ECA Message Switch Executive
Configuration Information:
Workstation: xxxxxxxxxxxxx
IPC Address: xxx.xxx.xxx.xxx
I am beyond clueless. If there is any advice to be given, I'd greatly appreciate it.
-Myke
My issue is this: I'm trying to create a "shell" GUI program that transmits commands to a host terminal. At the same time, this program must be able to read the terminal's responses and react accordingly. While manipulating the incoming data is complicated, it would be easily done. What I cannot figure out how to do is transmit the data to the terminal and input the results. Knowing nothing about the terminal window besides the executable files and a handful of extra libraries, is this possible?
Provided is a list of the "Supporting Communication Libraries":
--- Supporting Communication Libraries ---
ALCAPI32.DLL Build Version 3.1.4.0
Description: Windows32/ALC Communications API Loader
ECAALC32.DLL Build Version 3.1.4.0
Description: Windows32/ALC Communications API for ECA
Configuration Information:
ALC Service: ALC_GATEWAY
ECAAPI32.DLL Build Version 3.1.4.0
Description: Windows32/ECA Communications API
ECAMS32.DLL Build Version 3.1.4.0
Description: Windows32/ECA Message Switch
ECAEXE32.EXE Build Version 3.1.4.0
Description: Windows32/ECA Message Switch Executive
Configuration Information:
Workstation: xxxxxxxxxxxxx
IPC Address: xxx.xxx.xxx.xxx
I am beyond clueless. If there is any advice to be given, I'd greatly appreciate it.
-Myke
Comment