-
rfm12b和AVR
RFM12B and AVR
The RFM12B tranceiver module has become quite popular recently due
to its low price comparing to other modules on the market. But many
people nd it hard to make these tranceivers work (mainly because of buggy
programming guide provided by manufacturer, I guess...). This short article
contains compact and simple code that can be used just to get these modules
running for the rst time. It is based on manufacturer s examle code with
slight (but crucial) changes.
- 2023-08-05 00:20:03下载
- 积分:1
-
双卡双待带蓝牙功能手机,可以给朋友参考,值得一看
双卡双待带蓝牙功能手机,可以给朋友参考,值得一看-Dual card dual Bluetooth-enabled mobile phones to be with, you can refer to a friend, worth a visit
- 2022-01-25 15:54:35下载
- 积分:1
-
GTP信令规定了移动台MS接入GPRS网络的隧道控制和管理协议要求,信令主要执行建立、修改和删除隧道的功能。在用户面,GTP利用GSN之间建立的隧道传送用户数据...
GTP信令规定了移动台MS接入GPRS网络的隧道控制和管理协议要求,信令主要执行建立、修改和删除隧道的功能。在用户面,GTP利用GSN之间建立的隧道传送用户数据分组。-GTP signaling provides GPRS mobile station MS network access control and management of the tunnel requirements in the agreement, signaling the main executive to establish, modify and delete functions of the tunnel. In the user plane, GTP using GSN tunnel established between the transmission of user data packet.
- 2022-05-26 18:35:00下载
- 积分:1
-
seyon的kermit协议模块
seyon的kermit协议模块 -Protocol component of seyons kermit protocol
- 2022-03-02 06:02:29下载
- 积分:1
-
这是一个用微软的mscomm的源码
这是一个用微软的mscomm的源码-Implementation using Microsoft mscomm interface
- 2023-05-25 15:30:03下载
- 积分:1
-
对第一种信令中继接口进行分析,并转换为T。
对中继接口一号信令进行解析,并转换为TCP/IP接口。-right on the 1st signaling relay interface for the analysis, and conversion to the TCP/IP interface.
- 2023-03-27 17:15:04下载
- 积分:1
-
VB 通讯编程方面的例子程序: 获取主机 MAC 地址
VB 通讯编程方面的例子程序: 获取主机 MAC 地址-communications VB Programming of examples : MAC address access to the mainframe
- 2022-07-14 15:43:06下载
- 积分:1
-
Space-Time Codes and MIMO Systems 书及源码
此文件夹包含PDF版的书以及书中的一些源代码。
这些源代码 包含了书里第二章、第四章、第五章、第六章、第七章、第八章、第九章中的一些源代码。
在源代码的基础上 我们可以仿真得出我们想要的结果,也可以在源代码的基础上,自行研究得出新的结果。
- 2022-11-29 15:20:05下载
- 积分:1
-
c# plc modibus 通信
c# 串口 以太网通信 modibus 连接 plc
从文本框输入负数 -2 补码=反+1=进位+原数
Vb 清除输入缓冲区 输出缓冲区 c#用不用清除??哪个函数??
//發送二進制數據 ??????????????
private void SendBytesData(SerialPort serialPort)
{ ////从 文本框取得数据 如果负数 -2 怎么办????
byte[] bytesSend = Encoding.Default.GetBytes(txtSend.Text);
spcom.Write(bytesSend, 0, bytesSend.Length);
}
通过MODBUS TCP读写PLC源码
功能模块一:读写PLC主模块
using System;
using System.Net;
using System.Net.Sockets;
public static void WriteWord(int mwAddress,int mwValue)
{写字到以太网
if (init_plc() == 0)
{
try
{
hi = mwAddress / 256;
low = mwAddress - hi * 256;
hi1 = mwValue / 256; ///////////16bit
low1 = mwValue - hi * 256;
sendBuf[7] = 6;
sendBuf[8] = (byte)hi;
sendBuf[9] = (byte)low;
sendBuf[10]
- 2022-07-10 15:42:30下载
- 积分:1
-
HP688的电话薄转换程序
HP688的电话薄转换程序-HP688 the phone book conversion
- 2022-04-25 03:46:28下载
- 积分:1