Created
May 12, 2011 15:08
-
-
Save kzar/968694 to your computer and use it in GitHub Desktop.
Script to automate Python deployment to Telit GPS unit
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 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 **** |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
BSD > GPL
imo ;-)