当前位置:网站首页>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 .(゜-゜)つロ
边栏推荐
- numpy.sort
- Audio and video technology development weekly | 254
- Basics - network and server
- Brief introduction and use of NPM link
- Li Kou 148: sorting linked list
- [early knowledge of activities] list of recent activities of livevideostack
- 【方向盘】启动命令和IDEA如何传递:VM参数、命令行参数、系统参数、环境变量参数、main方法参数
- What if the test / development programmer gets old? Lingering cruel facts
- Handling process of the problem that the virtual machine's intranet communication Ping fails
- 1. Mx6ul core module uses serial EMMC read / write test (IV)
猜你喜欢

Games101 review: rasterization

2. Login - verification code function and saving login status

Information System Project Manager - Chapter 10 communication management and stakeholder management examination questions over the years

JS get the time composition array of two time periods

Illustration of the insertion process of b+ tree

eslint常见报错集合

项目管理:精益管理法

Yum install MySQL FAQ

How to effectively prevent others from wearing the homepage snapshot of the website

I came to the library applet one click sign in and one click grab location tool
随机推荐
Pinia的数据持久化插件 pinia-plugin-persist
TCP三次握手四次挥手
富文本转化为普通文本
Li Kou 148: sorting linked list
AMD64(x86_64)架构abi文档:
商业智能BI全解析,探寻BI本质与发展趋势
如何有效的去防止别人穿该网站首页快照
I hope you can help me with MySQL
massCode 一款优秀的开源代码片段管理器
Binary search 33. search rotation sort array
1. Mx6ul core module use serialization - view system information (II)
主键B+ Tree,二级索引B+ Tree及对应的查询过程分析
18_请求文件
Pytorch的API总览
assert _ Aligns
Turn on the LED
获取时分秒
Information System Project Manager - Chapter 10 communication management and stakeholder management examination questions over the years
Effectively solve the problem of garbled code when idea runs the web project (with detailed steps)
Prove that perfect numbers are even