Back to the Utilities main page

AVR UC3 Series Software Framework: DSPLib - Data Print for Windows.

Copyright © 2007 Atmel Corporation

Introduction

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
	...

Usage

	DataPrinter filename
The filename argument specifies the input buffer file path.

Compilation

Tool sources descriptions:

  • Directory: [ DSPLIB ]/UTILS/PROGRAMS/WINDOWS/DATA_PRINT/
  • Language: C
  • Disclaimer: This tool has been tested on Windows XP Professional.
  • 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" .

     


    AVR is a registered trademark of Atmel Corporation.