bluetooth gps and max
I am trying to figure out how to get the gps data from my Holux bluetooth gps.
I can't figure out the serial object.
I know the following:
-It shows up in the max window "serial: port c: HOLUX_M-1000-SPPslave-1"
-In system preferences it is "disconnected" and will remain this way until a gps program connects to it.
any help would be great.
thanks in advance,
-tailor
update,
I found how to interface with the gps.
I am getting data from the serial object.
the only problem is that it is a huge string of numbers and doesn't make any sense.
it reads 1020 numerical characters
anyone know how I can make this xy? or nema?
Have you formatted the data so you are not looking at the ASCII data? If not, look at communications tutorial 2:serial communication. It goes into great detail about formatting information being transmitted over serial.
ahh, thanks, that works great.
I have the nema data in ascii.
Im having trouble extracting the information.
I got it all separated.
thanks
Hi tailortrik0,
I have just buought a GPS USB receiver and am about to start the techniques you mentioned in the posts. Are there any tutorials that you used that you could point me towards? I am going to try the steps mentioned above and see what I come up with.
Just out of interest, what are you using the GPS data for?
Thanks.
azs wrote on Thu, 12 February 2009 21:43...look at communications tutorial 2:serial communication...
Sorry to be a bit dim but where is this tutorial I have looked everywhere. Is it a tutorial patch or in a pdf (if so which pdf) or online here?
a+
gar
In max five, you can access it from help>max tutorials> serial communications (under communications.) here is a link to the online version
Hi
Thanks, I am on 4.6 at the moment and I'm seeing this advice mentioned in older posts as well so there must be an older version of this - do you know where it exists in 4.6?
a+
gar
I don't know, but I kind of doubt it. Max 5 has been out since october of 2007? I was very confused about the serial data until I got max 5 and saw that tutorial. I would normally have scoured the tutorials, but maybe I missed it in 4.6. Anyway, you should be able to open the patch in runtime and also read the explanation. Copying the objects might be less time consuming than searching for a max 4 version of the same patch.
Hi
good idea about using runtime 5, hadn't thought of that. I've remade it now in 4.6 and am working through it. Thanks.
a+
gar