smslib

Automatically detect which Com Port is connected to a USB GSM Modem using Java

I wrote a Java application that reads and sends SMS messages from a USB GSM modem. I'm using SMSLib (which uses JavaCommAPI), and it runs on Windows. I need to pass in the COM PORT, that the modem appears to be connected to. So far, I've been looking up the COM PORT manually using the Windows Device Manager, and write it into a propert...

Is there a Snow Leopard compatible "sudden motion sensor" API available?

I have been using Unimotion in my application to read motion sensor values for Apple laptops, but have been unable to port the code to 10.6 64-bit. (I have also tried SMSLib and had the no luck either.) Is there any simple 10.6 compatible SMS API? If there is no alternative, I am also considering patching one of the libraries. Both U...

Offline/Desktop Application that supports Send & Receive SMS using AT Commands in C#

I would like to build an offline desktop application that could carry out the basic sms functions with the usage of a GSM modem. I currently have a HUAWEI modem which was given to me by the telco company to perform wireless surfing and sms messaging services. Does anyone have a sample project that i could reference to. Was intending ...