开源代码:
点击访问
说明文档:
tableCheckChange(val,item,'1')">{{item.title}}
{{item.download_category||'--'}}
{{item.description||'--'}}
{{item.version||'--'}}
{{item.release_date||'--'}}
sortChange(val,'1')" @selection-change="(val)=>selectChange(val,'1')">
{{scope.row.version}}
changeVson(item,'1',scope.$index)">
{{scope.row.version}}
{{item.version}}
handleSizeChange(val,'1')"
@current-change="(val)=>handleCurrentChange(val,'1')"
:current-page.sync="condition1.page"
:page-size="condition1.page_num"
:layout="paginLayout"
:total="condition1.sum">
mocheckAll(val,'1')">全选
工具:
tableCheckChange(val,item,'2')">{{item.title}}
{{item.download_category||'--'}}
{{item.description||'--'}}
{{item.version||'--'}}
{{item.release_date||'--'}}
sortChange(val,'2')" @selection-change="(val)=>selectChange(val,'2')">
{{scope.row.version}}
changeVson(item,'2',scope.$index)">
{{scope.row.version}}
{{item.version}}
handleSizeChange(val,'2')"
@current-change="(val)=>handleCurrentChange(val,'2')"
:current-page.sync="condition2.page"
:page-size="condition2.page_num"
:layout="paginLayout"
:total="condition2.sum">
mocheckAll(val,'2')">全选
Q: 当前方案表计与模组采用串口通讯,使用什么协议?
A: 串口通讯协议采用RFC1662定义的 PPP 数据帧格式
Q: 设置APN后是否立即生效?
A: 不会立即生效,需要重启设备或者主动CFUN后生效
Q: 此方案是否满足当前电表行业功能需求?
A: 此方案为公版方案,提供功能所需框架和协议解析,实际业务功能需开发者熟悉代码框架后根据自身需求进行开发
Q: 支持哪些升级方式?
A: 串口升级,FTP