Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
2answers
1k views

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 ...
3
votes
1answer
387 views

sending multiple sms using SMSLib within same process

I am using SMSLib to send sms using my samsung gsm modem. I created a seperate thread that gets the messages from server in every 20 seconds and if it gets the message it calls the SendMessage.. here ...
1
vote
2answers
250 views

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 ...
0
votes
0answers
52 views

Multiple modems detection using java on linux

I need to autodetect modems plugged into my linux box and use these as gateways in smslib. My major problem is my code detects several ports for one modem device causing errors. my solution is based ...
0
votes
1answer
144 views

connect a usb modem to linux and smslib

Im using huwawei e220 and smslib java which is working on windows but the problem seems to be detecting the modem on linux, how can i connect huwawei e220 smslib java on linux (opensusse)
0
votes
0answers
231 views

Connect to usb device on remote pc

I want to connect to an USB device (gsm modem) on remote pc from Java. I used Remote USB (application for Windows). But it works fine for at last 40 minutes, then the program lose connection. Server ...
0
votes
1answer
190 views

where to put log4j.properties in griffon?

using smslib in griffon. and some lib jar(SMSLIB) need log4j.properties. i had try: /log4j.properties , /conf/log4j.properties , /lib/log4j.properties but still error: log4j:ERROR Could not read ...
0
votes
1answer
2k views

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 ...