PDA

View Full Version : Writing serial data to text file



TurboLS
- 2nd March 2005, 20:04
OK, basically I have serial 8-bit data coming in to the PC from the PIC. I can see the 8-bit data clearly on the serial comm. window. My question is this:

Is there any way to send that data to a text file automatically in MicroCode studio?

thanks.

Darrel Taylor
- 2nd March 2005, 22:09
I don't think so, but it's easy to do with Hyperterminal.

From the menu goto Transfer|Capture Text enter a filename and all incoming data will be saved to the file.

Darrel