-
Visual C++ 串口通信编程实践 第7章和第8章源码
Visual C++ 串口通信编程实践 第7章和第8章源码-Visual C++ Serial communication programming practice, Chapter 7 and Chapter 8 Source
- 2022-06-17 20:07:04下载
- 积分:1
-
HKTERMINAL
- 2023-02-12 02:35:04下载
- 积分:1
-
通过USB控制外部的端口,如程序里演示的遥控小车控制,对摄像头进行控制,是使用了VFW.lib的BCB源代码,希望有心人能有所收获。...
通过USB控制外部的端口,如程序里演示的遥控小车控制,对摄像头进行控制,是使用了VFW.lib的BCB源代码,希望有心人能有所收获。-USB external control ports, such as procedures to demonstrate remote control car, right camera control is the use of VFW.lib the BCB source code, Kind can hope to gain something.
- 2022-08-10 22:45:15下载
- 积分:1
-
银行呼号系统设计
资源描述#include
#define uchar unsigned char //宏定义
#define uint unsigned int //宏定义
sbit rs=P2^0;
sbit e=P2^1;
sbit key1=P2^2; //四个服务人员的按键
sbit key2=P2^3;
sbit key3=P2^4;
sbit key4=P2^5;
sbit shengyinled=P2^6; //模拟声音
sbit fuwuled=P2^7;
uchar hao[50]="0"; //存储当前需要服务的号码
uchar j=0; // 号码的个数
uchar *quhao=hao;
uchar key=0; //按键值
uchar code table[]="0123456789";
uchar code table1[]="Welcome!";
uchar code table2[]="No.0000->0hao";//用于液晶初始化显示
void delay(uchar z) //延时函数
{
uchar i,j;
for(i=z;i>0;i--)
for(j=110;j>0;j--);
}
void wr
- 2022-02-22 09:46:21下载
- 积分:1
-
MODBUS communication protocol test, it may be useful to
汇编做的MODBUS通讯协议
通过测试,希望对大家有用-MODBUS communication protocol test, it may be useful to
- 2023-06-19 01:35:04下载
- 积分:1
-
利用Serial Port类通过485接口实现对艾默生TD1000变频器的启动 停机 频率设定...
利用Serial Port类通过485接口实现对艾默生TD1000变频器的启动 停机 频率设定-Serial Port class through the use of 485 interface to the Emerson TD1000 start-stop frequency converter to set
- 2022-05-28 16:19:02下载
- 积分:1
-
Mobile Media API概述在当前世面上存在着大量的不同媒体格式,并且还有许多新的媒体格式即将被建立。
Mobile Media API概述在当前世面上存在着大量的不同媒体格式,并且还有许多新的媒体格式即将被建立。-Mobile Media API outlined in the current world level there are lots of different media formats, and there are many new media formats will soon be established.
- 2022-02-19 22:11:00下载
- 积分:1
-
- 2022-01-23 11:06:58下载
- 积分:1
-
BOOT的启动流程及移植,很适合学习U_BOOT的初学者!
U-BOOT的启动流程及移植,很适合学习U_BOOT的初学者!-U-BOOT start-up flow and transplantation, it is suitable for beginners to learn the U_BOOT!
- 2022-02-04 05:47:09下载
- 积分:1
-
simple chat program, beginners can see, not masters!
简单的聊天程序,初学者可以看看,高手勿进!-simple chat program, beginners can see, not masters!
- 2023-01-20 17:40:04下载
- 积分:1