[Qgis-developer] Connect to GPS device

2013-06-26 Thread Josua S
Hello I am working on a Python plugin for QGIS 1.8. My goal is to automatically connect to a gps device ata COM port. I tried to clone some code of qgsgpsinformationwidget.cpp and looks like this: ---from qgis.core import *from qgis.utils import *from PyQt4.Qt

Re: [Qgis-developer] Connect to GPS device

2013-06-26 Thread Josua S
Here's the code again, in case it is not displayed correctly: http://pastebin.com/sKfY2jDj From: josh-t...@hotmail.com To: qgis-developer@lists.osgeo.org Date: Wed, 26 Jun 2013 14:12:20 +0200 Subject: [Qgis-developer] Connect to GPS device Hello I am working on a Python plugin for QGI

Re: [Qgis-developer] Connect to GPS device

2013-06-27 Thread Josua S
Or does anyone have other experiences with connecting to a GPS device in Python code? I would be very grateful for any help. Regards, Josua From: josh-t...@hotmail.com To: qgis-developer@lists.osgeo.org Date: Wed, 26 Jun 2013 14:16:04 +0200 Subject: Re: [Qgis-developer] Connect to GPS device

Re: [Qgis-developer] Connect to GPS device

2013-06-27 Thread Nathan Woodrow
evice in > Python code? > I would be very grateful for any help. > > Regards, Josua > > > > > From: josh-t...@hotmail.com > To: qgis-developer@lists.osgeo.org > Date: Wed, 26 Jun 2013 14:16:04 +0200 > Subject: Re: [Qgis-developer] Connect to GPS device > >