07-24-2017 01:59 AM
07-24-2017 02:07 AM
Yes man for sure I tried it but not working. I also used the termination character "\n" to help but still I have the same error massage! you can find the attached file for the modified code
07-24-2017 02:19 AM
Hi Zahran,
I tried it but not working.
What is "not working"?
What is the return count?
What is the received string?
Which error do you get?
I also used the termination character "\n" to help but still I have the same error massage!
In the attached VI you are using the LF (aka \n aka LineFeed) as TermChar as it is the default value of VISASerialPortConfig! According to your first post that should do it: your data message ends with "\r\n"…
(I hope you are talking about those control codes aka CR/LF aka hex values 0D/0A…)
07-24-2017 08:34 AM
@Zahran88 wrote:
Yes man for sure I tried it but not working. I also used the termination character "\n" to help but still I have the same error massage! you can find the attached file
for the modified code
I can't believe I missed the attached file on your first post. Ugh. My apologies!