Skip to content

Instantly share code, notes, and snippets.

@kkazuo
Created June 30, 2012 14:23
Show Gist options
  • Save kkazuo/3023915 to your computer and use it in GitHub Desktop.
Save kkazuo/3023915 to your computer and use it in GitHub Desktop.
MacでUSBシリアルでYAMAHA RTX1100に接続
# brew install c-kermit
set modem type none
set line /dev/tty.usbserial-FTFLINQT
set carrier-watch off
set speed 9600
set parity even
set stop-bits 1
set flow xon/xoff
eightbit
connect
# リターンキーをたたけば Password: と出る
# これを無視してリターンキーをぱんぱん叩けば、コンソールプロンプト(> )が出る
# ちなみにコネクタ形状のせいで、ジェンダーチェンジャーとクロスチェンジャーのダブル変換が必要。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment