当前位置:网站首页>VOFA+ 串口调试助手
VOFA+ 串口调试助手
2022-07-26 02:34:00 【W_oilpicture】
前言
人生如逆旅,我亦是行人。
最近看学习视频看到一位博主用了一个十分酷、之前都没怎么见过的串口调试助手,深深地被吸引了,然后去了解了一下,发现这款串口调试助手软件还挺不错的,最起码比我之前用过的都要更酷,而且适合用来显示波形,与我最近需要用到的数据处理也比较契合。
它就是:伏特加,(゜-゜)つロ干杯,哈哈哈哈,不要误会,他不是酒的名字,英文名为:VOFA+。
代码配酒,bug没有。
一、介绍
VOFA+ 特点概览
- 支持:Windows、Linux、MacOS 三大主流系统;接口支持:串口(超高波特率、稳定支持)、网口(TCP客户端/服务端,UDP),支持波形图、按钮、状态灯、图片、滑动条、3D立方控件(可更换模型)等;
- 我认为它最突出的功能就是可以显示波形、而且还嵌入了实时的直方统计和点数可设置的傅里叶变换功能。简直不要太帅了。
二、使用
1、下载
官网:https://www.vofa.plus/ ;
下载完成之后,看一下启动之后的界面



- 最后的效果就是这样了,接下来就是用单片机从串口输出数据了

- 直接编写一段简单的代码输出:(输出两个 正弦波)
/* Infinite loop */
/* USER CODE BEGIN WHILE */
while (1)
{
/* USER CODE END WHILE */
/* USER CODE BEGIN 3 */
t += 0.1;
PrintfDebugUart("d: %f, %f \r\n",sin(t),sin(2*t));
HAL_Delay(100);
}
/* USER CODE END 3 */
最后效果:


简直不要太帅。分享结束。(゜-゜)つロ
边栏推荐
猜你喜欢

HLS Experiment 1 -- multiplier

1. Mx6ul core module use serialization - view system information (II)

ES6高级-利用构造函数继承父类属性
![[cloud native] 4.1 Devops foundation and Practice](/img/09/5423540d0a4a11bc7162c5ab343a4d.png)
[cloud native] 4.1 Devops foundation and Practice

我来图书馆小程序签到流程分析

Games101 review: rasterization

栈题目:文件的最长绝对路径

Prometheus + redis exporter + grafana monitor redis service

Wechat applet decryption and unpacking to obtain source code tutorial

IDEA运行web项目出现乱码问题有效解决(附详细步骤)
随机推荐
Pytorch的API总览
HLS Experiment 1 -- multiplier
scipy.sparse.csr_matrix
Prometheus + redis exporter + grafana monitor redis service
assert _ Aligns
(PC+WAP)织梦模板蔬菜水果类网站
简单使用 MySQL 索引
Eslint common error reporting set
Be careful about bitmap, the "memory Assassin"~
Data warehouse: Practice of hierarchical structure of data warehouse in banking industry
What can EAM system help enterprises do?
Adruino basic experimental learning (I)
assert _Aligns
织梦提示你设定了字段为联动类型如何解决
massCode 一款优秀的开源代码片段管理器
Digital warehouse: on the construction practice of digital warehouse in banking industry
Chapter 3 business function development (delete clues)
Manifold learning
AMD64(x86_64)架构abi文档:
我来图书馆小程序签到流程分析