Matthew's Portfolio
uiTask.py File Reference

Class to run state machine on Nucleo and communicate with Nucleo. More...

Classes

class  uiTask.uiTask
 UI Task interfaces between front end and the serial port. More...
 

Variables

 uiTask.myuart = UART(2)
 Assign variable to UART port 2.
 

Detailed Description

Class to run state machine on Nucleo and communicate with Nucleo.

Interface with the Spyder Console window through the serial communication. If a keyboard key has been pressed, it will be sent through serial to this script, where it will call for an action, such as starting data collection via the ADC. Data will be sent back through serial to output into the Spyder Console or to plot. See source code here:

Author
Matthew Frost
Ryan McLaughlin
Date
Originally created on 05/23/21
Last modified on 06/05/21