代码搜索:3G通信
找到约 10,000 项符合「3G通信」的源代码
代码结果 10,000
www.eeworm.com/read/263549/11357471
txt 24lc256模拟i2c通讯源程序.txt
//24LC256IIC通信程序
# include
# define uch unsigned char
# define unint unsigned int
# define SDA RC4
# define SCL RC3
uch ACK;
void delay(void) //延时
{
unint m;
fo
www.eeworm.com/read/403670/11513158
c sci_interrupt.c
//===========================================================================
//
// 文件名称: SCI_interrupt.c
//
// 功能描述: DSP28 SCI - 同计算机通信,采用超级中断接受数据
// 间隔2秒DSP向计算机发送字符"2812-UART is fine !"
www.eeworm.com/read/347753/11638339
c sci_interrupt.c
//===========================================================================
//
// 文件名称: SCI_interrupt.c
//
// 功能描述: DSP28 SCI - 同计算机通信,采用超级中断接受数据
// 间隔2秒DSP向计算机发送字符"2812-UART is fine !"
www.eeworm.com/read/347738/11639333
c 12_4.c
//串行多机通信
# include
# define buf 8 /* 定义发送缓冲区大小 */
unsigned char buffer [ 8 ] = [ 'a','b','c','d',
'e','f','g','h'] ; /* 定义发送数据 */
unsigned char p;
main ()
{
SCON = 0
www.eeworm.com/read/343284/11960079
frm pc&plc.frm
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form PLCForm
Caption = "PC机与PLC串口通信"
ClientHeight = 2985
ClientLeft =
www.eeworm.com/read/130532/14188118
txt 24lc256模拟i2c通讯源程序.txt
//24LC256IIC通信程序
# include
# define uch unsigned char
# define unint unsigned int
# define SDA RC4
# define SCL RC3
uch ACK;
void delay(void) //延时
{
unint m;
fo