当前位置:网站首页>Vofa+ serial port debugging assistant
Vofa+ serial port debugging assistant
2022-07-26 02:36:00 【W_ oilpicture】
Preface
Life is a journey , I am also a pedestrian .
Recently, I saw a blogger using a very cool one in the learning video 、 Serial port debugging assistant I haven't seen much before , Deeply attracted , Then I went to find out , I found that this serial port debugging assistant software is quite good , At least it's cooler than what I've used before , And it is suitable for displaying waveforms , It is also quite consistent with the data processing I need to use recently .
It is : Vodka ,(゜-゜)つロ Let me propose a toast to , Ha ha ha ha , Don't get me wrong , He is not the name of wine , The English name is :VOFA+.
Code with wine ,bug No, .
One 、 Introduce
VOFA+ Feature Overview
- Support :Windows、Linux、MacOS Three major systems ; Interface support : A serial port ( Ultra high baud rate 、 Stable support )、 so (TCP client / Server side ,UDP), Support oscillogram 、 Button 、 Status light 、 picture 、 Slider bar 、3D Cube control ( Replaceable model ) etc. ;
- I think its most prominent function is to display waveforms 、 Moreover, it also embeds real-time square statistics and Fourier transform function with settable points . Don't be too handsome .
Two 、 Use
1、 download
Official website :https://www.vofa.plus/ ;
Once the download is complete , Take a look at the interface after startup



- This is the final effect , The next step is to use the single chip microcomputer to output data from the serial port

- Directly write a simple code output :( Output two Sine wave )
/* 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 */
The final result :


Don't be so handsome . End of sharing .(゜-゜)つロ
边栏推荐
- [纯理论] YOLO v4: Optimal Speed and Accuracy of Object Detection
- Eslint common error reporting set
- (Dynamic Programming Series) sword finger offer 48. the longest substring without repeated characters
- [cloud native] 4.1 Devops foundation and Practice
- Stack Title: the longest absolute path of a file
- ES6高级-利用构造函数继承父类属性
- scipy.sparse.csr_matrix
- 我来图书馆小程序一键签到和一键抢位置工具
- Effectively solve the problem of garbled code when idea runs the web project (with detailed steps)
- The sixth day of the third question of daily Luogu
猜你喜欢

【云原生】4.1 DevOps基础与实战

【方向盘】启动命令和IDEA如何传递:VM参数、命令行参数、系统参数、环境变量参数、main方法参数

Business Intelligence BI full analysis, explore the essence and development trend of Bi

HLS Experiment 1 -- multiplier

Keil's operation before programming with C language

What can EAM system help enterprises do?

eslint常见报错集合
![[pure theory] Yolo v4: optimal speed and accuracy of object detection](/img/1f/f38c3b38feed9e831ad84b4bbf81c0.png)
[pure theory] Yolo v4: optimal speed and accuracy of object detection

Turn on the LED
![[C] Explain language file operation in detail](/img/12/4affa1d3fb3e4ee126e1c1e3872d9b.png)
[C] Explain language file operation in detail
随机推荐
如何加速矩阵乘法
eslint常见报错集合
Be careful about bitmap, the "memory Assassin"~
Primary key b+ tree, secondary index b+ tree and corresponding query process analysis
ShardingSphere数据分片
Is it safe to open galaxy securities account by mobile phone?
Exclusive interview with ringcentral he Bicang: empowering future mixed office with innovative MVP
流形学习、、
EAM系统能帮助企业做什么?
织梦提示你设定了字段为联动类型如何解决
What if the test / development programmer gets old? Lingering cruel facts
Article setting top
18_ Request file
Sword finger offer 28. symmetric binary tree
Overview of pytoch's API
What can EAM system help enterprises do?
17.反转链表
I came to the library applet one click sign in and one click grab location tool
简单使用 MySQL 索引
IDEA运行web项目出现乱码问题有效解决(附详细步骤)