⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 _pc8250.h

📁 DOS下采用中断接收数据的串口通讯的例子,很难找到的好东西!
💻 H
字号:
//
//  _PC8250.H
//
//  Source code from:
//
//  Serial Communications: A C++ Developer's Guide, 2nd Edition
//  by Mark Nelson, IDG Books, 1999
//
//  Please see the book for information on usage.
//
//  This header file provides prototypes for functions that are shared
//  between the PC8250 class and the PC8250 ISR routines.  This header
//  file is only for use by the PC8250 class, not the end user of the
//  class.
//

#ifndef __PC8250_DOT_H
#define __PC8250_DOT_H

void jump_start( struct isr_data_block *data );
void isr_8250( struct isr_data_block * data );

#endif // #ifndef __PC8250_DOT_H

// ************************ END OF _PC8250.H ***********************

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -