Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ドングルに受信したすべてのSMSと送信者の番号をMySQLデータベースに保存するデスクトップアプリケーションを実装することを計画しています。それで、上記の目的の機能に到達するためにドングルにアクセスするために使用できる方法はありますか?
ドングルがシリアルポートを割り当てている場合は、これにアクセスしてATコマンドを使用できるはずです。
ここにあるコードサンプルである「Java通信API」を見てください。
http://www.java-samples.com/showtutorial.php?tutorialid=22