Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 259 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 259 Bytes

STM device emulator for True Spectrum

For use:

git clone {this_repository}
pip3 install poetry
cd stm_emulator
poetry env use python3.7 # or ^3.7
poetry shell
poetry install
python3 ./emulatorStart.py ${/dev/tnt[X]} (requirement tty0tty)