0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

System.Net.Sockets.SocketException (0x80004005)

Last updated at Posted at 2023-12-03

ArduinoでWifiサーバーを作成してWindowsで受け取れなかった場合など、

System.Net.Sockets.SocketException (0x80004005): 接続済みの呼び出し先が一定の時間を過ぎても正しく応答しなかったため、接続できませんでした。または接続済みのホストが応答しなかったため、確立された接続は失敗しました。

ネットワークとインターネット>Wi-Fi>[Arduinoで作成したAP] -> プライベートネットワーク
を試してみてください。

image.png

macならIPv4の設定を手動にしてIPアドレスを自分が送る(udp.beginPacket()等で指定した)アドレスにセット
image.png

以上、自分用備忘録でした。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?