02-10-2021 02:45 AM
hello, i have some problem.
1. i code simple program about counting 1,2,3,4,... in Matlab Simulink and then upload it to LAUNCHXL-F28379D (TMS320F28379D).
2. Next, i want to read data that i already upload it to LAUNCHXL-F28379D (TMS320F28379D) in Labview using VISA.
My question is how to read that data?
thanks
02-10-2021 03:23 AM
Hi mustafa,
@mustamin27 wrote:
i want to read data that i already upload it to LAUNCHXL-F28379D (TMS320F28379D) in Labview using VISA.
My question is how to read that data?
Use VISA functions as you wanted to do!
02-10-2021 03:41 AM
Hello GerdW,
Here what i already made, still confuse about how to read the data.
Could you give me some clue?
02-10-2021 03:55 AM
Hi mustafa,
@mustamin27 wrote:
still confuse about how to read the data.
Could you give me some clue?
Why do you want to read "i" bytes? Don't you expect a message with afixed (or maximum) number of bytes? Don't you rely on the TermChar you enabled at VISASerialPortConfig?
Does your device send human-readable text or "binary" data? Is the conversion from string to number correct?
Do you get any error message?
Why are you "confused"?