开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育
Re: A modern BBS
A direct solution is instead of POTS (old skool term for the basic phone service) compatible modem at the end of a serial line use one of the serial connected Ethernet or Wifi modems. Or use a
By ajparent1/kb1gmx · #141 ·
Re: A modern BBS
The “modem emulator” programs, like the link I sent the other day, will basically traffic serial over Ethernet using a PC, sort of like the all-in-one solutions from Olimex and Wiznet (??) which
By Richard Cini · #140 ·
Re: A modern BBS
bill rowe wrote: I've never run across telnet. I'll have to look it up and see what it is! If it's capable of functioning as a serial link between two computers, I would think it could work with any
By Lee Hart · #139 ·
Re: A modern BBS
I can't help thinking telnet is a good answer to this. it gives you a tty interface over the internet with simple hardware and can be run on small systems. I know there are telnet bbs's - i just
By bill rowe · #138 ·
Re: A modern BBS
ajparent1/kb1gmx wrote: I once got a used S-100 computer (made by SD Sales around 1980) that worked like that. It ran MP/M, and had a 4 MHz Z80 as its "master" CPU, 256k of banked RAM, a Corvus hard
By Lee Hart · #137 ·
Re: A modern BBS
Serial Ethernet is not CPnet.? ?Nor was it Ethernet as we know it since about 1987 or later. However I've worked with networking at the lower speed serial level with collision detect and its fairly
By ajparent1/kb1gmx · #136 ·
Re: A modern BBS
CPnet is CP/M with a few adds for intersystem data transfer (login, logout and protocols). Its pretty bare like CP/M and add little to make networking easier as most of that is in the bios extension
By ajparent1/kb1gmx · #135 ·
Re: A modern BBS
Bill, Yes and no.? CP/M (and multiprocessing cousin MPM) are operating systems. As such you can load a program and save a program do a directory listing. Things like ERA (erase files) would not be
By ajparent1/kb1gmx · #134 ·
Re: A modern BBS
maybe. I'm not familiar with cpm or mpm - would that provide BBS functions like messaging and file downloads? ________________________________ Sent: August 20, 2020 3:35 PM To: [email protected]
By bill rowe · #133 ·
Re: A modern BBS
Like this: http://www.classiccmp.org/cpmarchives/cpm/Miscellany/cpnet.html There’s also the serial-ethernet bridge link I sent the other day. Rich -- Rich
By Richard Cini · #132 ·
Re: A modern BBS
It’s more the BBS server we would need to find I think.
By bill rowe · #131 ·
Re: A modern BBS
Here’s the link… https://github.com/asve79/z80-telnet Rich -- Rich Cini http://www.classiccmp.org/cini http://www.classiccmp.org/altair32
By Richard Cini · #130 ·
Re: A modern BBS
I found this on Github that looks like a Z80 client. Rich -- Rich Cini http://www.classiccmp.org/cini http://www.classiccmp.org/altair32
By Richard Cini · #129 ·
Re: A modern BBS
Rather than trying to accommodate HTML and a browser. It might be worthwhile to pursue telnet which is sort of TTY over TCP/IP. The only hardware interface you need is the kind of ethernet card you
By bill rowe · #128 ·
Re: Z80MC Front panel problem.
Paul, It's not a problem.? It's just not well explained in the manual.? The FE soft reset is detected in the Keyboard Scanning within the ISR.? It is to bring you back to the Monitor program, but
By joshbensadon · #127 ·
Re: A modern BBS
I think Leif even runs an internet BBS from his home.? He's a good guy, local to me, we used to see each other at the monthly TPUG meetings before covid.
By joshbensadon · #126 ·
Z80MC Front panel problem.
I've got wierd problem on my Front panel board. All keys work fine and display and LEDs are ok, but the F+E soft reset doesnt do anything. F+0 does a Hard Reset with display showing F-0? 01,, after
By Paul Bigwood · #125 ·
Re: A modern BBS
Contiki? has one major problem as I check often.? Its hardware specific, and no sources.? I think it wants a C128 or similar.? Generally the Commieswere pretty slick machines but those that could
By ajparent1/kb1gmx · #124 ·
Re: A modern BBS
Richard Cini wrote: There was a web browser for the C64 called Con-Tiki, I think. It provided a Windows-like user interface, and used some little box to connect to the internet, via an ethernet
By Lee Hart · #123 ·
Re: A modern BBS
Found it: https://github.com/LeifBloomquist/BBSServer and this one (a fork of one from Jim Brain): https://github.com/FozzTexx/tcpser Rich -- Rich
By Richard Cini · #122 ·