-
华为GTM900C程序代码
#include "config.h"
INT8U RBUF;
INT8U TDAT,RDAT;
INT8U TCNT,RCNT;
INT8U TBIT,RBIT;
BOOLEAN TING,RING;
BOOLEAN TEND,REND;
INT8U uc_rxdIndex,uc_rxdDealIndex;
INT8U uc_uartBuf[UART_BUF_LEN];
INT8U uc_uartRecFifoLen; /* 接收FIFO中的数目 */
BOOLEAN b_uartRecFifoFlag;
INT16U us_allSendCnt;
INT8U uc_sendCnt;
//INT8U * pSendBuf;
INT8U * p_pSendBuf[P_SEND_BUF_LEN]; /* 要发送的数据的指针 */
INT8U uc_pSendBufLen[P_SEND_BUF_LEN]; /* 每个指针包含的数据长度 */
INT8U uc_pSendBufIndex;
INT8U uc_pSendBufDealIndex;
- 2022-02-21 22:52:47下载
- 积分:1
-
USB总线与429总线数据转换的USB端(基于PDIUSBD12)的WDM驱动程序...
USB总线与429总线数据转换的USB端(基于PDIUSBD12)的WDM驱动程序-USB bus with 429 data conversion USB terminal (based on PDIUSBD12) WDM
- 2022-01-25 20:28:19下载
- 积分:1
-
一个远程桌面协议的例子
一个远程桌面协议的例子-An example of Remote Desktop Protocol
- 2022-06-16 14:45:46下载
- 积分:1
-
J2ME in a Nutshell随书源码
J2ME in a Nutshell随书源码-J2ME in a Nutshell book as source
- 2022-02-09 22:41:16下载
- 积分:1
-
本例介绍怎样建立简单的程序,实现类似于系统ping的功能。通过这个例子,您不仅能够学会如何建立一个类似系统"ping"的程序,更主要的是对.NET环境下进行so...
本例介绍怎样建立简单的程序,实现类似于系统ping的功能。通过这个例子,您不仅能够学会如何建立一个类似系统"ping"的程序,更主要的是对.NET环境下进行socket级网络编程有初步的认识。-the cases presented on how to establish a simple procedure, similar to the system to achieve ping function. Through this example, you can learn not only how to establish a similar system "ping" of the procedure, the main yes right.NET environment for socket-level network programming a preliminary understanding.
- 2022-09-13 00:00:03下载
- 积分:1
-
前段时间刚刚接触VC的串行通讯,在网上找到的了SerialPort类的使用方法,不过我想将这个类做在DLL中,然后在VB中做通讯界面调用。花了几天时间终于做完了...
前段时间刚刚接触VC的串行通讯,在网上找到的了SerialPort类的使用方法,不过我想将这个类做在DLL中,然后在VB中做通讯界面调用。花了几天时间终于做完了,将SerailPort类的DLL工程共享一下,-Some time ago just contact VC serial communication, the Internet found the use of the SerialPort class, but I would like to do this class in the DLL, and then in the VB to do communication interface call. Spent a few days was finally done, and will SerailPort class DLL project to share what,
- 2023-03-29 22:35:04下载
- 积分:1
-
WDM network routing process visualization This paper mainly deals with WDM netwo...
WDM光网络中路由过程可视化本文主要针对WDM光网络中路由过程可视化问题,将光网络路由过程分为路由过程和波长分配过程。-WDM network routing process visualization This paper mainly deals with WDM network routing process visualization, optical network routing process is divided into the process of routing and wavelength distribution process.
- 2022-07-11 05:37:12下载
- 积分:1
-
WinCE development of the COM
WinCE上的COM开发-WinCE development of the COM
- 2023-04-30 05:10:04下载
- 积分:1
-
收发传真,浏览传真的程序
收发传真,浏览传真的程序-A program which receive、send and scan fax
- 2022-08-08 03:01:15下载
- 积分:1
-
This system written in VB6. It should how to communicate using serial com port....
This system written in VB6. It should how to communicate using serial com port. It s good for reference
- 2022-12-22 19:15:03下载
- 积分:1