-
VS串口程序
这是VS实现串口通信的详细代码和资料。里面有各类实现的方法。串口通信(Serial Communications)的概念非常简单,串口按位(bit)发送和接收字节。尽管比按字节(byte)的并行通信慢,但是串口可以在使用一根线发送数据的同时用另一根线接收数据。它很简单并且能够实现远距离通信。比如IEEE488定义并行通行状态时,规定设备线总长不得超过20米,并且任意两个设备间的长度不得超过2米;而对于串口而言,长度可达1200米。典型地,串口用于ASCII码字符的传输。通信使用3根线完成,分别是地线、发送、接收。由于串口通信是异步的,端口能够在一根线上发送数据同时在另一根线上接收数据。其他线用于握手,但不是必须的。串口通信最重要的参数是波特率、数据位、停止位和奇偶校验。对于两个进行通信的端口,这些参数必须匹配。
- 2022-02-05 19:15:08下载
- 积分:1
-
C++ 扑克牌游戏
一款C++语言开发的扑克牌游戏,适合喜欢开发游戏程序的朋友们参考
- 2022-05-27 07:34:53下载
- 积分:1
-
RTF
The RTF-control is a very useful beast, but it takes a nerve-grating amount of code to accomplish even the most basic formatting tasks. Adding the capabilities to easily edit formatted text is often a boon to an application, but taking this amount of work? Why not some commands to get and set the RTF directly? Save and load to a file? Built-in editing buttons?
- 2022-05-10 22:03:52下载
- 积分:1
-
Hospital outpatient payment system, my graduation project is the hospital outpat...
医院门诊收费系统,我的毕业设计,是医院门诊收费系统。适合于毕业设计-Hospital outpatient payment system, my graduation project is the hospital outpatient payment system. Suitable for graduate design
- 2023-01-04 06:45:03下载
- 积分:1
-
a simple webserver program
一个简单的webserver程序-a simple webserver program
- 2023-01-02 16:15:04下载
- 积分:1
-
最新仙镜传说服务器C语言源码,网络游戏公开源码
最新仙镜传说服务器C语言源码,网络游戏公开源码-latest cents Mirror legend C language source server, network game open source
- 2022-07-05 14:14:20下载
- 积分:1
-
模拟扑克牌的速算24游戏,vc++6.0编写,对于学习游戏编程很有帮助...
模拟扑克牌的速算24游戏,vc++6.0编写,对于学习游戏编程很有帮助-Poker simulation speed count 24 games, vc++ 6.0 to prepare for learning game programming helpful
- 2022-03-24 10:17:09下载
- 积分:1
-
迷你计算器,优先级,赋值运算均支持,比如:a=1 a=2 b=3+a a+b
迷你计算器,优先级,赋值运算均支持,比如:a=1 a=2 b=3+a a+b-mini calculator, priority level, assignment operator support, such as : a = a = 1 b = 2 3 a a b
- 2022-05-08 14:04:22下载
- 积分:1
-
对图形感兴趣可以看看,很不错的说
对图形感兴趣可以看看,很不错的说-Interest on the graphics can look at, it is good that
- 2023-06-09 21:35:03下载
- 积分:1
-
ehlib5.6源码
安装方法:
1. 把 EhLib 中的 common 和 DataService 文件拷贝到 Delphi7 目录中.
2. 在 TOOLS->Environment Options->Library->Library Path 中添入Delphi7 路径。
3. 在Delphi 7中打开EHLIB70.DPK ,编译一下(点击Compile),但不要安装。
3. 在Delphi 7中打开DclEhLib70.dpk,编译(点击Compile)再安装(点击 Install)。
4. 打开附带的DEMOS,编译并运行,测试安装成功。
有安装EhLib5.0控件后,使用打印功能时,总是出现“Error reading Splitter.ExplicitTop:Property ExplicitTop does not exitst.” 这个错误,关于这个错误的解决方法如下。
先找到这个文件 PrvFrmEh.dfm
打开这个文件,在这个文件中找这个属性定义,查找ExplicitTop这个关键字(好像有两个地方),把这一行直接去掉,再查询ExplicitHeight这个关键字(只有一个地方),也去掉,保存,编译,一切OK。
- 2022-05-12 20:08:31下载
- 积分:1