09-21-2006 09:54 AM
09-21-2006 10:30 AM
09-21-2006 10:56 AM
09-21-2006 11:17 AM - edited 09-21-2006 11:17 AM
I still don't understand the issue. If you do what I say and have a numeric x41, convert that to string, the interpreter will receive x41 at the other end. You are not sending ASCII text. No matter what you provide at the input to VISA Write, you are sending a byte stream over the serial connection. You can play around with peak/poke all that you want, but you will have exactly the same results. It may be marginally faster to write a numeric to the serial port with the outport function but the data in the serial port buffer ends up being exactly the same.
Message Edited by Dennis Knutson on 09-21-2006 10:18 AM
09-21-2006 03:37 PM
Dennis,
Thank you for your persistance. I see the err of my ways.
Best,
Mike