ME 305 Website by Cole Sheedy
dataHandlingClassW1.py File Reference

Data generation and transfer initiated by user input from different console. More...

Classes

class  dataHandlingClassW1.dataHandling
 Simulates data collection and transfer through UART port. More...
 

Detailed Description

Data generation and transfer initiated by user input from different console.

This program generates data based on the decaying sine wave as a function of time. The data generation starts once the user types 'g' and stops on 's' or after the collection duration is reached. This assignment is meant to help us students learn how the serial transfer works.
Source code files and related ones:
mainW1.py https://bitbucket.org/ColeSheedy/me-305-work-repository/src/master/LabWork/Lab4/mainW1.py
dataHandlingClassW1.py https://bitbucket.org/ColeSheedy/me-305-work-repository/src/master/LabWork/Lab4/dataHandlingClassW1.py
userInterfaceW1.py https://bitbucket.org/ColeSheedy/me-305-work-repository/src/master/LabWork/Lab4/userInterfaceW1.py

Data Handling Class Diagram
Author
Cole Sheedy
Date
2/25/2021