代码搜索:3G通信
找到约 10,000 项符合「3G通信」的源代码
代码结果 10,000
www.eeworm.com/read/207853/15260407
txt vb程序.txt
//---------------------------------------SComm控件的常用属性和方法-----------------------------
Commport;设置或返回串口号。
SettingS:以字符串的形式设置或返回串口通信参数。
Portopen:设置或返回串口状态。
InputMode:设置或返回接收数据的类型。
Inputlen:设置或返回
www.eeworm.com/read/24916/843432
c www.ourhc.cn.c
/********************************************************************
汇诚科技
实现功能:STC12C5A60S2单片机之双串口通信
使用芯片:STC12C5A60S2
晶振:11.0592MHZ
波特率:9600
编译环境:Keil
作者:zhangxi
www.eeworm.com/read/24916/843720
c www.ourhc.cn.c
/********************************************************************
汇诚科技
实现功能:STC12C5A60S2单片机之双串口通信
使用芯片:STC12C5A60S2
晶振:11.0592MHZ
波特率:9600
编译环境:Keil
作者:zhangxi
www.eeworm.com/read/28250/869869
c www.ourhc.cn.c
/********************************************************************
汇诚科技
实现功能:STC12C5A60S2单片机之双串口通信
使用芯片:STC12C5A60S2
晶振:11.0592MHZ
波特率:9600
编译环境:Keil
作者:zhangxi
www.eeworm.com/read/28250/870137
c www.ourhc.cn.c
/********************************************************************
汇诚科技
实现功能:STC12C5A60S2单片机之双串口通信
使用芯片:STC12C5A60S2
晶振:11.0592MHZ
波特率:9600
编译环境:Keil
作者:zhangxi
www.eeworm.com/read/32440/886735
vhd keyscan.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
--MCU与FPGA通信采用总线方式,其中,EN为使能端
entity keyscan is
port(clk:in std_logic;
mcuaddr:in std_logic_vector(1 downto 0);--
www.eeworm.com/read/25554/947484
txt vb程序.txt
//---------------------------------------SComm控件的常用属性和方法-----------------------------
Commport;设置或返回串口号。
SettingS:以字符串的形式设置或返回串口通信参数。
Portopen:设置或返回串口状态。
InputMode:设置或返回接收数据的类型。
Inputlen:设置或返回
www.eeworm.com/read/26219/955732
c mbus.c
#include"mbus.h"
#include
/**************************串口通信初始化**************************/
void InitSerialcom( void )
{
SCON = 0xD0 ; //UART为模式3,9位数据,第9位用于奇偶校验,允许接收
TMOD |= 0x20 ; //定时
www.eeworm.com/read/26219/955771
c iic停止.c
//****停止子程序IIC_Stop( )****
void IIC_Stop(void)
{
SCL=0; //时钟线拉低
SDA=0; //数据线拉低
_nop_(); //数据线保持低
_nop_();
_nop_();
SCL=1; //时钟线拉高,为停止通信做准备
_