Skip to content

Instantly share code, notes, and snippets.

@mamemomonga
Created September 22, 2021 08:40
Show Gist options
  • Save mamemomonga/b7c20026cc54c15d9cfd230a04c44ef3 to your computer and use it in GitHub Desktop.
Save mamemomonga/b7c20026cc54c15d9cfd230a04c44ef3 to your computer and use it in GitHub Desktop.
ボーレートを設定してからmacOSでシリアルポートを直接catする方法

ボーレートを設定してからmacOSでシリアルポートを直接catする方法

sh -c 'sleep 1 && stty -f /dev/cu.usbmodem2211301 38400' &; cat /dev/cu.usbmodem2211301

参考

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment