Skip to content

Conversation

@gitansh95
Copy link
Contributor

@gitansh95 gitansh95 commented Sep 18, 2017

2.4.0 (Streamer)

Nature       : Feature
Requested by : Quazar Research

Status       : In Progress

Description

The SMU is to stream voltmeter data at a specified frequency. This requires following features to be implemented.

1) Dynamically change baudrate to suit data stream.

	-- CHANGE_BAUD

2) Start recording

	-- START_REC : Starts recording of timed data into internal buffer.

3) Transfer recorded data chunks to computer

	-- REC_SIZE : Queries number of available data points in buffer

	-- REC_DATA : Transfers requested number of data points to driver.

5) Stop recording

	-- STOP_REC : Stops recording gracefully.
  1. Keep Alive Packets

    -- KEEP_ALIVE : Stops recording if keep alive packets are not received, i.e. driver is dead.

gitansh95 and others added 30 commits September 11, 2017 17:42
@gitansh95 gitansh95 self-assigned this Sep 18, 2017
@gitansh95 gitansh95 changed the title Functionality to stream data from the XSMU Functionality to stream data from the XSMU [WIP] Sep 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant