-
一个非常全面的关于串口通讯方面的饭卡系统程序源码,大家共享...
一个非常全面的关于串口通讯方面的饭卡系统程序源码,大家共享-A very comprehensive on the serial communication system procedures饭卡source, everyone shared
- 2022-01-25 14:04:42下载
- 积分:1
-
用VB进行串口实时数据采集
用VB进行串口实时数据采集-using VB Serial Real-time Data Acquisition
- 2022-10-04 01:50:03下载
- 积分:1
-
两台电脑简单通信
很简单的源码,通过C++实现两台电脑的简单通信,希望对大家有帮助,#include
#include
#pragma comment(lib,"ws2_32.lib")
void main()
{
WORD wVersionRequested;
WSADATA wsaData;
int err;
wVersionRequested = MAKEWORD( 1, 1 );//请求1.1版本的winsock库
err = WSAStartup( wVersionRequested, &wsaData );
if ( err != 0 ) {
return;
}
if ( LOBYTE( wsaData.wVersion ) != 1 ||
HIBYTE( wsaData.wVersion ) != 1 ) {
WSACleanup( );
return;
}
&n
- 2022-03-20 09:13:36下载
- 积分:1
-
OMNeT++的例子,可以根据个人需要修改参考,欢迎交流
OMNeT++的例子,可以根据个人需要修改参考,欢迎交流-OMNeT++ Example, you can modify the reference in accordance with individual needs are welcome to exchange
- 2023-03-01 20:50:03下载
- 积分:1
-
FPGA串口通信模块(DE1-SOC)
用于FPGA用蓝牙无线发送数据或者用于有线串口通信,比如将数据发送至电脑端,用电脑应用程序或者matlab等处理数据。
- 2023-08-05 16:00:04下载
- 积分:1
-
visual basic下进行CRC16算法的源代码.
visual basic下进行CRC16算法的源代码.-under the visual basic source code of the CRC16 algorithm.
- 2022-08-20 03:09:36下载
- 积分:1
-
以下是winzipped Visual C++ 5项目,实现了一个Windows
The following is a WinZipped Visual C++ 5.0 project that implements a windows-based communication interface for the Nomad Scout robot. This is a windows interface-- there is no main(), but the part you need to look at is called RobotMain() and is located in robot.c. Simply unzip this code on your Windows 95 or Windows NT machine, connect up your Nomad Scout to serial port 1, and run the code. Examples meant for pattern matching are provided in robot.c
- 2022-05-22 13:57:17下载
- 积分:1
-
Class B Data Communications Network Interface
Class B Data Communications Network Interface
- 2022-02-24 19:13:45下载
- 积分:1
-
DSP和PC机的串行通信 DSP和PC机的串行通信
DSP和PC机的串行通信 DSP和PC机的串行通信-DSP and PC serial communication DSP and PC serial communications
- 2023-07-28 11:30:04下载
- 积分:1
-
AIN系列ALPHA 全电子式多功能电能表 通讯规约
AIN系列ALPHA 全电子式多功能电能表 通讯规约-AIN series ALPHA-wide multi-function watt-hour meter electronic communications Statute
- 2022-02-02 18:15:35下载
- 积分:1