start
This commit is contained in:
@@ -45,4 +45,20 @@ windows:
|
||||
tele-recv-win64.exe test
|
||||
```
|
||||
|
||||
测试运行的环境是否能正确开始串口设备,以及初始化数据库
|
||||
测试运行的环境是否能正确开始串口设备,以及初始化数据库
|
||||
|
||||
### 开始接收电报
|
||||
|
||||
linux:
|
||||
```Shell
|
||||
./tele-recv-linux start
|
||||
```
|
||||
|
||||
windows:
|
||||
```Shell
|
||||
tele-recv-win64.exe start
|
||||
```
|
||||
|
||||
开始从串口设备读取数据,并开启TCP服务等待处理程序连接。
|
||||
如果没有处理程序,电报则保存在本地数据库中。
|
||||
等到处理程序连上端口,则把未处理电报以此发送给处理程序。
|
||||
Reference in New Issue
Block a user