Back to the Utilities main page

AVR UC3 Series Software Framework: DSPLib - Static Complex Vector Visualization for Cygwin.

Copyright © 2007 Atmel Corporation

Introduction

This script is a combination of three main programs (DataGet, DataExtract and DataPrint) available in [ DSPLIB ]/UTILS/PROGRAMS/WINDOWS/ directory.
It permits to visualize a fixed-length data buffer from the serial port formatted as follow:

	1.	0.265445	+ 0.586624i
	2.	-0.025633	+ -0.i
	...
All others pattern lines will be avoid and not include in the visualization. Therefore this script is useful to visualize example's results. In a nutshell, it permits to visualize data printed with the dspXX_debug_print_complex_vect functions.

Usage

You can modify two parameters:

  • COM_PORT: the serial port identifier used (i.e.: COM1).

  • COM_BAUDRATE: the baud rate of the transmission (i.e.: 9600).
  • Then, once launched, the script will wait until a reset has been performed on the target (which means it will wait until the beginning of the transmission to be sure data are well synchronized).

    Script sources descriptions:

  • Directory: [ DSPLIB ]/UTILS/SCRIPTS/SERIAL_SCOPE/
  • Concerned file: scope
  • Language: Bourne Shell script
  •  


    AVR is a registered trademark of Atmel Corporation.