in reply to access vi through teraterm
What you have:
You want to run Perl scripts on the windows machine that will do things to the linux box.(?)
A quick look at Teraterm shows that there is no API available for it, thus no simple way to control Teraterm from Perl and thus straight forward way to pass things through Teraterm to the linux machine. Thus, Teraterm is unlikely to be part of your solution.
The only thing I can think of to try is to set up the rs232 connection as a network to get tcpip over rs232. Then I would use something like Net::SSH in my Perl scripts on the windows machine to automate whatever it is you want to accomplish on the linux machine. That assumes of course that the minimal linux machine is ssh capable.
It would be helpful to undestand a bit better what you want to do via this connection: Are you manipulating things on the linux box?..or are you just simply sending commands to it?...
Hope that is at least somewhat helpful...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: access vi through teraterm
by mark4444az (Sexton) on Sep 30, 2013 at 14:11 UTC |