Most likely, people will use the RS-232 port to connect to a "WiFi modem," which can be had for around $60-80 for professionally made ones, or less than $20 for a home made unit. The last I'd heard, there will be a UART on the system, and we won't need to bit-bang GPIO pins.
I was just thinking about the GPIO bit-banging, and yet again I started thinking about using a Raspberry Pi (e.g. Zero W) as an infowebs gateway to talk to... Theoretically, a $5 solution (well, plus SD card), and it gives me an excuse to write Perl (because I love it) and Python (because I need the practice).
The expansion slot is going to be the recommended method. Reality is there will be KERNAL routines and by default those routines will use some of the user port pins to allow RS232 compatible serial. But by loading in a “driver” during the boot sequence you can reroute those routines to support a real UART for much better speed. So long as software is using KERNAL routines and not direct hardware access the changeover should be mostly seamless.
Most likely, people will use the RS-232 port to connect to a "WiFi modem," which can be had for around $60-80 for professionally made ones, or less than $20 for a home made unit. The last I'd heard, there will be a UART on the system, and we won't need to bit-bang GPIO pins.
Well, that's disappointing. We had talked so much about different RS-232 options on the FB group that it seems like a shame to just abandon RS-232 entirely.
Well, that's disappointing. We had talked so much about different RS-232 options on the FB group that it seems like a shame to just abandon RS-232 entirely.
It’s not abandoned, there just isn’t a UART. The user port can be used. You can however (not developed yet) get a card with a UART.
I've just noticed that the Ulitmate1541 has a builtin modem now. I've been surfing BBSs the last hours, it's working great. It should be possible to hook the address- and databus to the cartridge. The Expansion ports expose the whole Address and Databus. Of course the cartridges software will not work, but it can be controlled via telnet, so that shouldn't be necessary.