当前位置:网站首页>Upper computer development (detailed design of firmware download software)

Upper computer development (detailed design of firmware download software)

2022-06-13 06:47:00 Embedded - old fee

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

         The so-called software detailed design , Its top corresponds to the architecture design , The following corresponds to program development . Architecture design may involve multiple software , For example, it may involve the upper computer , It could also involve mcu The end of the . Detailed design , Generally, what development tools should be implemented 、 What library 、 Is it multithreading 、 Data loading and saving method 、 Something that shows these details of the process .

1、 development tool

        python3

2、 Display frame pyqt5

         It was discussed before qt The display effect is better , It happens that python Of qt library .

3、 Display effect design ( notes : Drawing tools come from openoffice draw)

         As shown in the figure , The blue parts are labels . The two light blue parts on the right are two drop-down boxes , One is the choice of serial port , One is the choice of baud rate . In the third line , There is a selection button on the far right , That is to choose which one to download hex file , After selecting this part , Directly displayed in the light gray edit box . On the left side of the fourth line is the download button , On the right is the entry

原网站

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