Was this with the standard TS-DOS or a modified version to account for the WiFi delays?
From: M100 <[email protected]<mailto:[email protected]>> on behalf of "John R. Hogerhuis" <[email protected]<mailto:[email protected]>> Reply-To: <[email protected]<mailto:[email protected]>> Date: Friday, January 19, 2018 at 2:40 AM To: <[email protected]<mailto:[email protected]>> Subject: [M100] wimodem232 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<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2F192.168.1.66%3A1234&data=02%7C01%7C%7Cb8baa241679d4bb0e36608d55f291c97%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636519552541769942&sdata=xZoVmPXUKb3Fm7nQja4oXSdbOsRFXbMOxGb9vrmBA9o%3D&reserved=0> 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.
