필터 지우기
필터 지우기

Reading ASCII values from serial COM port

조회 수: 2 (최근 30일)
kintali narendra
kintali narendra 2018년 7월 26일
Hi all I tried reading ASCII values from barcode scanner(through serial port) into ML using the following program
delete(instrfind)
s = serial('COM5');
fopen(s)
[tline1,count1,msg1] = fgetl(s)
fclose(s)
but its not working
Can you help me in resolving the issue.
I know that the barcode code scanner communicates using ASCII.

답변 (0개)

카테고리

Help CenterFile Exchange에서 String Parsing에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by