ShevelyanchikAlex / embedded-systems-software-lab5-core

A protocol for two-way communication with a PC via a COM port (Core)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Embedded Systems Software (lab-5)

A protocol for two-way communication with a PC via a COM port (Core).

Implemented functionality

  • Sending values from the light sensor, potentiometer and temperature sensor to PC via COM-port.
  • Receiving messages from the PC via COM-port and depending on this processing the outgoing message.
  • Ability to change delay time (1000/3000).
  • Depending on values from the light sensor change color on RGB-Led.
  • Depending on values from the temperature sensor change RED/BLUE-Leds (transition temperature +15°C).

About

A protocol for two-way communication with a PC via a COM port (Core)


Languages

Language:C 97.7%Language:Assembly 1.8%Language:HTML 0.3%Language:C++ 0.1%Language:Makefile 0.1%