Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

MS-DOS aux file -- what that is??

315 views
Skip to first unread message

luserdroog

unread,
Jul 5, 2021, 8:30:12 PM7/5/21
to
I've been reading up on MS-DOS programming and the various file functions
as they evolved from 1.0 to 2.0 to 3.0 from Norton's Guide to the IBM PC.
In the DOS 2.0 functions there are 5 file handles already opened and reserved.

0 = stdin
1 = stdout
2 = stderr
3 = stdaux
4 = stdprint

What in the heck is a "standard auxiliary file (or device?)"? Is there any lore
on what this was used for? Would you plug an extra gizmo into the computer
and install a device driver and hook it up as the aux file and do what ...
blinkenlights, 7 segment displays, warp coil polarity control?

Carlos E.R.

unread,
Jul 5, 2021, 9:08:08 PM7/5/21
to
It was the serial port, by default.

--
Cheers, Carlos.

J. Clarke

unread,
Jul 5, 2021, 9:58:45 PM7/5/21
to
My guess would the audio recorder, which on the PC wasn't used to
record sound but as an I/O device.

luserdroog

unread,
Jul 5, 2021, 11:01:27 PM7/5/21
to
Interesting. Do you a need a modem in there somewhere or A/D or D/A convertors?

Grant Taylor

unread,
Jul 6, 2021, 12:56:27 AM7/6/21
to
On 7/5/21 9:01 PM, luserdroog wrote:
> Interesting. Do you a need a modem in there somewhere or A/D or
> D/A convertors?

The original IBM PC included a Cassette port.

Link - Nobody ever used the IBM PC with cassette tape port.
- https://www.youtube.com/watch?v=G_8CXyF5M1Q&t=129s



--
Grant. . . .
unix || die

Bob Eager

unread,
Jul 6, 2021, 7:11:45 AM7/6/21
to
No, it was the first serial port. The AUX: device.

--
Using UNIX since v6 (1975)...

Use the BIG mirror service in the UK:
http://www.mirrorservice.org

Carlos E.R.

unread,
Jul 6, 2021, 7:16:08 AM7/6/21
to
Nope, sorry. The tape recorder thing wasn't a device, not a pseudo file
you could write to.

No, AUX was the serial port.

--
Cheers, Carlos.

Juergen Nickelsen

unread,
Jul 8, 2021, 12:01:41 PM7/8/21
to
"Carlos E.R." <robin_...@es.invalid> writes:

[AUX:]
> It was the serial port, by default.

And there was a MODE command to set the port parameters (among other
things), so this could actually be useful.

--
Usenet is like a herd of performing elephants with diarrhea --
massive, difficult to redirect, awe-inspiring, entertaining, and a
source of mindboggling amounts of excrement when you least expect
it. -- Gene Spafford

Ted Nolan <tednolan>

unread,
Jul 8, 2021, 12:13:34 PM7/8/21
to
In article <87a6mw2...@lith.ni.w21.org>,
Juergen Nickelsen <n...@w21.org> wrote:
>"Carlos E.R." <robin_...@es.invalid> writes:
>
>[AUX:]
>> It was the serial port, by default.
>
>And there was a MODE command to set the port parameters (among other
>things), so this could actually be useful.
>

Except it still wasn't useful because DOS didn't use interrupts to
drive the UART iirc. You still needed a program that could do that
directly to get any useful speed out of the com port, and that bypassed
the whole AUX: interface entirely.
--
columbiaclosings.com
What's not in Columbia anymore..
0 new messages