Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 325 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 325 Bytes

SerialCommunicationPython

  1. Install serial or pyserial module;
  2. Connect your mcu(with arduino code uploaded on it) to a usb port;
  3. Update the value of port in app.py accordingly;
  4. Run app.py in terminal;image