Re: Development of an XTIDE-Compatible IDE
Posted: Sun Jan 01, 2023 2:49 pm
bbond007 wrote: ↑Thu Nov 17, 2022 1:13 amYes, it works!
I made First Contact with the 13Th level BBS!
PCXT-FirstContact.png
There is no UART OSD option... so
I'm guessing this is needed in the core to enable the option:
Code: Select all
localparam CONF_STR = { "PCXT;UART115200:115200;",
Anyway,
I just manually started the TCP modem emulation via SSH
Code: Select all
#midilink TCP BAUD 9600
Thanks for adding this feature as there are quite a few users of the TCP modem - and NML32 can play online Wordle clones
Do you know if DOS PPPD driver works with this?. I tried Michael Brutman's mTCP TCP/IP programs with pppd driver, but the driver fails, it says "PPP link is down" when trying to install it.