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