ItzEnigma/smart-home-avr

Lab 3 (Bootloader - GUI)

Closed this issue · 2 comments


Lab 3 (GUI)


Build a GUI-based PC application that controls the serial/USB port communicating with an AVR MCU. The application should have means to select the required task from the communication (where available tasks are: 1. Read. 2. Write).

The user should have a textbox to write the address to read/write from/to.

  • It should have either a textbox for the user to write data (if the writing task was selected) or a label to display the incoming read data (read task was selected). Add an LED to the AVR MCU to blink twice on any data reception or data request as an indicator.

pass problem to osman
Commit ID : f78153d

Taken from Osman and finished
Commit ID : 09122c9