473,698 Members | 2,631 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Wireless Electronics/Cell Phones/GPS/Text Messaging

Thank you for any and all assistance in finding information on this, it is
greatly appreciated.

I have a client that wishes to integrate into a desktop application three
things from an Access 2000 database and program created for their operations.

They would like to be able to text message from this program to
Wireless/Cellular phones: Can this be done? If so, where would one research
code to do this in VB.NET 2005?

They would also like to be able to capture the GPS data from the same phones
in a program again in VB.NET 2005, and plot this data to a mapping software,
either commercial or developed.

I know this can be done, but I need places to research it. They would like
to be able to port their data from the Access database into Quickbooks.

Finally all of this would be built into a new proprietary scheduling
software GUI, that would interface with Access db and allow them to pull the
data into the program in two locations, miles apart.

--
Michael Bragg, President
eSolTec, Inc.
a 501(C)(3) organization
MS Authorized MAR
looking for used laptops for developmentally disabled.
Aug 24 '06 #1
2 2015
Hi Michael,

This depends on how you're going to send text message. Generally, there are
2 ways.

1. You can connect your cell phone to you PC and send message through that
phone. You need to get an SDK from the manufacture of this cellphone.
2. You can send text message through the mobile operator. You might need to
get an SDK from them. Connecting to their server and send message.

I don't think there will be code sample to do this, because each
manufacture of cellphone and each mobile operator will provide different
SDKs.

If you want to get GPS information from the cellphone, you need to open a
serial port to it. The data from the serial port is in NMEA standard.
You'll be able to parse it with the following reference.

http://www.gpsinformation.org/dale/nmea.htm

Kevin Yu
Microsoft Online Community Support

=============== =============== =============== =====
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
=============== =============== =============== =====

(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Aug 24 '06 #2
Hi,

Kevin is on-target with SMS messaging. The answer is, "it depends."

As to GPS from the phones, that is more difficult. Most phones DO NOT
expose the GPS or other location information via an API in the deivce (there
are a couple of specific manufaturers that may, but in general, the NMEA
data from enbedded GPS simply is not accessable). For the to work with
today's phones, you need one of two things.

1. Subscribe to the location service that is provided by certain network
vendors (Microsoft Location Server:
http://msdn.microsoft.com/library/de...ppointloc.asp).

2. Add an external GPS and connect to the device using Bluetooth
(simplest). The GPS NMEA data then may be interpreted, and returned
(easiest is an return SMS message, perhaps) to your own server application.
For example, I provide a free DecodeGPS dll on my homepage that can be used
to extract this data.

This process would be fairly straight forward if you could specify Windows
Mobile 5 phones. You coulds use Visual Studio 2005 and the Compact
Framework 2 for coding. Sending and receiving SMS messages can be handled
pretty simple on that platform, and adding GPS capability also (I think
there is one HP iPAQ phone with built-in GPS that you might be able to use,
if you can specify the actual target hardware).

Dick

--
Richard Grier, MVP
Hard & Software
Author of Visual Basic Programmer's Guide to Serial Communications, Fourth
Edition,
ISBN 1-890422-28-2 (391 pages, includes CD-ROM). July 2004, Revised March
2006.
See www.hardandsoftware.net for details and contact information.
Aug 24 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
3866
by: Larry Woods | last post by:
I have a situation where I need to send a text message to a cell phone. Any ideas? TIA, Larry Woods
0
1799
by: Carlos Eduardo Peralta | last post by:
Hello dotnet frineds: I make a decision in the 2001 year: i want to be a dotnet guru. I want to consume all my learning hours just learning this applications plataforms and NOT THE JAVA ONE. I realize yesterday with a lot of pain that that kind of cell phones (motorola) have the Java runtime in the firmware! FUCK! Do you know if i can make complete apps for that phones or it there is
2
1365
by: Elmo Watson | last post by:
First of all - is it possible with ASP.Net, to send text messages to a certain phone? And, if it's possible, is there a site that goes through a tutorial (or whatever) concerning how to sent a text message to a phone, using ASP.Net
3
2807
by: squash | last post by:
I have a client who wants to be able to automatically send a text message to a cell phone after a user submits a form with a valid cell phone number. Is this possible? Which websites provide this service, if any? Is there an api for it?
45
3052
by: Arno R | last post by:
Hi all, I am about to distribute an A97-runtime app. which will be used on a LAN by approx. 30 users. The network is pretty good, but there are a few managers who have wireless laptops... Of course they also want to access the db. I am a bit afraid of possible corruption due to the wireless connections. ==> Do I have to be afraid indeed? If so, what is the best way to deal with this? Should I trace the wireless connections...
8
2057
by: Bob Alston | last post by:
I just acquired a pro bono nonprofit client who has various problems with Access that they want me to address. In our initial discussion, they mentioned that their network is a LInksys wireless network, connecting 5 PCs in a small access. Of course, my ears perked up at the mention of Access and wireless network in the same sentence. I have always read that Access is subject to corruption over anything but the most robust LAN. ...
4
4133
by: Pancakes | last post by:
Hello all, this is my first post in these forums, so bear with me if I've broken a few rules here or there. Anyhow, I would like to ask if anyone if familiar with the XBee Pro, here, and documentation is available here. The documents don't match the product exactly, the links from the product page ended up to the documents page I supplied. The difference between the models are just the effective range (I think), and the models are...
0
8611
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9170
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8904
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8876
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7741
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5867
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4624
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3052
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2341
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.