https://github.com/honmaple/upper
upper computer
https://github.com/honmaple/upper
Last synced: about 1 year ago
JSON representation
upper computer
- Host: GitHub
- URL: https://github.com/honmaple/upper
- Owner: honmaple
- Created: 2015-12-17T14:40:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-21T09:47:38.000Z (about 10 years ago)
- Last Synced: 2025-02-14T17:43:02.324Z (over 1 year ago)
- Language: Python
- Size: 1.62 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 上位机与下位机进行串口通信
>上位机采用pyside与pyserial
下位机当然是用c写,不过编译器我用的sdcc,在一些方面与keil编译器不同
**主要功能**
上位机发送数据到下位机,下位机根据功能位做出不同的反应
+ 文件烧写
>文件烧写是一个脚本,[链接地址](https://github.com/laborer/stcflash)
注:烧写bin文件的时候会报错,但实际上以及烧写成功
hex文件不会报错
+ 查询设置地址
+ 查询设置量程上下限
+ 查询设置报警上下限
+ 查询报警状态
+ 查询温度
>*这个没有成功*
+ LCD液晶显示
>显示一些信息及温度
+ 数据保存
>采用postgresql保存数据,虽然有些大材小用
### 上位机界面

写的很丑,见谅