How to write the data from a serial port into a text file using MATLAB?
1 次查看(过去 30 天)
显示 更早的评论
Hello all. I want to write data from serial port into a text file using MATLAB. I am generating the data to serial port using Arduino software (ADC operation using Arduino). The digital data in hex format is available in serial port. But I am not able to write it to a text file using Matlab command (I can view the data both in serial monitor of arduino and hyperterminal). fwrite(s,'1'); this is the command that i used. Can anyone please help me to solve this problem? Thank you in advance.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 MATLAB Support Package for Arduino Hardware 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!