summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgpsprof5
1 files changed, 0 insertions, 5 deletions
diff --git a/gpsprof b/gpsprof
index f34d2d96..7402a992 100755
--- a/gpsprof
+++ b/gpsprof
@@ -408,11 +408,6 @@ def plotframe(await, fname, speed, threshold, title):
sys.exit(1)
device = session.data.devices[0]
path = device["path"]
- session.baudrate = device["bps"]
- session.parity = device["bps"]
- session.stopbits = device["stopbits"]
- session.cycle = device["cycle"]
- session.gps_id = device["driver"]
# Set parameters
if speed:
session.send('?DEVICE={"path":"%s","bps:":%d}' % (path, speed))