were you thinking of using this to track your vehicle?
thinking about it, it would be possible to write an asp page to track the vehicle by getting your carpc to visit that page periodically, and the ASP page would log it to a database.
for example a web page like
Quote:
"www. domain. com/ nickstracker.asp?currentlatitude=53.14532¤tl ongtitude=0.134"
the page would then save the current lat and lon, and any other info you want, to the database.
Would that help? If so, let me know, and I will build one for you.