搜索资源列表
pwm(adjust)
- 实现pwm的频率和占空比可调,是使用ATMEL89s52实现的,用数码管显示。-achieve pwm the adjustable frequency and duty cycle is the use ATMEL89s52 achieve. digital Display.
comdisplay
- 本资源为10位ADC采样电位计数据串口VC动态显示程序,具有保存数据,动态显示数据,向前和前后查看数据,显示数据包接收时间,还可设置刷新频率的功能。同时压缩文件中含有此程序的完整解释。-The resources for the 10-bit ADC sampling data port VC potentiometer dynamic display program has saved the data, dynamic display of data, forward and around
serial-rs232-MFC
- 用VC++MFC编写的上位机软件,它可以通过rs232串口接收下位机发送来的数据并实时显示,还可以对波形作频率幅度检测,可以保存和回读波形。-Prepared using VC++MFC software, it can be through the RS232serial port to receive the client to send data and display in real time, but also on the wave frequency amplitude detec
串口工具
- 本程序是个人学习Python的tkinter模块时编写,实现了串口的数据收发,由于是初学者,代码中可能会出现很多错误或不好的编程习惯,请谅解! 实现功能:1.用Python开发,Tkinter构建界面;2.可自动列出所有串口,并自定义参数,选择串口后自动打开;3.实现无延时接收消息;4.可保存接收的数据;7.支持自动适应分辨率;8.支持单独发送和定时发送;9.支持发送新行和HEX发送;10.支持发送文件,并可自定义发送频率;11.支持小窗口显示接收信息,但与主窗口不同时显示 提供源码,可用于