代码搜索:senddata
找到约 2,248 项符合「senddata」的源代码
代码结果 2,248
www.eeworm.com/read/310306/13653772
c main.c
//include
#include
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define valve 10
//sbit dat = P3^5;
//sbit key = P3^2;
//sbit cls = P3^
www.eeworm.com/read/309617/13667704
txt can 总线通信实验.txt
//Main.c
//CAN发送与接收程序,波特率设置为125kbps,标准帧,ID=0x024
#include "global.c"
void SystemInit();
void Timer1Init();
void KickDog();
void Can_Init();
void Can_Send();
int numled0=200;
unsigned i
www.eeworm.com/read/308382/13703268
frm lcd.frm
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form Form1
Caption = "点阵字符型液晶显示编程 苏州大学freescale MCU&DSP研发中心 2005年3月版"
www.eeworm.com/read/306416/13745043
ini easyarm.ini
[Com]
Port=1
Baudrate=115200
Parity=0
DataBit=8
StopBit=0
[KeyName]
Key0=0
Key1=1
Key2=2
Key3=3
Key4=4
Key5=5
Key6=6
Key7=7
Key8=8
Key9=9
Key10=A
Key11=B
Key12=C
Key13=D
Key14=E
www.eeworm.com/read/306416/13745044
ini easyarm.ini
[Com]
Port=1
Baudrate=115200
Parity=0
DataBit=8
StopBit=0
[KeyName]
Key0=0
Key1=1
Key2=2
Key3=3
Key4=4
Key5=5
Key6=6
Key7=7
Key8=8
Key9=9
Key10=10
Key11=11
Key12=12
Key13=13
Key
www.eeworm.com/read/305159/13777667
java udpserver.java
//UDPServer.java
import java.io.*;
import java.net.*;
class UDPServer
{
public static void main(String args[])throws Exception
{
DatagramSocket serverSocket=new DatagramSocket(9876);//在
www.eeworm.com/read/304476/13793055
m51 test.m51
BL51 BANKED LINKER/LOCATER V5.12 05/28/2006 19:18:45 PAGE 1
BL51 BANKED LINKER/LOCATER V5.12, INVOKED BY:
E:\KEIL\C51\BIN\BL51.EXE Text1.
www.eeworm.com/read/301771/13848806
c main.c
/*Main.c*/
/*CAN发送与接收程序,波特率设置为125kbps,标准帧,ID=0x024*/
#include "global.c"
void SystemInit();
void Timer1Init();
void KickDog();
void Can_Init();
void Can_Send();
int numled0=200;
unsig
www.eeworm.com/read/143132/5758658
h serial.h
void OpenComm(void);
void SendCommChar(char ch);
void SendCommHex(unsigned char senddata);//往串口发送hex码 表示的一个字符 例如senddata=0x3A那么将向串口发送两个字符'3','A'hex[]为转换表,在前面有定义
void SendCommWord(unsigned int ascii
www.eeworm.com/read/143127/5759299
c telnet.c
/*
* Copyright (c) 2002, Adam Dunkels.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following co