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.
「Nokia PC接続API」は初めてで、C#は初めてです。Nokia モバイル X2-01 を使用して SMS を送信するアプリケーションを作成する必要があります。リンクはありますか、それとも私を助け、アプリケーションの作成をガイドするサンプルアプリケーションはありますか。ありがとう
Nokia の「接続 API」のことは忘れて、はるかに単純でわかりやすい「AT」コマンドを使用して SMS を送信します。例:
AT+CMGF=1 OK AT+CMGS="7789952010" > Hello World<Ctrl>+<Z> +CMGS: 44 OK
多くの例については、Google で「AT+CMGS」を検索してください。