当前位置:网站首页>Host computer development (how to develop host computer)

Host computer development (how to develop host computer)

2022-06-11 03:44:00 Embedded - old fee

【 Statement : copyright , Welcome to reprint , Do not use for commercial purposes . Contact mailbox :feixiaoxing @163.com】

        To develop the upper computer , It mainly depends on the specific purpose . for instance , Is it responsible for burning firmware ; Is it a modulation parameter ; Is it monitoring ; Is it system control 、 Is it simulation and so on . Of course , No matter what kind of host computer development , Some software architecture designs are interlinked . For example, the graphic framework 、 The configuration file 、 journal 、mysql、 A serial port 、 agreement 、 Controls, etc , You can learn about this part first .

1、 Graphic frame

         Graphic framework , Try to choose a simple graphic development method . In principle, c# .net、mfc、python ui、qt Fine , But my personal advice is to use python. If there are requirements for the interface , It can be used python+pyqt5, namely import PyQt5. After development , Direct use pyinstaller Build installation package 、 Then deploy to the client . Focus on logic as much as possible , Just have a simple interface .

2、 The configuration file

         It can be used json To load the configuration file , namely import json.

3、 journal

         There is a third-party module , namely import logging.

logging.debug
logging.info
logging.warning
logging.error
log
原网站

版权声明
本文为[Embedded - old fee]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/162/202206110334322324.html