Reading ASCII values from serial COM port
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/192654/image.png)
Can you help me in resolving the issue.
I know that the barcode code scanner communicates using ASCII.
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Low-Level File I/O dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!