MODE command (Developers)
> In fact, even "com1"
> should be abstracted and changed to perhaps
> "external:eternal-september.org:119"
> I don't really understand this. I'm basically trying
> to connect to something that looks like a BBS. That's
> the paradigm I like. I don't like doing TCP/IP calls.
> I like the simplicity of a serial port.
IMHO you are remarkably clueless in what you are 'designing'.
even skipping the hard hardware level (RS232, RS422, RS485),
soft hardware level (baud rate, parity, etc.)
COM as a blocking call is hugely useless.
just imaging calling your "external:eternal-september.org:119" as a blocking call.
forgot to plugin modem line? wait a minute and reboot.
forgot to power up the modem ? wait a minute and reboot.
DNS resolver (eternal-september.org) not online? reboot.
eternal-september.org on maintenance or power failure? reboot.
your C90 everything design is simply not suited to real-world communication.
the socket interface was invented/designed for exactly this purpose.
of course, you may develop a TSR that does all this TCP/IP stuff and looks on top like
fd = fopen("external:eternal-september.org:119", "r+b"),
but 32-bit MSDOS won't help in implementing it.
Complete thread:
- MODE command - kerravon, 14.10.2021, 12:34 (Developers)
- MODE command - bretjohn, 14.10.2021, 17:36
- MODE command - kerravon, 15.10.2021, 00:29
- MODE command - bretjohn, 15.10.2021, 07:29
- MODE command - kerravon, 15.10.2021, 07:42
- MODE command - bretjohn, 16.10.2021, 00:50
- MODE command - kerravon, 16.10.2021, 02:07
- MODE command - RayeR, 18.10.2021, 21:44
- MODE command - kerravon, 16.10.2021, 02:07
- MODE command - bretjohn, 16.10.2021, 00:50
- MODE command - kerravon, 15.10.2021, 07:42
- MODE command - bretjohn, 15.10.2021, 07:29
- MODE command - kerravon, 15.10.2021, 00:29
- MODE command - DosWorld, 22.10.2021, 03:35
- MODE command - kerravon, 23.10.2021, 01:50
- MODE command - DosWorld, 01.11.2021, 19:05
- MODE command - kerravon, 01.11.2021, 20:02
- MODE command - tom, 02.11.2021, 18:53
- MODE command - kerravon, 02.11.2021, 21:22
- MODE command - tom, 02.11.2021, 18:53
- MODE command - kerravon, 01.11.2021, 20:02
- MODE command - DosWorld, 01.11.2021, 19:05
- MODE command - kerravon, 23.10.2021, 01:50
- MODE command - bretjohn, 14.10.2021, 17:36