demo.dtu/readme.txt
elian.wang d5c4007e32 1.删除offline_storage.py文件
2.将所有py文件中的'改为"
3.将透传模式从modbus中分成单独文件through_mode
4.将uart中从串口和云端接收数据处理的函数重新命名
5.将command.py文件改为command_mode.py文件、将modbus.py文件改为modbus_mode.py文件
2022-05-06 19:47:27 +08:00

11 lines
425 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

1.拆解文件
2.华为云的父类从DtuMqttTransfer 改为AbstractDtuMqttTransfer
3.在command文件中包含dtu_handler中的类
待修改:
1.command 中配置修改后配置文件修改但是python运行的参数没有变更
2.command 中 get_network_connect命名目前新的阿里云和移远云中还没有check_net()接口
3.set_dtu_mode未使用参数配置获取未完成
4.历史记录还没有增加