MATLAB 도움말 센터
Read line of ASCII string data from VISA resource
Since R2021a
data = readline(v)
data = readline(v) reads ASCII data from the VISA resource v until the first occurrence of the terminator and returns data as a string without the terminator. The function suspends MATLAB® execution until it reaches a terminator or a timeout occurs.
data
v
example
collapse all
Create a connection to a VISA resource. This example shows a connection to a device with the alias COM4 using the VISA-Serial interface.
COM4
v = visadev("COM4");
Set the terminator to "CR/LF".
"CR/LF"
configureTerminator(v,"CR/LF")
Read a string of ASCII data from the VISA resource v. The readline function returns data until it reaches a terminator.
readline
data = readline(v);
visadev
VISA resource, specified as a visadev object.
Example: readline(v) reads ASCII data from the VISA resource v.
readline(v)
Introduced in R2021a
visadev | read | configureTerminator | writeline
read
configureTerminator
writeline
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
웹사이트 선택
번역된 콘텐츠를 보고 지역별 이벤트와 혜택을 살펴보려면 웹사이트를 선택하십시오. 현재 계신 지역에 따라 다음 웹사이트를 권장합니다:
또한 다음 목록에서 웹사이트를 선택하실 수도 있습니다.
사이트 성능 최적화 방법
최고의 사이트 성능을 위해 중국 사이트(중국어 또는 영어)를 선택하십시오. 현재 계신 지역에서는 다른 국가의 MathWorks 사이트 방문이 최적화되지 않았습니다.
미주
유럽
아시아 태평양
지역별 지사에 문의