Orange Pi 2G-IOT User Manual
Copy right by Shenzhen Xunlong Software Co., Ltd
www.orangepi.org
www.xunlong.tv
75
Install the Kermit by execute command:
$ sudo apt-get install ckermit
Configurate Kermit
$ sudo vi /etc/kermit/kermrc
Add lines
:
set line
/dev/ttyUSB1
set speed
921600
set carrier-watch off
set handshake
none
set flow-control none
robust
set file type
bin
set file name
lit
set rec pack
1000
set send pack
1000
set window
5
c