-
VS串口程序
这是VS实现串口通信的详细代码和资料。里面有各类实现的方法。串口通信(Serial Communications)的概念非常简单,串口按位(bit)发送和接收字节。尽管比按字节(byte)的并行通信慢,但是串口可以在使用一根线发送数据的同时用另一根线接收数据。它很简单并且能够实现远距离通信。比如IEEE488定义并行通行状态时,规定设备线总长不得超过20米,并且任意两个设备间的长度不得超过2米;而对于串口而言,长度可达1200米。典型地,串口用于ASCII码字符的传输。通信使用3根线完成,分别是地线、发送、接收。由于串口通信是异步的,端口能够在一根线上发送数据同时在另一根线上接收数据。其他线用于握手,但不是必须的。串口通信最重要的参数是波特率、数据位、停止位和奇偶校验。对于两个进行通信的端口,这些参数必须匹配。
- 2022-02-05 19:15:08下载
- 积分:1
-
曲线拟合NURBS插值和逼近算法
应用背景一个绘制样条曲线的例子,NURBS曲线,B样条可以是一个简单的改变。(2008,Visual C + +)关键技术插值&;近似计算
- 2023-04-26 09:00:03下载
- 积分:1
-
汇编语言,中北大学报警系统的需求分析书格式正确,大家可以参考一下...
汇编语言,中北大学报警系统的需求分析书格式正确,大家可以参考一下 -Assembly language, the North University of alarm system needs analysis book in the correct format, we can reference
- 2022-11-21 12:55:03下载
- 积分:1
-
a dialog box under the demonstration program, EVC development, using coordinates...
一个WIN CE4.2下的对话框演示程序,用EVC开发,用坐标确定按键位置-a dialog box under the demonstration program, EVC development, using coordinates to determine location of the keys
- 2022-03-18 17:34:57下载
- 积分:1
-
wedd hello world
this is a hello world log hahathis is a hello world log hahathis is a hello world log hahathis is a hello world log hahathis is a hello world log hahathis is a hello world log hahathis is a hello world log hahathis is a hello world log hahathis is a hello world log hahathis is a hello world log hahathis is a hello world log haha
- 2022-07-04 14:54:06下载
- 积分:1
-
一个简单的红宝石脚本解释器。用法:在脚本目录下新建rb文件,R.
从RPG MAKER XP中提取的一个简单的ruby脚本解释器。使用方法:在script目录下新建rb文件,在require.rb中增加require。执行game.exe运行脚本。-A simple ruby script interpreter. Usage: In the script directory New rb files, require.rb add require. Implementation of the game.exe to run scripts.
- 2023-04-17 04:00:03下载
- 积分:1
-
drop file java
drop file java-drop file java------------------------
- 2022-07-10 14:01:55下载
- 积分:1
-
小游戏(算命)
一个小游戏(算命先生)
-A small game (fortune teller)
- 2022-04-07 22:18:03下载
- 积分:1
-
qt串口助手,qt5.1简单的功能
qt简单的串口助手,qt5.1简单的功能,包括使用qextserial,包括可在linux和windows两种环境下识别通讯方式,和硬件接口识别。非常适合初学者学习,建议下载QT_Create最新版本
- 2023-09-04 22:45:03下载
- 积分:1
-
Huffman编码实现数据压缩(C语言实现)
Huffman编码实现数据压缩,C语言实现,信息安全课程设计,学习位运算,字符串操作。Huffman编码实现数据压缩,C语言实现,信息安全课程设计,学习位运算,字符串操作。
- 2022-02-06 04:52:50下载
- 积分:1