lucapezza / 02203-serial-interface

The serial interface Python script for the 02203 course at DTU.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

02203 serial interface

This application allows the download and the upload of a P2-type PGM image of size 352x288 pixels using the serial port.

EXE generation for Windows

To genenrate the .exe for MS windows run the following command. Probably the full path for the icon is needed.

pyinstaller --windowed --onefile --icon=icon.ico --name="Serial interface" serial_interface.py

ToDo:

  • Write Makefile
  • Support Python 2 (if possible)
  • Upload the icon.ico
  • Write a proper README.md

About

The serial interface Python script for the 02203 course at DTU.

License:Other


Languages

Language:Python 100.0%