Skip to content

Instantly share code, notes, and snippets.

View dextersiah's full-sized avatar
🎯

Dexter Siah dextersiah

🎯
View GitHub Profile
@dextersiah
dextersiah / ConnectionV2.py
Created January 28, 2020 09:41
An updated version of GPS Tracking for both python 2 and 3.7 that was created by shiyazt
# This code is only workable on python 2
import httplib, urllib
import time
from GPS_API import *
import serial
ser = serial.Serial("/dev/serial0") # Select your Serial Port
ser.baudrate = 9600 # Baud rate
ser.timeout = 0.5