fprintf on S12XE

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

fprintf on S12XE

918 Views
CodeMonkey
Contributor I
Hi,
 
I am running code on my S12XE instrumented with a code coverage tool which uses fprintf to write coverage data to a file. I compiled termio.c into my application and I can see the putchar output of the serial port in HyperTerminal. However, no file is created on my PC with the fprintf. Is it even possible to use fprintf to write to a file on my PC? I know on a TI F2812 Code Composer will do an frpintf through BDM to my PC.
 
Thanks,
Chris
Labels (1)
0 Kudos
1 Reply

285 Views
JimDon
Senior Contributor III
You can have your terminal program log to a file.
0 Kudos