Back to the Utilities main page
Copyright © 2007 Atmel Corporation
This program is used to print a vector on a graph. The data to be printed have to be formatted as follow to be parsed by the application:
0.1545211 -0.5892455 ...
DataPrinter filenameThe filename argument specifies the input buffer file path.
First of all, to compile this software you need to download a free compiler called Dev-C++, available here.
Then double click on the DataPrint.dev file and Dev-C++ will open. To compile the software, go to Execute>Compile and it will create an executable called DataPrint.exe that you can launch following the section "Usage" .