Skip to content

Instantly share code, notes, and snippets.

@kzar
Created May 22, 2011 12:48
Show Gist options
  • Save kzar/985433 to your computer and use it in GitHub Desktop.
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
#!/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