How to write the data from a serial port into a text file using MATLAB?
1 view (last 30 days)
Show older comments
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.
Answers (0)
See Also
Categories
Find more on MATLAB Support Package for Arduino Hardware in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!