using a pointer to COM1:

Shawn Masters smasters at gmuvax2.gmu.edu
Sun Nov 19 03:03:38 AEST 1989


You need to use the TurboC function bioscom().  The equivalent TurboC
call for that BASIC statement(I had to look it up, honest I don't use
BASIC), is:

	bioscom(0,0xE3,0);
This sets up the port the same way.  For more or different settings, the
TurboC manual provides a short to the point explination.

Shawn Masters
George Mason University

smasters at gmuvax2.gmu.edu



More information about the Comp.lang.c mailing list