fuen Posted June 2, 2008 Posted June 2, 2008 (edited) Hello.I'm planning to make a program with autoit which works with GPS.Now, i've read this: http://www.autoitscript.com/forum/index.php?showtopic=71279, but i still don't understand it really.Some questions:What are COM ports exactly (understand it a little bit, but not full)?Can i convert bluetooth data to a COM port or something?Will a bluetooth GPS reciever work?- if yes:Will this (http://www.dealextreme.com/details.dx/sku.8840) or this (http://www.dealextreme.com/details.dx/sku.9415) one work?- If not, which device will work?I'm planning to make an app which sends the coordinates to a server, and displays a webpage full screen.Thanks in advance! :-) Edited June 2, 2008 by fuen
Airwolf Posted June 3, 2008 Posted June 3, 2008 Whenever you have a communication device attached to a computer, it is communicating on a COM port. You'll need to know the COM port your GPS device is communicating across in order to connect to it programmatically. A Bluetooth device should automatically occupy a COM port when connected to your machine. Check the device properties in Windows Device Manager to find the COM port. I'm not a big fan of Bluetooth and, as such, I am no expert about it. I did find this doing some Googling. Certifications: A+, Network+, Security+, Linux+, LPIC-1, MCSA | Languages: AutoIt, C, SQL, .NETBooks: AutoIt v3: Your Quick Guide - $7.99 - O'Reilly Media - September 2007-------->[u]AutoIt v3 Development - newbie to g33k[/u] - Coming Soon - Fate Publishing - Spring 2013UDF Libraries: SkypeCOM UDF Library | ADUC Computers OU Cleanup | Find PixelChecksumExamples: Skype COM Examples - Skype4COMLib Examples converted from VBS to AutoIt
fuen Posted June 3, 2008 Author Posted June 3, 2008 Okay, sounds easy. And when i have a com port, and a device which sends everything in NMEA(?), it's most likely i can use it - with autoit?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now