Created
June 30, 2012 14:23
-
-
Save kkazuo/3023915 to your computer and use it in GitHub Desktop.
MacでUSBシリアルでYAMAHA RTX1100に接続
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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