I have a COBOL program that calls a VB6 program, which reads data from a weight scale using COM port.
The data is saved into a TXT file, then the COBOL program opens the TXT and reads the data.
Everything works fine so far, but is it possible to pass and receive data between the programs directly without creating any file?