On Tue, 20 Feb 2001 08:16:52 -0800 (PST), "Mr. Rossi"
wrote:
>I just logged the serial communication between an extern device with
>the com2 interface. Now what I want to do is, to write the recorded
>data to the Adress of the Com2, so in other words I want to simulate
>that device which is not currently connected!
>
>I found some vi=B4s InPort and OutPort but I am not certain if I will
>crash my system writing to a hardware address.
The Hardware normally used for a COM port use the same adress for send
and receive. A write will send data out on TX and a read will read
what data came in on RX. This means that your idea will not work.
You already got some advice about Null modem cables.
--
Rolf