I want to embed a terminal in my application using AsyncPro. I installed the library but it has no demo files. Does anyone knows how can I setup a terminal ? I have a Raspberry Pi connected on the same network and a python script that execute a command and capture the output in realtime and send it to my Delphi application on my Windows laptop. So, at this stage I have a TIdBytes buffer that must be sent to the emulated terminal. And then, if the AsyncPro terminal can give me the input buffer in a TIdBytes, I can send it back to my Raspberry Pi to the running command stdin…
https://github.com/TurboPack/AsyncPro