34
23

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.

PlatformIO(VSCode)でMicrosoft謹製のシリアルモニターを使う

Last updated at Posted at 2022-07-31

ArduinoやESP32系マイコンの開発はもっぱらPlatformIOでやっているのですが
ボーレートの変更やシリアルの入出力チェック等、PlatformIOのターミナルではできない/やりにくいことが多いです。
いままではSerialPortHelperを使っていたのですが、
image.png
最近これが起動に失敗するようになってしまいまして、Readmeをみながら修正を試みていたのですが、ふと見ると
Serial Monitor というMicrosoft謹製のツールが。
image.png
ということで早速試してみました。

インストールするとコンソールのところに SERIAL MONITOR というタブが追加されるので、
image.png
TERMINALをつなぐ前に、もしくはつないだTERMINALを切断してから
image.png
SERIAL MONITORタブを選択し、Start Monitoringを押すとモニターを開始します。
image.png
PortにはArduino Unoを接続しているのですが、文字化けしちゃっていますね(Windows10)。まあよしとしましょう。
image.png
こんな感じでモニタリングができます。ボーレートも自由に変えられますし、歯車ボタンを押すとさらに細かい設定も可能です。
image.png
また最下段のテキストボックスに文字列を入力して Send Message ボタンを押すと、文字列をシリアルに送ることが可能です
image.png
今のところ申し分ない使い勝手なので、しばらくSerialPortHelperは放置して、こちらのシリアルモニターを使ってみたいと思います。

34
23
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
34
23

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?