Reading ASCII values from serial COM port

2 次查看(过去 30 天)
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