Jump to content

Recommended Posts

Posted

What would be the easiest way to receive text from my phone and store that text in a variable, either using sms or some other chat program?

Any info would be helpful, thanks .

Posted

I have spent a lot of time trying to figure this out recently. I believe that the only way to do it would do have a console program running in the background, POP3 style download-forwarding emails from your account, sorting through the downloaded emails, finding the ones from a phone, and storing them. However, I have yet to perfect this method, so good luck i hope my direction can help you some :)

Posted (edited)

A quick search, I found this:

http://smsenabler.com/

The software is not free, but it isn't all that expensive. Go to the screenshots and look at the fifth picture. It shows that SMS messages get saved to a folder. You could write a script that checks for new messages and read them into your variable.

I have never used the software or done anything like it, so this is just hypothesis.

Edited by sleepydvdr

#include <ByteMe.au3>

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...