Skip to content

Instantly share code, notes, and snippets.

@kzar
Created May 12, 2011 15:08
Show Gist options
  • Save kzar/968694 to your computer and use it in GitHub Desktop.
Save kzar/968694 to your computer and use it in GitHub Desktop.
Script to automate Python deployment to Telit GPS unit
#!/usr/bin/python
# Script to send Python scripts to the Round solutions development board
# (Designed for use with the GSM862-GPS and RS-EB-S3 Rev 3)
#
# Idea is that you connect to the Unit through the serial port provided
# using the screen command. You then use this script to have the commands
# and your code sent to screen automatically.
# (For help with screen read this:
# http://www.tigoe.net/pcomp/resources/archives/avr/000749.shtml )
**** MOVED https://github.com/kzar/telit-862-python-tools ****
@lantins
Copy link

lantins commented May 12, 2011

BSD > GPL

imo ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment