-
All about serial port
All about serial port
- 2022-09-04 04:00:03下载
- 积分:1
-
这是一个WINDOWS下的多串口驱动代码,非常方便好用,希望大家多多使用支持!...
这是一个WINDOWS下的多串口驱动代码,非常方便好用,希望大家多多使用支持!-WINDOWS This is a multi-serial port driver code, very easy-to-use, I hope a lot of use in support of U.S.!
- 2022-09-08 16:20:03下载
- 积分:1
-
API串口读写模块 这是用VB编的通过API来对串口进行读写操作
API串口读写模块 这是用VB编的通过API来对串口进行读写操作-API to read and write serial port using VB module which is made through the API to read and write serial port operation
- 2022-04-09 20:44:32下载
- 积分:1
-
Wireless, Mesh, We introduce Space
Wireless, Mesh, We introduce Space-Time Routing (STR), a new approach
to routing in mobile ad hoc networks
- 2022-04-01 16:38:45下载
- 积分:1
-
使用串口和modem进行远程通讯,传达远程的设备的工作状态
使用串口和modem进行远程通讯,传达远程的设备的工作状态
- 2022-02-02 20:39:10下载
- 积分:1
-
一个很棒的语音聊天工具,它的压缩算法采用GSM,EVRC,QCELP、宝…
一个很棒的语音聊天工具,它的压缩算法采用GSM,evrc,qcelp等,支持目前流行的RTP协议传输。-a terrific voice chat tool, its compression algorithm using GSM, evrc, qcelp, popular support for the current RTP transmission.
- 2022-02-02 11:12:02下载
- 积分:1
-
wireless sensor netwrok
这是使用AODV协议的无线传感器网络tcl脚本。其中有4个节点,其中3个节点是从环境中采集数据的传感器节点,1个节点是从所有传感器节点中采集数据的汇聚节点。
- 2022-02-01 13:46:56下载
- 积分:1
-
J2ME example on game development
J2ME游戏开发实例讲解-J2ME example on game development
- 2022-07-04 11:27:01下载
- 积分:1
-
SIP电话臂Delphi源代码开源(iPhone)
Delphi source code opensource for sip phone arm (iphone )
- 2022-03-09 16:20:06下载
- 积分:1
-
华为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