-
VS串口程序
这是VS实现串口通信的详细代码和资料。里面有各类实现的方法。串口通信(Serial Communications)的概念非常简单,串口按位(bit)发送和接收字节。尽管比按字节(byte)的并行通信慢,但是串口可以在使用一根线发送数据的同时用另一根线接收数据。它很简单并且能够实现远距离通信。比如IEEE488定义并行通行状态时,规定设备线总长不得超过20米,并且任意两个设备间的长度不得超过2米;而对于串口而言,长度可达1200米。典型地,串口用于ASCII码字符的传输。通信使用3根线完成,分别是地线、发送、接收。由于串口通信是异步的,端口能够在一根线上发送数据同时在另一根线上接收数据。其他线用于握手,但不是必须的。串口通信最重要的参数是波特率、数据位、停止位和奇偶校验。对于两个进行通信的端口,这些参数必须匹配。
- 2022-02-05 19:15:08下载
- 积分:1
-
vb的自定义控件,LED数字显示屏,很漂亮
vb的自定义控件,LED数字显示屏,很漂亮-vb of the custom control, LED digital display, very beautiful
- 2022-02-06 03:21:45下载
- 积分:1
-
Object recognition by deterministic annealing
Object recognition by deterministic annealing
- 2022-04-10 09:00:32下载
- 积分:1
-
旋转裁剪图片的头文件,实现图片任意角度的旋转裁剪功能
旋转裁剪图片的头文件,实现图片任意角度的旋转裁剪功能-Crop rotation picture header file, to achieve picture at any angle of rotation cropping feature
- 2023-01-23 16:30:04下载
- 积分:1
-
WinSock Win32 API 的打包类和例子程序Win Sock Win32 API 的打包类和例子程序WinSock Win32 API 的打包类和例子...
WinSock Win32 API 的打包类和例子程序Win Sock Win32 API 的打包类和例子程序WinSock Win32 API 的打包类和例子程序-Windows socket sample
- 2022-04-24 20:56:32下载
- 积分:1
-
U盘检测
检测U盘序列号的小程序,将编译好的程序拷贝到U盘根目录下,再点击按钮即可显示U盘序列号了.
- 2022-01-26 02:39:16下载
- 积分:1
-
Encrypt a word to database
Encrypt a word to database
- 2022-01-22 02:20:04下载
- 积分:1
-
This a XPmenu demo program
This a XPmenu demo program
- 2022-04-11 16:49:53下载
- 积分:1
-
混音程序
用C++编写的两路音频混音程序,很适合初学者。
Mixer.dsp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
Mixer.h
This is the main header file for the application. It includes other
project specific headers (including Resource.h) and declares the
CMixerApp application class.
Mixer.cpp
This is the main application source file that contains the application
class CMixerApp.
- 2022-03-12 21:29:31下载
- 积分:1
-
《利用.NET框架开发应用系统》示例代码
《利用.NET框架开发应用系统》示例代码-"use.NET Framework application systems "sample code
- 2022-08-19 07:21:52下载
- 积分:1