登录
首页 » 通信 » VC 串口通信程序

VC 串口通信程序

于 2022-07-19 发布 文件大小:23.93 kB
0 144
下载积分: 2 下载次数: 1

代码说明:

串口通信的源码,可以在vc6.0编译工具上编译通过,是学习串口通信的好源码。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 西门子S7200与VB讯的一个类模块
    这是一个vb与s7200PLC自由口通讯的类模块,我自己工程中可以直接使用。它使用的通讯方式是西门子PLC的自由口通讯技术实现。在工程开发中有不错的表现,希望大家提出宝贵的意见。
    2022-03-22 23:15:26下载
    积分:1
  • multi
    posic多线程编程学习笔记整理,包含了线程的基础知识,多线程解决方法:信号灯,互斥量,条件变量,共享内存;内容详细-multi-threaded programming posic finishing study notes, including a basic knowledge of threads, multi-threaded solution: traffic lights, the volume of mutually exclusive condition variables, shared memory detailed
    2022-06-20 13:35:19下载
    积分:1
  • 网络开发包手册开发一套易用的网络包,以C++形式对功能进行封装。 对WinSocket和NamedPipe的API函数进行封装,并且提供部分API函...
    网络通信开发包手册开发一套易用的网络通信包,以C++形式对功能进行封装。 对WinSocket和NamedPipe的API函数进行封装,并且提供部分API函数完成连接的建立和数据检测功能。 附带使用说明书。 原作者闻怡洋-network communication development kits developed a manual, easy-to-use communications network packets to C++ form of a wrapper function. WinSocket NamedPipe right and the API function Packaging, and provided some API function linking the establishment and data detection. Incidental instruction manual. Author Wen Yue Yang
    2022-08-10 01:30:47下载
    积分:1
  • 用VC实现PC并行端口数字息的输入/输出.
    用VC实现PC并行端口数字信息的输入/输出.-With VC realize PC parallel port digital information input/output.
    2022-01-30 10:41:54下载
    积分:1
  • 这是一个实现linux系统下的scp的命令相同功能的程序,客户端和服务端使用了自己定义了的协议。 文件传送协议格式: 服务器路径#服务器上的文...
    这是一个实现linux系统下的scp的命令相同功能的程序,客户端和服务端通信使用了自己定义了的通信协议。 文件传送协议格式: 服务器路径#服务器上的文件名#操作类型#文件大小 操作类型:0代表上传操作 1代表下载操作 文件大小:上传下载的文件大小 服务器返回的消息类型: 0 :服务器创建文件失败 1:服务器操作成功 2:文件大小不同 (未实现) 注意: 1:正则表达式没有实现 2:其余实现 3:服务器可以为多个客户端服务,用多进程实现-This is a linux system realize the scp command functions the same procedures, client and client communication services using its own definition of the communication protocol. File Transfer Protocol format: server path# Server 23 file name! Operation type# File size operation types: 0 From operated on behalf of one operation on behalf of download file size: From the size of the downloaded file to return to the news server type: 0 : The server failed to create file 1: Server operation successful 2: documents of different sizes (not realize) Note: 1: regular expression did not realize 2: the rest of the realization of 3: The server can service multiple clients, and realize multi-process
    2022-03-20 03:16:03下载
    积分:1
  • VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue /////////////////...
    VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue ///////////////////////////////////////// #include "Queue.h" //define queue data struct struct QueueData { char data[20] int nId } //define queue typedef TQueue TMyQueue //put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 m_pMyQueue.TryPut(data) } //try put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 if(m_pMyQueue.TryPut(data) != 0) { MessageBox("put queue error") } else { MessageBox("put queue success") } } //get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.Get(data) MessageBox(data.data) } //try get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.TryGet(data) MessageBox(data.data) }-cohort of VC Packaging category /////////////////////////////////////////// this is a example for using Queue ///////
    2023-07-24 17:35:03下载
    积分:1
  • GPRS 源码
    gPRS源码 2008-07-14 起初的硬件有鑫旺焊回来之后缺少几个电容和1个100k的电阻,电容主要是电源处储能的功能, 100k的电阻是sim300的sim卡上的simpress管脚和VEXT之间的,没焊接时虽能找到网络,但是会出现 掉网的情况,把这些补上后,没有问题了。所以以前的经验电路还是比较准确的。电源处一定要稳定。 另外这次初始化完成后就立即发短信,第一个短信没有成功。并且在串口接收中发短信等待模块返回信息时, 返回了call ready,之后再发就可以发出去了。这应该是模块还没有准备好。Call Ready 当搜寻到网络后开始发送短信,有时会出现+CMS ERROR: 517这个错误,应该是sim卡还未准备好,所以当搜寻到网络 后需要在多等待一会。待模块发出Call Ready信号后,再操作。 2008-7-19 今天早晨在家准备调试一下这个模块发现始终找不到网络,用哪个卡都
    2023-01-16 15:30:04下载
    积分:1
  • 单片机之间相互
    内容是关于 两个单片机之间的通信.一个做主机,另一个做从机.从机负责显示液晶显示(LCD1602)时钟(DS12887).通过上位机指令控制,并调整时间.并且控制闹钟的时间
    2023-03-14 19:20:03下载
    积分:1
  • 这是关于WCDMA的试题集,对于想从事3G行业的新手,具有重要的意义...
    这是关于WCDMA的试题集,对于想从事3G行业的新手,具有重要的意义-This is the questions on the set of WCDMA, the 3G industry to engage in the experience, it is of great significance
    2022-01-31 08:12:37下载
    积分:1
  • nodejs C++扩展
    把公司用的 通信库 移植到 nodejs下使用全套代码 包括 全部代码 通信库代码 不包含静态库
    2022-06-26 19:47:05下载
    积分:1
  • 696516资源总数
  • 106405会员总数
  • 10今日下载