Send At Command to gsm modem with Java
问题 I am trying to make a program to send a sms. I wrote the program but doesn't successfully send the message. My program send an At command to the Port COM in my computer but I do not get a response from my gsm modem. I am using COM terminal (Temp pro...) to send sms with the at command and I am able to send sms. Therefore I don't know why the program can't send a sms. import java.io.*; import java.util.*; import gnu.io.*; public class prawiefinal { static Enumeration portList; static