Skip to content

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

License

Notifications You must be signed in to change notification settings

lucapezza/02203-serial-interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages