代码搜索:senddata
找到约 2,248 项符合「senddata」的源代码
代码结果 2,248
www.eeworm.com/read/242302/13080215
txt 使用winsock控件通讯,可否使用自定义类型数据包.txt
SendData只处理字符串和字节数组,所以其他类型应该转换为这两种类型。对于自定义类型只能转换为字节数组。可以利用CopyMemory函数:
Declare Sub CopyMemory Lib "KERNEL32" Alias "RtlMoveMemory" ( _
hpvDest As Any, hpvSource As Any, ByVal cbCop
www.eeworm.com/read/318350/13480893
lis newmain.lis
.module newmain.c
.area data(ram, con, rel)
0000 _address::
0000 .blkb 4
.area idata
0000 00
www.eeworm.com/read/317630/13500702
htm 155.htm
基于WinSock的小型网络管理系统及其实现
摘 要:本文主要讨论基于Internet上的小型网络信息管理系统的基本功能,并提供了其基于WinSock控件的构造方法。
关键词:WinSock,小型网络信息系统,登录机制,Internet数据传送
MNMS Base
www.eeworm.com/read/314873/13557253
txt 串口.txt
void SendData(uchar Dat)
{
uchar i=0;
SBUF =Dat;
while(1)
{
if(TI)
{
TI=0;
break;
}
}
}
void main()
{
TMOD=0x20;//定时器1工作在方式2,晶振11.0592 串口方式1,波特率19200
TH1=0xfd;
TL1
www.eeworm.com/read/309981/13661079
c 11d.c
#include
#include "intrins.h"
#define BYTE unsigned char
sbit UART_RX_BIT =P3^1;
sbit UART_TX_BIT =P3^2;
sbit DIG1 =P3^4;
sbit DIG2 =P3^5;
BYTE SendDa
www.eeworm.com/read/304711/13788889
cpp icm30.cpp
// ICM30.cpp: implementation of the ICM30 class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "ComPortR.h"
#include "ICM30.h"
#ifdef
www.eeworm.com/read/483374/6605556
c leson3.c
#include
#include
#define uint unsigned int
#define uchar unsigned char
void WDT_off(void)
{
//__disable_interrupt();
//__watchdog_reset();
//#asm("cli")
www.eeworm.com/read/483374/6605582
_c leson3._c
#include
#include
#define uint unsigned int
#define uchar unsigned char
void WDT_off(void)
{
//__disable_interrupt();
//__watchdog_reset();
//#asm("cli")
www.eeworm.com/read/346740/11726910
htm 155.htm
基于WinSock的小型网络管理系统及其实现
摘 要:本文主要讨论基于Internet上的小型网络信息管理系统的基本功能,并提供了其基于WinSock控件的构造方法。
关键词:WinSock,小型网络信息系统,登录机制,Internet数据传送
MNMS Base