Microchip® Advanced Software Framework

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Serial Scope

This script is used to visualize a data stream from the serial port formatted as follow:

0.265445
-0.025633
...
scope.gif

This script is a combination of two main programs (Data Get and Data Print)

Usage

scope [-port portname] [-speed baudrate]

You can also directly modify two parameters in the script:

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

Information

All the files related to this module are located under /avr32/services/dsp/dsplib/utils/scripts/serial_scope