• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

テスト用のあれこれ共用フォルダ


Commit MetaInfo

修訂3bdb8cae35c2ce77fc6f659934459325b3cc70bb (tree)
時間2018-08-04 13:17:22
作者takemasa <suikan@user...>
Commitertakemasa

Log Message

A terplate of the kermit configuration

Change Summary

差異

--- a/management/installation/52-spresense.rules
+++ b/management/installation/52-spresense.rules
@@ -1,7 +1,7 @@
11 # SONY SPRESENSE ( main board )
22 # The deivce will be linked to /dev/ttySPRESENSE
33
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"
55
66 # If you have more than 1 CP210x devices connected to system,
77 # you can not distinguish them correctly by above declaration.
@@ -22,4 +22,4 @@ SUBSYSTEM=="tty", ATTR{idVendor}=="10c4", ATTR{idProduct}=="ea60", MODE="0666",
2222 # declaration by your device's one.
2323 # Then, remove "#" of the following line to enable it.
2424
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"
--- /dev/null
+++ b/management/installation/terminal.template
@@ -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+