Table of Contents

Lab03 - Nucleo Echo

Instructions

stty -F /dev/ttyACM0 -brkint -icrnl -imaxbel -opost -onlcr -isig -icanon -iexten -echo -echoe -echoctl -echoke 115200
cat /dev/ttyACM0 

If you face any problem in this stage inform lab instructors.

echo led1 >/dev/ttyACM0

After this command, green led on your board should turn on. If you send the code below,

echo led0 >/dev/ttyACM0

green led should be off.

Lab Tasks

Modify main.c in a way that