Ever look at expect ?
Expect is a program that "talks" to other interactive programs according to a script.
I do alot of programming in Perl/Shell and others, and for serial port stuff or writinging programs that need to interact as a user, I've used expect.
hope this helps some.