资源列表

« 1 2 ... .75 .76 .77 .78 .79 680.81 .82 .83 .84 .85 ... 1228 »

[串口编程vb-mscomm

说明:MSComm控件提供了两种处理通信的方式:一种为事件驱动方式,该方式相当于一般程序设计中的中断方式。当串口发生事件或错误时,MSComm控件会产生OnComm事件,用户程序可以捕获该事件进行相应处理。本文的两个例子均采用该方式。另一种为查询方式,在用户程序中设计定时或不定时查询 MSComm控件的某些属性是否发生变化,从而确定相应处理。-MSComm control provides a way to communicate two t
<刘晓生> 在 2024-10-05 上传 | 大小:26624 | 下载:0

[串口编程ckouxianshi

说明:让我教会你最简单最容易的串口显示吧,如果串口学得不好的朋友一定要下载哦。-chuankouxianshi
<陈燕鑫> 在 2024-10-05 上传 | 大小:33792 | 下载:0

[串口编程COMPORT

说明:VC环境下的串口编程,用于对windows 下的串口的了解和学习-VC environment with serial ports, serial ports under windows used for understanding and learning
<qiang> 在 2024-10-05 上传 | 大小:4011008 | 下载:0

[串口编程6

说明:单相485表台体读写数据 非常好用的软件-Single-phase 485 to read and write data in the table platform body is very easy to use software
<ds> 在 2024-10-05 上传 | 大小:31744 | 下载:0

[串口编程RS232communication

说明:51单片机实现C语言串口通讯,同时实现发送和接受程序。-SCM C language and RS232 send and receive code program
<wu yue xian> 在 2024-10-05 上传 | 大小:18432 | 下载:0

[串口编程ComTest

说明:串口测试工具,针对COM口的调试工具,希望对大家有帮助。-Serial testing tools, debugging tools for the COM port, we want to help.
<王顺超> 在 2024-10-05 上传 | 大小:238592 | 下载:0

[串口编程vb

说明:串口通讯作为一种古老而又灵活的通讯方式,被广泛地应用于PC间的通讯以及PC和单片机之间的通讯之中。 提到串口通讯的编程,人们往往立刻想到C、汇编等对系统底层操作支持较好的编程语言以及大串繁琐的代码。-Serial communication as an ancient and flexible means of communication, is widely used in communication between the PC a
<刘晓生> 在 2024-10-05 上传 | 大小:8192 | 下载:0

[串口编程SerialPort

说明:串口通信例程,可以直接下载源码,模仿着好用-Serial communication routines
<linhaijian> 在 2024-10-05 上传 | 大小:53248 | 下载:0

[串口编程VB_Comm

说明:vb 开发的串口通信测试程序,用Mscomm控件实现串口通信,自动识别接收帧长度-vb serial communications test program developed by Mscomm realize serial communication control, automatic identification to receive the fr a me length
<slj> 在 2024-10-05 上传 | 大小:434176 | 下载:0

[串口编程vc_com_api

说明: 串口设置 串口的操作可以有两种操作方式:同步操作方式和重叠操作方式(又称为异步操作方式)。同步操作时,API函数会阻塞直到操作完成以后才能返回(在多线程方式中,虽然不会阻塞主线程,但是仍然会阻塞监听线程);而重叠操作方式,API函数会立即返回,操作在后台进行,避免线程的阻塞-com set   HANDLE CreateFile( LPCTSTR lpFileName,   DWORD dwDesiredAccess,   
<mmmm> 在 2024-10-05 上传 | 大小:106496 | 下载:0

[串口编程Serialcommunicationbasedonasingledocument

说明:基于单文档的串口通信。当用户打开该应用程序后,可以选择将打开的串口号,程序默认为“COM1”,然后选择波特率等。-Serial communication based on a single document. When the user opens the application, you can choose to open the serial port number, the program defaults to "
<zhangkun> 在 2024-10-05 上传 | 大小:2536448 | 下载:0

[串口编程FXserice

说明:工控机PC串口与三菱FX系列PLC通讯的VB源代码。内有详细通讯协议演示。-IPC PC serial port with Mitsubishi FX Series PLC communications VB source code. Details of communication protocols within the demo.
<zhangdy> 在 2024-10-05 上传 | 大小:29696 | 下载:0
« 1 2 ... .75 .76 .77 .78 .79 680.81 .82 .83 .84 .85 ... 1228 »

源码中国 www.ymcn.org