how to access serial port data in matlab?
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
Hi everyone i have data coming from RFID reader in its software via serial port and i want the same data in matlab in real time . If i open that port in matlab i have to close that port in reader software and i got nothing in matlab. please help me out. thanx note: the source code of the software is available with me
0 件のコメント
回答 (1 件)
Suneesh
2014 年 7 月 7 日
0 投票
- Check if the device is transmitting. A loop back test is a good way to start with.
- Sometimes a termination character is required. MATLAB might still be waiting for the terminating character to arrive.
1 件のコメント
waleed raza
2014 年 7 月 8 日
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!