代码搜索:SerialComm
找到约 1,054 项符合「SerialComm」的源代码
代码结果 1,054
www.eeworm.com/read/384220/2602780
h winbase.h
#ifndef _WINBASE_H
#define _WINBASE_H
#define WINBASEAPI DECLSPEC_IMPORT
#ifdef __cplusplus
extern "C" {
#endif
#define SP_SERIALCOMM 1
#define PST_UNSPECIFIED 0
#define PST_RS232 1
#define PST_PARAL
www.eeworm.com/read/282141/9117638
c sieries_comm.c
#include
#include
unsigned char inbuf1[4]; //通讯处理
unsigned char commdata_tmp[2];
unsigned char checksum,count3;
sbit TX=P3^2;
void init_serialcomm(void)
{
www.eeworm.com/read/359474/10143918
h serial.h
sbit KEY_RES=P2^6; //定义日期和时间转换按键
void init_serialcomm( void )
{
SCON = 0x50 ; //SCON: serail mode 1, 8-bit UART, enable ucvr
TMOD |= 0x20 ; //TMOD: t
www.eeworm.com/read/244396/12868686
h comm.h
#include
#define INBUF_LEN 8
unsigned char inbuf1[]="aphero";
unsigned char checksum,count3;
bit read_flag=0;
void init_serialcomm(void)
{
SCON = 0x50; //SCON: serail mode 1,
www.eeworm.com/read/138968/13199267
bas iomodemport.bas
Attribute VB_Name = "Module1"
' Serial provider type.
Public Const SP_SERIALCOMM = &H1&
' Provider SubTypes
Public Const PST_UNSPECIFIED = &H0&
Public Const PST_RS232 = &H1&
Public Const PST
www.eeworm.com/read/481476/6641438
h serial.h
sbit KEY_RES=P2^6; //定义日期和时间转换按键
void init_serialcomm( void )
{
SCON = 0x50 ; //SCON: serail mode 1, 8-bit UART, enable ucvr
TMOD |= 0x20 ; //TMOD: t
www.eeworm.com/read/16349/669731
cs assemblyinfo.cs
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 有关程序集的常规信息通过下列属性集
// 控制。更改这些属性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("SerialComm"
www.eeworm.com/read/344875/11855171
bak main.c.bak
#include
#include
#include "FM1715.h"
#include "FM1715_fun.h"
#include "FM1715_reg.h"
void init_serialcomm(void);
void send_char_com(uchar ch);
void main()
{
init_s
www.eeworm.com/read/252812/12262006
txt uart.txt
//初始化串口
void init_serialcomm(void)
{
SCON = 0x50; //SCON: serial mode 1, 8-bit UART, enable ucvr
TMOD |= 0x20; //TMOD: timer 1, mode 2, 8-bit reload
PCON |= 0x80; /
www.eeworm.com/read/10859/191048
txt max232.txt
#include
#include
#define INBUF_LEN4;
unsigned char inbuf1[INBUF_LEN];
unsigned char checksum, count3;
bit read_flag=0;
void init_serialcomm(void)
{
SCON =0x50;
TMO