-
可实现ASCII码发送和接收的串口调试程序
已成功实现串口通讯测试,并可移植到其他的c#项目中去,该程序不是调用c sharp 控件实现的!是通过自建类文件实现的!移植起来也相当的方便,可根据自己需要增加16进制发送和接收,程序代码已注释,可根据情况修改和进行二次开发!
- 2022-01-25 18:43:36下载
- 积分:1
-
VB平台单片机与PC机串口通信的PC端介绍。建议大家
VB平台单片机与PC机串口通信的PC端介绍。建议大家-VB Platform single-chip serial communication with PC-to introduce the PC client. Suggest that you look at the
- 2022-07-17 03:57:46下载
- 积分:1
-
C #。的IP对IP的语音聊天网的发展,但是用户需要,如限制…
用C#.net开发的IP对IP的语音聊天,但需要用户配置directx等-C#. Net development of the IP right IP voice chat, but users need, such as configuration DirectX
- 2022-08-18 20:20:16下载
- 积分:1
-
基于串口收发的无线接收应用软件,供参考学习
基于串口收发的无线接收应用软件,供参考学习-Serial Transceivers Based on the reception of wireless application software for information learning
- 2022-11-13 11:00:03下载
- 积分:1
-
方便地提供xml与wbxml的转换与解析,包括不同的源码和相应的xml文件。此代码可以在Windows和LINUX系统中使用...
方便地提供xml与wbxml的转换与解析,包括不同的源码和相应的xml文件。此代码可以在Windows和LINUX系统中使用-convenient way for xml wbxml with the conversion and analysis, including different source and the corresponding xml document. This code in Windows and Linux use
- 2022-03-30 16:04:44下载
- 积分:1
-
诺基亚格式签名工具,可以签名字体,软件,主题。有…
诺基亚SIS格式签名工具,可以签名字库,软件,主题。有需要的收-Nokia SIS format signature tools, can be a signature font, software, themes. Has the need for admission
- 2022-06-30 11:21:16下载
- 积分:1
-
PIC18F4550 + rfm42
PIC18F4550与RFM42无线模块之间的通信;
- 2022-09-17 22:05:02下载
- 积分:1
-
一个简单的通信程序
一个简单的通信程序-program
- 2022-05-25 08:17:35下载
- 积分:1
-
全系列DICOM开发文档,数字图象通信必备的资料,难得滴全啊 欢迎下载...
全系列DICOM开发文档,数字图象通信必备的资料,难得滴全啊 欢迎下载-The development of a full range of DICOM files, digital image communication necessary information, a rare drop ah welcome to download the whole
- 2022-02-16 01:16:20下载
- 积分: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