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

AI Thread Summary
Microsoft Visual Basic and Access can integrate with a GSM module for SMS notifications, but the process can be complex and time-consuming. A suggested method involves using PHPMailer to send results via email-to-SMS gateways, allowing messages to reach various phone types. Setting up PHPMailer on Windows may pose challenges, and contacting the cell phone service provider for a PC interface is recommended. Additionally, using built-in MS VB controls for email and network connections might require custom .dll development for full functionality. Overall, while integration is feasible, it requires careful planning and execution.
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.
 
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Hello dear reader, a brief introduction: Some 4 years ago someone started developing health related issues, apparently due to exposure to RF & ELF related frequencies and/or fields (Magnetic). This is currently becoming known as EHS. (Electromagnetic hypersensitivity is a claimed sensitivity to electromagnetic fields, to which adverse symptoms are attributed.) She experiences a deep burning sensation throughout her entire body, leaving her in pain and exhausted after a pulse has occurred...
Back
Top