I'm an italian programmer (i started a new job from 2 weeks). I have to made a program that permit me to print some ticket from a touchscreen monitor and pay it. For the payment i use a cashflow mei model 7900. Now the problem is that there are not some code example for delphi and the API demo is wrote in c#. I thought to use the exe demo for communicating with the cashflow by capturing output and input it on my delphi application. For example in delphi i can capture the output of a console and input into a textbox, i want to capture the command start of demo app and input into my delphi app that will do some things. Is it possible? Thanks
Asked
Active
Viewed 1,585 times
2
-
Does this answer your question? [Capture Console in Delphi 2009 and above](https://stackoverflow.com/questions/4905450/capture-console-in-delphi-2009-and-above) – Martin Prikryl Feb 09 '21 at 07:05
1 Answers
2
There are some similar questions here on SO, please start with them:
Capture Console in Delphi 2009 and above
How to read from an external console application?
Delphi 6 - read console app's output while running

Community
- 1
- 1

Martin Prikryl
- 188,800
- 56
- 490
- 992