write to text file

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

write to text file

1,366 Views
writetotextfile
Contributor I
I am using 68HC(S)12 . I want to write the results of analog to digital conversion into a text file. Anyone has any helpful hints.
 
thanks
s
Labels (1)
0 Kudos
3 Replies

497 Views
pittbull
Contributor III
Hi,
You can send the data over SCI to a PC...
0 Kudos

497 Views
Nicklop
Contributor I
But how to do it in the program?
 
Any example?
0 Kudos

497 Views
allawtterb
Contributor IV
Is this just for testing purposes or will it be part of the final product?  If it is for testing purposes, the FreeMASTER program provided by freescale be setup to do this very simply.
 
 
Otherwise, you can use the SCI as mentioned above to send the data over RS-232 to a computer, you will have to write an application on the computer to log the data or find a free RS232 monitor program that allows logging of data.
0 Kudos