On 02/07/2011 11:37, Tom Lake wrote:
>
> So this application has a server bit (doing stuff), and a client bit
> (the emulator). What configuration options does the _server_ have to use
> real terminals connected via named ports (rather than the emulator), or
> is it talking to the client via a network TCP socket?
>
> The server has no configuration options. If it did use TCP/IP or Telnet
> or something, I could intercept the I/O for my own use.
>
> It uses a windows library called wxWidgets for its I/O.
>
> Tom L
wxWdiget is a documented resource.
If you are of a programming mind with the necessary tools [1][2] you
could discover which calls are being made to that library and engineer
some wrapper code over it, to do the redirection. Perhaps usefully,
wxWdiget [3] can have a 'communication toolbox' [4] (or other stuff)
added to talk serial.
[1] -
http://www.rohitab.com/apimonitor
[2] - Lanuages, Compilers, etc...
[3] -
http://www.wxwidgets.org/
[4] -
http://wxcode.sourceforge.net/showcomp.php?name=wxCtb
Depends how deep you want to go in this ?
--
Adrian C