From 70577878fac2b821fc010945228d2deffcfd32c1 Mon Sep 17 00:00:00 2001 From: zhiqiang feng Date: Tue, 29 Dec 2020 17:23:07 +0800 Subject: [PATCH] start --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 52bf6e5..5ad9070 100644 --- a/README.md +++ b/README.md @@ -45,4 +45,20 @@ windows: tele-recv-win64.exe test ``` -测试运行的环境是否能正确开始串口设备,以及初始化数据库 \ No newline at end of file +测试运行的环境是否能正确开始串口设备,以及初始化数据库 + +### 开始接收电报 + +linux: +```Shell +./tele-recv-linux start +``` + +windows: +```Shell +tele-recv-win64.exe start +``` + +开始从串口设备读取数据,并开启TCP服务等待处理程序连接。 +如果没有处理程序,电报则保存在本地数据库中。 +等到处理程序连上端口,则把未处理电报以此发送给处理程序。 \ No newline at end of file