Development of an XTIDE-Compatible IDE

Mills
Posts: 83
Joined: Mon Jun 08, 2020 2:52 pm
Has thanked: 15 times
Been thanked: 29 times

Re: Development of an XTIDE-Compatible IDE

Unread post by Mills »

bbond007 wrote: Thu Nov 17, 2022 1:13 am
spark2k06 wrote: Wed Nov 16, 2022 11:01 am

I have re-enabled this COM2 feature to /dev/ttyS1, I attach binary, can you check its correct working?

Yes, 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.

Post Reply