03-03-2009 06:34 AM
Hi.
I'm working in LV8.6, and have to do serial port manager. I have problem, because I have to allow user to use two termination chars in transmition. Is it possible to do with VISA? The termination chars should appear when reading and when sending.
Solved! Go to Solution.
03-03-2009 07:15 AM
Hi Czarek,
two termination characters for sending is no problem, but not for receiving. You should disable the termination character and read all bytes available. The you can cut your string with regular functions.
Hope it helps.
Mike
03-03-2009 07:27 AM
Hi MikeS81.
I'll follow your advice. Thanks a lot.
03-03-2009 09:19 AM