-
VS串口程序
这是VS实现串口通信的详细代码和资料。里面有各类实现的方法。串口通信(Serial Communications)的概念非常简单,串口按位(bit)发送和接收字节。尽管比按字节(byte)的并行通信慢,但是串口可以在使用一根线发送数据的同时用另一根线接收数据。它很简单并且能够实现远距离通信。比如IEEE488定义并行通行状态时,规定设备线总长不得超过20米,并且任意两个设备间的长度不得超过2米;而对于串口而言,长度可达1200米。典型地,串口用于ASCII码字符的传输。通信使用3根线完成,分别是地线、发送、接收。由于串口通信是异步的,端口能够在一根线上发送数据同时在另一根线上接收数据。其他线用于握手,但不是必须的。串口通信最重要的参数是波特率、数据位、停止位和奇偶校验。对于两个进行通信的端口,这些参数必须匹配。
- 2022-02-05 19:15:08下载
- 积分:1
-
CV zizag scanning algorithm, according to zizag output data
简单zizag扫描算法,zizag遍历输出数据-CV zizag scanning algorithm, according to zizag output data
- 2022-02-05 20:04:31下载
- 积分:1
-
包括了图像平滑和图像增强,边缘检测,二值化和细化,面积测量等。...
包括了图像平滑和图像增强,边缘检测,二值化和细化,面积测量等。-including image smoothing and image enhancement, edge detection, two values and refinement, area measurement.
- 2022-07-21 12:25:46下载
- 积分:1
-
一个经典的小游戏做的小游戏
vc做的一个经典小游戏--扫雷,与pc机上的几乎一样,功能不少-vc do a classic small game-- mine, and the pc- nearly the same as the function of many
- 2022-05-31 12:44:19下载
- 积分:1
-
超越 Java
书籍语言: 英文
书籍类型: 程序设计
授权方式: 免费软件
书籍大小: 563...
超越 Java
书籍语言: 英文
书籍类型: 程序设计
授权方式: 免费软件
书籍大小: 563 KB
-books beyond Java language : English books categories : program design license : free software books Size : 563 KB
- 2023-08-28 11:05:04下载
- 积分:1
-
使用Win32 API 查找某个目录下的所有文件(包括子目录)
使用Win32 API 查找某个目录下的所有文件(包括子目录)-Win32 API use a directory search of all documents (including subdirectories)
- 2022-03-07 01:03:18下载
- 积分:1
-
一本给初学者参考的电子书,关于电子表格的,希望大家能喜欢,没有密码...
一本给初学者参考的电子书,关于电子表格的,希望大家能喜欢,没有密码-A reference to the e-book for beginners, with regard to electronic forms, and hope that we can like it or not, there is no password! ! !
- 2023-05-06 08:25:03下载
- 积分:1
-
Windows PE用于分析文件,我们可以看到,它取决于什么…
一个用于分析windows PE文件的程序,可以知道其依赖于其他什么文件。里面使用了boost库的功能,可以简化链接符号的处理。-A windows PE used to analyze the documents, we can see that its dependent on what other documents. Inside the library using the boost function, the link can be simplified treatment symbols.
- 2022-05-27 14:28:48下载
- 积分:1
-
一个非常简单的printf的源代码
一个非常简单的printf的源代码-A very simple source code of printf
- 2023-01-09 10:55:04下载
- 积分:1
-
windows 2000/xp wdm 设备驱动程序开发(第2版) 武安河 编著,网上大多数下的都是第一版,很少有第2版的,我共享下...
windows 2000/xp wdm 设备驱动程序开发(第2版) 武安河 编著,网上大多数下的都是第一版,很少有第2版的,我共享下-windows 2000/xp wdm Device Driver Development (2nd Edition) wu" an River ed, on-line are most of the next edition, with little version 2, I have to share
- 2022-06-02 18:42:31下载
- 积分:1