Haha ok :) I think handing the clipboard and feeding data to a web socket is more “2020” than “1975” but I will accept it as a period limitation. What is the easiest way to get a few pages of text onto a file on a “disk”?
Sorry Udo, I'm blanking here.. What should I do on the Mac side to send a file via XMODEM to the IMSAI?The IMSAI can see that UC1 is connected to a telnet server for example.. with the BBS access feature.. but without running a BBS service, what do I do? I've a feeling it's obvious but I'm stumped.
The IMSAI can see that UC1 is connected to a telnet server for example.. with the BBS access feature.. but without running a BBS service, what do I do? I've a feeling it's obvious but I'm stumped.
On the Mac..
C-Kermit>set host * 8080
Waiting to Accept a TCP/IP connection on port 8080 ...
On the IMSAI..
Kermit
>Set port UC1
>Connect
>ATD192.168.86.82:8080
On the Mac..
Reverse DNS Lookup... (OK)
espressif.lan connected on port 8080
And if I do a Connect on both, I can happily chat. So far so good!
And then..
On the Mac..
> send /protocol:xmodem hello.txt
On the IMSAI
Ctrl + \ C
> receive hello.txt
It works! :-)