Created
May 22, 2011 12:48
-
-
Save kzar/985433 to your computer and use it in GitHub Desktop.
Script to check and write out hex dumped .pyo files from Telit 862
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# Script to write pyo files from dump provided by telit-pyo.py script | |
# - Expects format provided by telit-pyo.py | |
# https://gist.github.com/985401 | |
# - Prepends 'telit-' to file names | |
# - Verifies sizes match what the unit reported before writing | |
# | |
# Copyright 2011 Dave Barker | |
# | |
*** MOVED https://github.com/kzar/telit-862-python-tools **** |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment