Send data to PC from MCU & save it in .txt file

Thread Starter

aamirali

Joined Feb 2, 2012
412
Hi,

I am able to send data to hyperterminal & data sent is correct.
How can I save that data to .txt file instead. What should I do for this.
 

spinnaker

Joined Oct 29, 2009
7,830
Hi,

I am able to send data to hyperterminal & data sent is correct.
How can I save that data to .txt file instead. What should I do for this.

Where do you want to save the data? On the PC or on the MCU? Please help others to help you and be clear in your requirements.
 

Brownout

Joined Jan 10, 2012
2,390
HyperTerminal is a little restrictive in how it saves data. I've found that I need to send formatting along with data in order to have the data saved the way I need it. However, I've written my own communications program in which I can format the data when I save it from the computer, or even write it out as it's being collected. It's a work in progress, but the bulk of code for sending and receiving data is done.
 
Top