11-10-2005 01:16 PM
11-10-2005 01:52 PM
11-10-2005 03:35 PM
What is the device that you are trying to talk to?
A couple of things to keep in mind. Verify the correct, if any, termination character. Also, the timing between the write and read will not be consistant since you are using the Wait Until Next Multiple function. You may want to put the Bytes at Port property node in a loop until it sees the 6 bytes, or times out.
11-11-2005 02:10 AM - edited 11-11-2005 02:10 AM
Hi csi04,
It looks like you want to send 6 bytes, but you're sending 24 bytes, as you've initialized the array to be 6 - 32-bit-signed-ints! 🙂
(see the conversion at STX?)
Message Edited by Dynamik on 11-11-2005 02:16 AM