Can Microsoft VB and Access Integrate with GSM for SMS Notifications?

Click For Summary

Discussion Overview

The discussion centers around the integration of Microsoft Visual Basic (VB) and Microsoft Access with a GSM module for sending SMS notifications regarding student results. The scope includes technical feasibility, potential solutions, and challenges related to the project.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested

Main Points Raised

  • One participant, darkangel204, seeks assistance on whether Microsoft VB and Access can work together with a GSM module for SMS notifications.
  • Another participant suggests that while it is possible, the integration may be problematic and time-consuming.
  • A different approach is proposed involving PHPMailer, which could send results via email to SMS gateways, allowing broader compatibility with phones.
  • One participant inquires about resources for GSM projects and circuit details, indicating a need for foundational information.
  • Another participant recommends contacting cell phone service providers for potential interfaces or solutions, mentioning the possibility of using email to send messages to phones.
  • Concerns are raised about the legality and feasibility of building a custom circuit to access the cell phone system.

Areas of Agreement / Disagreement

Participants express a range of ideas and approaches, with no consensus on the best method for integration. Multiple competing views remain regarding the feasibility and methods of sending SMS notifications.

Contextual Notes

Participants mention various technical challenges, including the need for specific interfaces, potential reliance on service providers, and the complexity of integrating different technologies. There are also unresolved questions about the legality and practicality of certain approaches.

Who May Find This Useful

Students and developers interested in integrating software with GSM technology for notifications, as well as those exploring SMS solutions in project development.

darkangel204
Messages
1
Reaction score
0
Hi guys,

I'm a final year Electrical Engineering student need help from you guys. my project is to build a system that will help the student to know their final semester result via sms. it designed using Microsoft Access for its database and Microsoft Visual Basic 6.0 as interface.

my question is, is there any chance that Microsoft VB and Microsoft Access can be used together to upload data through GSM ( global system for system communication ) module?


student need help,
darkangel204
 
Engineering news on Phys.org
The answer is yes, but the solution is problematic and you will spend a lot of time making up the interface between the GSM and VB. Good luck with this.
 
A way that could be done is using PHPMailer, you could set up fields in the db that contain phone number and service provider. Use a PHPMailer script that would send [Semester_Result] to [Phone_Number]@[Service_provider].(net/com/org depends per service provider, look at their websites to see how to do it) on a specific date. I am pretty sure that you can use VB also to look up and send via PHP Mailer or some other web address.

Doing it this way would result in SMS / Text Message which almost any phone can receive, not just GSM enabled phones.

Only problem might be setting up PHPMailer on a Windows machine... I've only ever used Linux for it.
 
have anyone known where i can get information about gsm project??
or
have someone can help sent me circuit detail for make gsm project??
my email
ewere_bellatok@yahoo.com
 
Probably the best way is to contact your cell phone service provider and see if there is a cell phone to PC interface that will allow this.
An alternate possibility is e-mailing messages to the cell phone.
Or the phone service provider might provide a net interface you can post text messages to.
MS VB has controls for e-mail and net connection, but you might need to write your own .dll in C to access an interface unless one is provided.

In any event, building your own circuit to attempt to access the cell phone system is going to be highly frowned upon.
 

Similar threads

Replies
4
Views
3K
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
5K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
2
Views
3K
Replies
2
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K