I have a hardware system that will be writing to the terminal stream. I need to be able to monitor that stream for updates (writes) from my java application. How can I do this? I've only ever interacted with the terminal in a pure console application.
I could also write my application in .Net languages, so I'll accept answers for .NET as well.