<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Kawashimo&apos;s Page</title><description>Shimokawa Shion WEB Page</description><link>https://fuwari.vercel.app/</link><language>ja</language><item><title>UIAPduino環境構築</title><link>https://fuwari.vercel.app/posts/uiapduino%E7%92%B0%E5%A2%83%E6%A7%8B%E7%AF%89/</link><guid isPermaLink="true">https://fuwari.vercel.app/posts/uiapduino%E7%92%B0%E5%A2%83%E6%A7%8B%E7%AF%89/</guid><pubDate>Sun, 06 Sep 2026 00:00:00 GMT</pubDate><content:encoded>&lt;h1&gt;UIAPduinoのビルド環境構築&lt;/h1&gt;
&lt;h2&gt;PlatformIOを使うとき&lt;/h2&gt;
&lt;p&gt;:::note
Arudino IDEだと制約が多い（ビルドが遅い・容量が重い）のでPlatformIOを使います。
:::&lt;/p&gt;
&lt;p&gt;基本的にこの記事の通りに環境構築をする。&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://zenn.dev/ux_xu/articles/a28dad9e459d47&quot;&gt;https://zenn.dev/ux_xu/articles/a28dad9e459d47&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;プロキシサーバの設定&lt;/h3&gt;
&lt;p&gt;環境変数にプロキシ設定が必要。&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://docs.platformio.org/en/latest/core/installation/proxy-configuration.html&quot;&gt;https://docs.platformio.org/en/latest/core/installation/proxy-configuration.html&lt;/a&gt;&lt;/p&gt;
</content:encoded></item><item><title>ポート番号を指定してSambaサーバに接続する</title><link>https://fuwari.vercel.app/posts/samba-port/</link><guid isPermaLink="true">https://fuwari.vercel.app/posts/samba-port/</guid><pubDate>Sun, 06 Sep 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Windows Server 2025、Windows11 24H2からポート番号を指定してSMB接続できるようになった。&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;net use Z: \\[接続先] [パスワード] /TCPPORT:[ポート番号] /USER:[ユーザ名] /PERSISTENT:YES
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;code&gt;/TCPPORT:&lt;/code&gt; でポート番号を指定できる。&lt;br /&gt;
&lt;code&gt;/persistent:yes&lt;/code&gt; とすることで、再起動後も自動的に接続してくれる。&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;参考資料：
&lt;a href=&quot;https://learn.microsoft.com/ja-jp/windows-server/storage/file-server/smb-ports?tabs=command-line&quot;&gt;https://learn.microsoft.com/ja-jp/windows-server/storage/file-server/smb-ports?tabs=command-line&lt;/a&gt;&lt;/p&gt;
</content:encoded></item></channel></rss>