how to access serial port data in matlab?
Info
This question is closed. Reopen it to edit or answer.
Show older comments
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
Answers (1)
Suneesh
on 7 Jul 2014
0 votes
- 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 Comment
waleed raza
on 8 Jul 2014
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!