Back to the Utilities main page

AVR UC3 Series Software Framework: DSPLib - Serial Scope for Cygwin.

Copyright © 2007 Atmel Corporation

Introduction

This script is a combination of two main programs (DataGet and DataPrint) available in [ DSPLIB ]/UTILS/PROGRAMS/WINDOWS/ directory.
It is used to visualize a data stream from the serial port formatted as follow:

	0.265445
	-0.025633
	...


Usage

  scope [-port portname] [-speed baudrate]
The -port portname argument is used to set the name of the port used to receive data.
The -speed baudrate argument fixed the speed of the communication.

You can also directly modify two parameters in the script:

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