-
VS串口程序
这是VS实现串口通信的详细代码和资料。里面有各类实现的方法。串口通信(Serial Communications)的概念非常简单,串口按位(bit)发送和接收字节。尽管比按字节(byte)的并行通信慢,但是串口可以在使用一根线发送数据的同时用另一根线接收数据。它很简单并且能够实现远距离通信。比如IEEE488定义并行通行状态时,规定设备线总长不得超过20米,并且任意两个设备间的长度不得超过2米;而对于串口而言,长度可达1200米。典型地,串口用于ASCII码字符的传输。通信使用3根线完成,分别是地线、发送、接收。由于串口通信是异步的,端口能够在一根线上发送数据同时在另一根线上接收数据。其他线用于握手,但不是必须的。串口通信最重要的参数是波特率、数据位、停止位和奇偶校验。对于两个进行通信的端口,这些参数必须匹配。
- 2022-02-05 19:15:08下载
- 积分:1
-
Please read your package and describe it at least 40 bytes in English.
System...
Please read your package and describe it at least 40 bytes in English.
System will automatically delete the directory of debug and release, so please do not put files on these two directory.
- 2022-02-14 05:34:46下载
- 积分:1
-
在VC6.0系列无线局域网的移动终端(MT)的测试环境。
一个在vc6.0环境下编的无线局域网中移动终端(mt)的测试程序.-an environment in vc6.0 series of wireless LAN mobile terminal (mt) of the test.
- 2023-04-21 10:15:03下载
- 积分:1
-
我国农历的算法
C++。来源于http://blog.chinaunix.net/u/18517/
我国农历的算法
C++。来源于http://blog.chinaunix.net/u/18517/-China" s Lunar New algorithm C++. From http://blog.chinaunix.net/u/18517/
- 2022-08-08 22:02:35下载
- 积分:1
-
传真发送程序,还不错
传真发送程序,还不错-fax transmission procedures, but also good
- 2022-01-25 16:53:07下载
- 积分:1
-
Cpphtml is a utility to convert your C++ code to HTML. If you have a C++ file, s
Cpphtml is a utility to convert your C++ code to HTML. If you have a C++ file, say myprogram.cpp, and you want to put it on your website, you can run it through Cpphtml which will convert the code to HTML with all comments, keywords and preprocessor directives highlighted. Cpphtml will send all output to cout, so you have to redirect the output to a file if you want to create a HTML file
- 2022-12-14 19:50:03下载
- 积分:1
-
艺术文字输入
艺术文字输入
- 2022-05-06 22:37:29下载
- 积分:1
-
VC++6.0调试通过。单文档MFC程序中,随时捕获鼠标的状态,并显示在状态栏中。包括坐标、按键、时间等状态信息...
VC++6.0调试通过。单文档MFC程序中,随时捕获鼠标的状态,并显示在状态栏中。包括坐标、按键、时间等状态信息
- 2022-01-26 14:12:57下载
- 积分:1
-
VC访问XML文件或XML串。
VC访问XML文件或XML串。-VC visit XML documents or XML string.
- 2022-03-14 17:12:16下载
- 积分:1
-
现代密码学实验中使用的随机数产生器,并把十进制的随机数转化为二进制数...
现代密码学实验中使用的随机数产生器,并把十进制的随机数转化为二进制数-modern cryptography experiments using the random number generator, and the metric system of random binary number conversion
- 2022-05-21 11:58:38下载
- 积分:1