テスト用のあれこれ共用フォルダ
修訂 | 3bdb8cae35c2ce77fc6f659934459325b3cc70bb (tree) |
---|---|
時間 | 2018-08-04 13:17:22 |
作者 | takemasa <suikan@user...> |
Commiter | takemasa |
A terplate of the kermit configuration
@@ -1,7 +1,7 @@ | ||
1 | 1 | # SONY SPRESENSE ( main board ) |
2 | 2 | # The deivce will be linked to /dev/ttySPRESENSE |
3 | 3 | |
4 | -SUBSYSTEM=="tty", ATTR{idVendor}=="10c4", ATTR{idProduct}=="ea60", MODE="0666", SYMLINK+="ttySPRESENSE" | |
4 | +SUBSYSTEM=="tty", ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea60", MODE="0666", SYMLINK+="ttySPRESENSE" | |
5 | 5 | |
6 | 6 | # If you have more than 1 CP210x devices connected to system, |
7 | 7 | # you can not distinguish them correctly by above declaration. |
@@ -22,4 +22,4 @@ SUBSYSTEM=="tty", ATTR{idVendor}=="10c4", ATTR{idProduct}=="ea60", MODE="0666", | ||
22 | 22 | # declaration by your device's one. |
23 | 23 | # Then, remove "#" of the following line to enable it. |
24 | 24 | |
25 | -# SUBSYSTEM=="tty", ATTR{idVendor}=="10c4", ATTR{idProduct}=="ea60", ATTR{serial}=="b869b9acca27e811a67ce54aa9a0087c", MODE="0666", SYMLINK+="ttySPRESENSE" | |
25 | +# SUBSYSTEM=="tty", ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea60", ATTRS{serial}=="b869b9acca27e811a67ce54aa9a0087c", MODE="0666", SYMLINK+="ttySPRESENSE" |
@@ -0,0 +1,6 @@ | ||
1 | +#!/usr/bin/kermit + | |
2 | +set line /dev/ttySPRESENSE | |
3 | +set speed 115200 | |
4 | +set carrier-watch off | |
5 | +set flow-control none | |
6 | + |