-
VS串口程序
这是VS实现串口通信的详细代码和资料。里面有各类实现的方法。串口通信(Serial Communications)的概念非常简单,串口按位(bit)发送和接收字节。尽管比按字节(byte)的并行通信慢,但是串口可以在使用一根线发送数据的同时用另一根线接收数据。它很简单并且能够实现远距离通信。比如IEEE488定义并行通行状态时,规定设备线总长不得超过20米,并且任意两个设备间的长度不得超过2米;而对于串口而言,长度可达1200米。典型地,串口用于ASCII码字符的传输。通信使用3根线完成,分别是地线、发送、接收。由于串口通信是异步的,端口能够在一根线上发送数据同时在另一根线上接收数据。其他线用于握手,但不是必须的。串口通信最重要的参数是波特率、数据位、停止位和奇偶校验。对于两个进行通信的端口,这些参数必须匹配。
- 2022-02-05 19:15:08下载
- 积分:1
-
dictionary
电子辞典详细代码,其中有语法测试,HANGMAN游戏-dictionary
- 2022-02-14 00:49:00下载
- 积分:1
-
opencv图像转换源。
Soure OpenCV.Convert image
- 2022-05-22 05:23:02下载
- 积分:1
-
ActiveX类 播放vcd的MMControl1组件
ActiveX类 播放vcd的MMControl1组件-ActiveX type of player vcd components MMControl1
- 2022-11-05 05:00:02下载
- 积分:1
-
WINDOWS mine own VC games, three junior
WINDOWS自带 VC 扫雷游戏,低级中级高级三级别-WINDOWS mine own VC games, three junior-level Advanced Intermediate
- 2022-11-11 23:40:04下载
- 积分:1
-
计算器的c++编程程序,源代码,经过老师的验证
计算器的c++编程程序,源代码,经过老师的验证-Calculator c++ programming procedures, source code, through the teacher certification
- 2022-03-06 16:53:45下载
- 积分:1
-
这是一个球,是初学者学习的一个范例子
这是一个球,是初学者学习的一个范例子-This is a ball, beginners learning a model son
- 2022-07-25 11:33:17下载
- 积分:1
-
Macintosh
Macintosh-like Progress Control
- 2022-01-22 02:17:00下载
- 积分:1
-
iphone程序,让本地应用程序打开URL链接,31天开源工程中的第三个。...
iphone程序,让本地应用程序打开URL链接,31天开源工程中的第三个。-openURL helps you launch Maps, SMS, Browser, Phone, and even other applications. This is one area of iPhone development that I always have to look up again when I need to do it and it is only one line!
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel://8004664411"]]
This app demonstrates the basic protocols supported natively on the phone.
- 2022-10-08 13:15:02下载
- 积分:1
-
二叉树基本操作的程序实验
1、二叉树结点结构体
2、二叉树结点队列...
二叉树基本操作的程序实验
1、二叉树结点结构体
2、二叉树结点队列-Experimental procedure for the basic operation of a binary tree
1, a binary tree node structure
2, a binary tree node queue
- 2023-02-15 20:15:05下载
- 积分:1