Basic4ppc - Windows Mobile Development  

Go Back   Basic4ppc - Windows Mobile Development > Main Category > Code Samples & Tips
Home Register FAQ Members List Search Today's Posts Mark Forums Read

Code Samples & Tips Share your recent discoveries and ideas with other users.


Scan for presence of GPS card


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-26-2007, 01:57 PM
alfcen's Avatar
Basic4ppc Veteran
 
Join Date: Apr 2007
Location: Okinawa, Ryukyu
Posts: 424
Awards Showcase
Beta Tester 
Total Awards: 1
Default Scan for presence of GPS card

Hi gang
Here is code by which I successfully scan presence of a CF type GPS card in iPAQ hx4700 h2200 Pocket PCs. Use or abuse at will :-)

Sub ScanGPS
Dim i, v, cab, key, GPSPort
reg.RootKey(reg.rtLocalMachine)
key = "Drivers\Active\"
v=9
NotCreated:
v = i + 1
For i = v to 99
cab=key & Format(i,"D2")
ErrorLabel(NotCreated)
PnpID = reg.GetValue(cab, "PnpID")
if StrLength(PnpID) > 3 then
if StrIndexOf(StrToUpper(PnpID),"GPS",0)<>-1 then
GPSPort = SubString(reg.GetValue(cab, "Name"),3,1)
Return GPSPort
End if
End if
Next
End Sub
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Accessing file on device or storage card tsteward Questions & Help Needed 2 11-02-2008 12:32 AM
Find serial number of SD card after formatting Paul Questions & Help Needed 0 10-19-2008 10:43 PM
SD-Card in sleep mode berndgoedecke Questions & Help Needed 0 07-17-2008 07:02 PM
SD Card fix partition table? MM2forever Chit Chat 3 06-07-2008 10:04 AM
Card images Stellaferox Code Samples & Tips 11 02-02-2008 04:44 PM


All times are GMT. The time now is 03:03 AM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0