--
javacint group - http://www.javacint.com/
---
You received this message because you are subscribed to the Google Groups "Cinterion Java enabled chips support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to javacint+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
What do you mean by "the command only works in terminal"? I can execute commands like at+csq, at+cpin, AT^SJOTAP, etc; in terminal, but also in a jar file using the class ATCommand. I think the modem don't distinguish if the command is being executed by me or by a jar file. Or you mean the problem is only with the "AT^SCFG=Trace/Syslog/OTAP,1" order?
On the other hand, can't do your suggestion because I can't type commands when a .jar is executing. I'm using a TC65I-X modem, and have this restriction. I know other modems use one COM port for typing orders, and another COM port for seeing the output, but it doesn't work this way on my modem.
Any other idea?
--
javacint group - http://www.javacint.com/
---
You received this message because you are subscribed to the Google Groups "Cinterion Java enabled chips support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to javacint+unsubscribe@googlegroups.com.
I don't understand the fact that "only the application will receive the output". I always can redirect the output to where I want, no matter what tech I'm using.
However, I tried to put the command after my .jar ended, and it worked, so this solution is useful to me. It is not the ideal solution, because I have to be careful to enter the command at the right time,but it seems to be the only solution I can get, isn't it?
Thanks a lot for your help, best regards