代码搜索:Serialport

找到约 4,040 项符合「Serialport」的源代码

代码结果 4,040
www.eeworm.com/read/435039/7798824

h serialport.h

/* ** FILENAME CSerialPort.h ** ** PURPOSE This class can read, write and watch one serial port. ** It sends messages to its owner when something happends on the port ** The class
www.eeworm.com/read/434779/7802145

cpp serialport.cpp

//CSerialPortEx类是在Remon Spekreijse设计的CSerialPort类基础上设计的,并增加 //了对二进制数据传输和块读写方式的支持和其他功能函数。关于CSerialPort类的声明如下: /* ** FILENAME SerialPort.cpp ** ** PURPOSE This class can read, write and watch
www.eeworm.com/read/434779/7802151

h serialport.h

//CSerialPortEx类是在Remon Spekreijse设计的CSerialPort类基础上设计的,并增加 //了对二进制数据传输和块读写方式的支持和其他功能函数。关于CSerialPort类的声明如下: /* ** FILENAME SerialPort.h ** ** PURPOSE This class can read, write and watch on
www.eeworm.com/read/434779/7802169

obj serialport.obj

www.eeworm.com/read/434779/7802179

sbr serialport.sbr

www.eeworm.com/read/199402/7861314

obj serialport.obj

www.eeworm.com/read/199402/7861325

lst serialport.lst

C51 COMPILER V7.10 SERIALPORT 03/30/2007 17:05:59 PAGE 1 C51 COMPILER V7.10, COMPILATION OF MODULE SERIALPORT OBJECT MODULE PLACED
www.eeworm.com/read/199402/7861339

__i serialport.__i

"SerialPort.c" LARGE BROWSE DEBUG OBJECTEXTEND
www.eeworm.com/read/199402/7861341

c serialport.c

#include #include #include "ext_var.h" #include "SerialPort.h" /********************************************************************** * 函 数 名: SerialPort_init * 功能描述: 串口
www.eeworm.com/read/199402/7861347

h serialport.h

void SerialPort_init(); void SerialPort_send(uchar outdata); unsigned char SerialPort_receive();