Sending SMS using Java ME application

前端 未结 2 1420
梦毁少年i
梦毁少年i 2021-01-17 02:29

I want to a Java ME application that transfers any SMS received to a PC using bluetooth. The PC can then direct the Java ME application via bluetooth to send a response SMS.

2条回答
  •  死守一世寂寞
    2021-01-17 03:08

    You may have already achieved your task, anyway for the reference I think it is much better if you try using Gammu . I'm using it for the same task (Send / receive SMS through PC ) with a simple bat file I have written, works like a charm.

    Anyway you don't need any J2me program for this. Wammu takes care of making the connection to phone and sending AT commands.

提交回复
热议问题