02-19-2014 01:10 PM
Great answer.
Please tell me that which I have to add 0XA, 10, /n????
Coming data is in acsii??????/
02-19-2014 01:49 PM
Haris115 wrote:
Please tell me that which I have to add 0XA, 10, /n????
If you are using a C compiler, use "\n". That is a special character in C to designate a new line.
Haris115 wrote:
Coming data is in acsii??????/
Data coming from where? You told us that the data from the instrument is binary. You are making a special converter to change it to ASCII. That is what you told us. Is that information not correct?
02-19-2014 01:59 PM
yes my statment is correct.
Data that run seven segment display is in bits and I make a converter that convert bits that run 7-segment display to ASCII
02-19-2014 02:41 PM
02-20-2014 04:14 AM
Hellow I have one question after searching on website that
Using windows OS, we have to use both EOL and CR as termination character in Labview. that is \r\n
I am using windows 8.1 and want to add termination character in coming string. Either I have to add both of them or single linefeed will do work for termination caharcter.????
02-20-2014 05:59 AM
Windows doesn't matter in this case. VISA only uses 1 character for the termination character. Just use the Line Feed.