Do you know if this unit supports hardware flow control? Tom
On Fri, Jan 19, 2018 at 2:40 AM, John R. Hogerhuis <[email protected]> wrote: > Well I picked up a wimodem232. > > I brlefly launched LaddieAlpha and verified it working with TS-DOS on REX > > First configured to talk to my wifi network. > > Then, configured for 19200bps (flow control on, for HTERM) > > AT*B19200 > AT&K1 > > LaddieAlpha running on a TCP socket: > > ./LaddieAlpha.EXE tcp://192.168.1.66:1234 > > > So that's LaddieAlpha. If you want to try remote shell access, launch > socat: > > From a Linux PC: > > $ socat TCP-LISTEN:1234,reuseaddr EXEC:'ssh -l USERNAME > localhost',pty,setsid,ctty > > replace USERNAME with your username. > > then, from HTERM: > > atdt ip-address:1234 > > replace ip-address with your PC's IP address > > Then you should be able to type your password and login. > > Once in, get your configure your m100 termcap (assuming one is installed) > > export TERM=m100 > > And you should be able to use Vim and other utilities full screen. > > > -- John. >
