npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@mchp-mcc/data-streamer-driver

v2.0.1

Published

Data Visualizer Driver

Downloads

517

Readme

Data Streamer Protocol Driver

Overview

The Data Streamer Protocol allows you to send multiple variables from your embedded application, to display these variables on a graph (or custom dashboard).

Features

  • Selectable UART Dependency
    • This allows to select the UART over which you would like to send Data Streamer frames.
    • If you are using a development kit, this will typically be the UART connected to the Serial/ CDC port.
  • Add Variables and Configure its type
    • You may add variables as many as you like.
      • You may add by Clicking the "+" icon beside the existing variables. This adds new variable above the existing one.
      • You may add by Clicking the "+" icon at the bottom. This adds new variable at the bottom of the variable list.
    • You may remove existing variables as well.
      • This is done by clicking the 'trash bin' icon beside the variable to be removed.
    • For each variable, you can configure its type from the list of allowed variable types.
    • For each variable, you can configure and give it a name. The variable name should be valid in C Language.
    • For each variable, you can configure its type from the list of allowed variable types.
  • Configurable API Prefix. API Prefix should be valid in C Language
  • Generates the Data Streamer APIs
    • Sends stream of variables to be displayed
  • Generates ds Configuration file
    • When opened with Data Visualizer, this will show list of configured variables

References

Open the links below for more information:

  • Data Streamer User Guide Data Streamer User Guide
  • MPLAB Data Visualizer Guide MPLAB Data Visualizer Guide
  • Data Stream Protocol Data Stream Protocol

Changelog

All notable changes to this project will be documented in this file.

[2.0.1] - 2024-07-30

New Features

  • CC8SCRIP-20438 :- dsPIC33A device support for Data Streamer Driver

[2.0.0] - 2024-02-15

New Features

  • CC8SCRIP-17509 :- Add Analytics Support for the Data Streamer Library
  • CC8SCRIP-15287 :- Data streamer support for dsPIC device family

Improvements

  • CC8SCRIP-19366 :- Refactor Data Streamer API implementation to use UART driver Interface
  • CC8SCRIP-12983 :- Data Streamer to explicitly request 115200 baudrate to UART PLIB

[1.3.0] - 2022-09-14

New Features

  • CC8SCRIP-8572 :- Refactor Data Streamer to the latest UART interface
  • CC8SCRIP-7135 :- Upgrade Data Streamer Library to handle pointers

Bug Fixes

  • CC8SCRIP-9381 :- Missing Data Visualizer from Library Tab in Device Resources
  • CC8SCRIP-7846 :- Data Streamer driver libraries(PIC16F17146): Unable to send multiple data
  • CC8SCRIP-7828 :- Code generated for Data Streamer will not work.
  • CC8SCRIP-7827 :- Data Streamer and UART3PLIB invoke warning about Parity and DataSize
  • CC8SCRIP-4708 :- "DataVisualizer_SendFrame" does not clear TX Complete at the start, nor waits for TxReady before sending the START and END bytes
  • CC8SCRIP-4403 :- tinyAVR 2: Data Streamer driver issues
  • CC8SCRIP-3104 :- AVR DB Data Streamer Driver - wrong sequence of USARTn list