Where can I get to download Java comm api?

后端 未结 5 1329
后悔当初
后悔当初 2020-12-16 04:06

I want to write some programs using Java comm api. I am not able to find site/page from which I can download this API. Can anyone please tell me where can I get this API?

5条回答
  •  青春惊慌失措
    2020-12-16 04:26

    Download javax.comm api library from here : http://www.java2s.com/Code/Jar/c/Downloadcomm20jar.htm

    In my opinion, the best alternative to javax.comm is rxtx.


    Sending SMS over Serial Connection

    For sending sms over serial connection you have to use AT command.

    Here are some examples on other languages (but the concept is same).

    http://linux-101.org/script/python-code-sending-sms-messages-usb-connected-mobile-phone http://www.developershome.com/sms/howToSendSMSFromPC.asp http://www.codeproject.com/KB/vb/AT_commands.aspx

    I'd suggest you to test the commands on app like hyperterminal( alternative for win 7 : http://helpdeskgeek.com/windows-7/windows-7-hyperterminal/) first.

提交回复
热议问题