[897] in winnt
DOS voodoo
daemon@ATHENA.MIT.EDU (djbroder@MIT.EDU)
Mon Aug 26 11:54:12 2002
From: djbroder@MIT.EDU
Message-ID: <1030377250.3d6a4f227464e@webmail.mit.edu>
Date: Mon, 26 Aug 2002 11:54:10 -0400
To: winpartners@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
Twelve years ago I did this, but Lord knows I can't remember how...
I want to send a string of six or eight hexadecimal numbers out of COM2 (or 1)
to a device (a projector).
I do know that the COM statement goes something like this:
mode com2: baud=9600 parity=n data=8 stop=1 {xon=none, full duplex}
(The projector in question wants the above parameters. I do not know what is
optional and what is required)
any how I want to pipe the following string to a com port (in hex):
02 00 00 00 02
can anybody point me to a full explanation of the mode command? Or whatever it
is I need?
thanks