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.
 
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I have recently moved into a new (rather ancient) house and had a few trips of my Residual Current breaker. I dug out my old Socket tester which tell me the three pins are correct. But then the Red warning light tells me my socket(s) fail the loop test. I never had this before but my last house had an overhead supply with no Earth from the company. The tester said "get this checked" and the man said the (high but not ridiculous) earth resistance was acceptable. I stuck a new copper earth...
I am not an electrical engineering student, but a lowly apprentice electrician. I learn both on the job and also take classes for my apprenticeship. I recently wired my first transformer and I understand that the neutral and ground are bonded together in the transformer or in the service. What I don't understand is, if the neutral is a current carrying conductor, which is then bonded to the ground conductor, why does current only flow back to its source and not on the ground path...
Back
Top