Hello. I recently completed my High Nibble IMSAI 8080 replica and have been wrestling getting some files transferred over to it given the USB's 115200 default baud rate. Whereas I can change this on my Altair 8800 replica from a configuration menu, I haven't found anything in the instructions or online to indicate I can do similar on the IMSAI 8080 replica. On the Altair I can knock the baud down to 9600 and use ExtraPutty's XMODEM to transfer files to/from the replica and my Windows PC. So, I did some research and found a lot of helpful instructions in this group about using Kermit for the IMSAI 8080 instead. However, trying to get a working ckermit connection between the PC and IMSAI has still proven elusive for me...
I'm on a Windows 10 PC and tried following the instructions I found at
https://grantmestrength.github.io/RetroComputerInstructionManual/imsai_kermit.htm. l successfully installed the Windows Subsystem for Linux and then Ubuntu 20.04. My first issue was ckermit doesn't appear to be in any 20.04 packages yet. At the step
sudo apt install ckermit from within Ubuntu I was getting the error "
E: Unable to locate package ckermit". To get around this I was able to find and install an older version of Ubuntu 18.04 and it's multiverse communications package. In that version I was able to locate and install ckermit.
On the PC, in Ubuntu 18.04's console I was able to launch ckermit. I've tried both the "set host * 8080" and "SERVER" commands from the instructions in the above page. They both say "Waiting to Accept a TCP/IP connetion on port 8080 ..."
On the IMSAI I then launched Kermit from the TTY: window (I've tried from both Putty as well as the IMSAI "desktop" interface). I issued the commands "set port uc1" and "connect" with no issue. My issue is when I try to "dial" kermit running on my PC. I've tried "ATD172.29.176.1:8080" (the IP address for my Ethernet adapter vEthernet (WSL)) as well as "ATD192.168.0.175:8080" the IP address for my Windows PC. In both cases Kermit on the IMSAI responds with the error "NO ANSWER". I've turned off my anti-virus. Same issue.
Any pointers? Seems like a lot of folks have gotten this to work so I must not be holding my jaw correctly... (saying my old man used to say when working on cars and things didn't go as planned as he fiddled with a bolt he couldn't put his eyes on and went by feel instead).
Thanks! Appreciate the pointers.
Best,
-Mark