uvic-auvic / Bootloader_App

Application used to communicate with and load programs onto our PCBs
0 stars 0 forks source link

Create a class for interfacing with a PCB running the bootloader #1

Closed poornack closed 5 years ago

poornack commented 6 years ago

Problem Description: AUVIC is working on a bootloader for its PCBs with a STM32 microcontroller. An application running on the Jetson or members' personal computer should communicate with the PCB and be responsible for downloading the program to the PCB.

Task: Create a class in python that meets the requirements below. This class will be used to create a console application and a GUI application.

Requirements: